html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff0e9;
    color: black;
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 30px;
}

p {
    font-family: Roboto, 'Open Sans', sans-serif;
    font-weight: 300;
}

ul {
    font-family: Roboto, 'Open Sans', sans-serif;
    font-weight: 300;
}


a {
    color: black;
    font-family: Roboto, 'Open Sans', sans-serif;
    font-weight: 300;
}

a:hover {
    color: black;
    text-decoration: none;
}

.hovered-link {
    font-weight: 400 !important;
    color: #6022b6;
}

.hovered-link:hover {
    color: #6022b6;
    font-weight: 400 !important;

    text-decoration-line: underline;
}


@media (max-width: 313px) {
    .brd {
        color: #aaaaaa;
        border: 1px solid !important;
        border-color: #e9ecef #e9ecef #dee2e6 !important;
    }

    .nav-link.active {
        color: black;
    }
}

.error_link {
    color: darkred !important;
    font-weight: 600 !important;
}

.btn-primary {
    color: #fff;
    background-color: #6022b6;
    border-color: #5200b4;
	margin: 0 auto;
    display: block;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4700a8;
    border-color: #5200b4
}

