body {
    background: white;
    font-family: 'Didact Gothic', sans-serif;
    color: black;
}

.container {
    max-width: 1600px;
    position: relative;
}

#main-body {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5.4rem;
    background: #fff;
}

h1 {
    font-size: 2.5em;
}

p,
ul {
    font-size: 1em;
    margin-bottom: 2em;
    line-height: 1.3em;
}

a {
    color: black;
    text-decoration: underline;
}

.highlight {
    color: black;
}

nav {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #074f6b;
}

.navbar-brand,
.navbar-brand:hover {
    color: #e5dbd1;
    font-size: 1.4rem;
}

.nav-link {
    color: #e5dbd1;
    font-size: 18px;
    margin-right: 15px;
}

.nav-link:hover {
    background: #074f6b;
    color: #fff;
    border-radius: 3px;
}

footer {
    margin-top: auto;
    bottom: 0;
    width: 100%;
    height: 110px;
    padding-top: 20px;
    text-align: center;
    color: #e5dbd1;
    background-color: #074f6b;
    font-size: 1rem;
}

footer a {
    color: #e5dbd1;
}

.dropdown-toggle {
    color: #e5dbd1;
    font-size: 18px;
}

.dropdown-toggle:hover {
    background: #074f6b;
    color: #fff;
    border-radius: 3px;
}

.dropdown-toggle:active {
    background: #074f6b;
    color: #fff;
    border-radius: 3px;
}

.dropdown-toggle.show {
    background: #074f6b;
    color: #fff;
    border-radius: 3px;
}

.dropdown-menu a:hover {
    background: #074f6b;
    color: #fff;
}

/* ------------------- Forms ------------------- */

form {
    max-width: 20em;
    padding-bottom: 50px;
}

form#login-form {
    max-width: 15em;
}

#margin-list {
    overflow: hidden auto;
    height: 300px;
}

.found-term {
    font-weight: 800;
}

.found-term span {
    color: red;
    font-weight: 700;
}

.button-inactive svg {
    color: #dee2e6 !important;
}

.button-active svg {
    color: black !important;
}

#speech-holder {
    background-color: white;
    opacity: 0.5;
    color: black;
}

.top-right {
    float: right;
    width: 33%;
    height: auto;
    margin-left: 20px;
}
