body {
    font-family: 'Source Sans Pro';
    color: white;
    background: url("../assets/background.png"), #19083F;
    background-size: cover;
    background-attachment: fixed;
}

#main-container {
    padding: 0;
    padding-top: 85px;
}

main {
    min-height: calc(100vh - 85px);
    max-width: 100vw;
}

.page-content {
    min-height: inherit;
    text-align: center;
}

.navbar {
    height: 85px;
    background-color: #6D7490;
    z-index: 1;
}

.logo {
    width: 50px;
}

.menu-button {
    background-color: transparent;
    border: none;
    color: #D4D6DC;
}

.nav-link {
    font-weight: bold;
    color: black;
}

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

.nav-link-active {
    color: #E55D00;
}

.nav-dropdown-menu {
    min-width: 150%;
    background-color: #EDD0AE;
}

.footer {
    background-color: #6D7490;
    font-size: 14px;
    text-align: left;
}