.default-margin {
    margin: 1rem;
}

.default-border-radius {
    border-radius: 1em;
}

#top-bar {
    width: 100%;
    min-height: 150px;
}

#top-text {
    width: 100%;
}

#top-logos {
    width: 200px;
    position: absolute;
    right: 50px;
    background-color: white;
    border-radius: 0 0 0.5em 0.5em;
}

#menu-div {
    margin-bottom: 2rem;
}

.active {
    background-color: #e7e9e5;
    outline: 1px solid #e7e9e5;
    color: #242423 !important;
}

.logo {
    width: calc(50% - 8px);
    max-height: 100px;
    margin: auto 4px;
    padding: 3px 0;
    border-radius: 0 !important;
}

.h1 {
    font-size: 3em;
}

.h1-format {
    max-width: 80%;
}

.h2 {
    font-size: 2em;
}

.h2-format {
    margin-left: 1em;
    color: #ffffff;
}

.p {
    font-size: 1rem;
}

.b {
    font-weight: 700 !important;
}

.a {
    text-decoration: none;
}

.nav {
    overflow: hidden;
    box-shadow: 0 0 5px 0 #000;
    font-weight: bold;
}

.nav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: #f2f2f2;
    font-size: 17px;
}

.nav .icon {
    float: right;
    display: none;
    color: #f2f2f2;
    padding: 14px 16px;
    cursor: pointer;
}

.img {
    max-width: 100%;
}

.img-width-limit {
    max-width: 80%;
}

.list {
    list-style: none;
}

.primary-list {
    font-weight: bold;
}

.button {
    padding: 0.5em;
    border-radius: 0.25rem;
    text-align: center;
}

#secretariat-logo {
    max-width: 450px;
}

#secretariat-ul {
    margin: 1em;
    line-height: 1.5;
}

@media screen and (max-width: 1000px) {

    #location-div>div {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 800px) {

    html {
        font-size: 80%;
    }

    #top-logos {
        flex-direction: column;
        width: 60px;
        right: 25px;
    }

    .logo {
        width: calc(100% - 8px);
        margin: 4px;
    }

    #secretariat-logo {
        max-width: 350px;
    }

}

@media screen and (max-width: 600px) {

    html {
        font-size: 50%;
    }

    .nav a:not(:first-child) {
        display: none;
    }

    .nav .icon {
        float: right;
        display: block;
    }

    .nav.responsive .icon {
        right: 0;
        top: 0;
    }

    .nav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

    #secretariat-logo {
        max-width: 250px;
    }
}