@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

.dark-bg {
    background-color: #f4decb;
}

.footer {
    background-color: #9a7eb9;
    color: white;
}

a {
    text-decoration: none;
    color: #604b90;
}

.header a {
    font-family: 'Prata', serif;
    text-decoration: none;
}

.footer a {
    color: white;
}

.header a:hover {
    text-decoration: underline;
    color: #604b90;
}

a.current {
    text-decoration: underline;
}

.footer a {
    color: white; 
}

.container,.container-fluid {
    font-size: large;
    /* font-weight: bold; */
    font-family: 'Lato', sans-serif;
    background-color: #f8eee7;
}

body {
    /* background-color: #f4decb; */
    /* background-color: lightgray; */
    color: #604b90;
    background-color: rgb(202, 223, 230)
}

h1, h2 {
    font-family: 'Prata', serif;
}

.form-control {
    color: #604b90;
    border-color: #9a7eb9;
    border-radius: 0.5em;
    background-color: #f8eee7;
    border-width: medium;
}

.btn {
    color: #f4decb;
    background-color: #9a7eb9;
    border-color: #9a7eb9;
}

:not(.sma-bg) {
    z-index: 100;
}