/* @import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

@media screen and (max-width: 599px) {
    header .top-element .header-footer-contents {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    header .top-header {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100% !important;
    }

    header .top-header a.home-button,
    header .top-header button.dropdown-trigger {
        margin: 0 auto !important;
    }

    header .top-header button.dropdown-trigger {
        display: block;
        margin: 10px;
        align-self: center;
    }

    header .top-header button i {
        font-size: 40px;
    }

    header .top-header ul.header-footer-contents {
        width: 100% !important;
        margin: 0 !important;
        flex-direction: column;
    }

    header .top-header ul li.dropdown {
        width: 100% !important;
    }

    header .top-header ul li.dropdown button {
        width: 100%;
        padding: 20px !important;
    }

    header .top-header ul li.dropdown form button {
        font-size: 24px;
    }

    header .top-header ul.header-footer-contents {
        display: none;
        transition: display 2.5s ease-out;
    }

    header .top-header button:focus + ul.header-footer-contents {
        transition: display 2.5s ease-out;
    }

    header .top-header ul.header-footer-contents li.dropdown button:focus + .dropdown-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100% !important;
    }

    .dropdown-content a {
        margin: 0 !important;
        padding: 20px !important;
        border-bottom: 1px solid black;
    }

    .banner .text-container {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
}

:root {
    --global-web-width: 1170px;
}

* {
    font-family: "Martel Sans";
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 750;
    text-transform: uppercase;
}

header {
    background-color: #dfae42;
}

.header-footer-contents {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: var(--global-web-width);
    margin: 0 auto;
}

header .top-header {
    display: flex;
    position: relative;
    list-style: none;
    width: var(--global-web-width);
    margin: 0px auto;
    padding: 10px 0;
    justify-content: space-between;
}

header .top-header a:first-of-type img {
    width: 300px;
}

header .top-header ul.header-footer-contents {
    width: 60%;
    margin: 0;
}

header .top-header button {
    color: white;
}

header .top-header li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: auto 0;
}

header .top-header li button {
    color: black;
    display: flex;
    flex-direction: column;
    text-align: center;
}

header .top-header form {
    margin: auto 0;
}

header .top-header form button {
    font-size: 24px;
}

header .top-header button span {
    border-radius: 4px;
}

header .top-header li.dropdown form {
    display: flex;
    flex-direction: row;
}

header button.dropdown-trigger {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-size: 12px;

    /* ADDITION */ /*
    transition: opacity 0.5s ease;
    opacity: 0;
    display: none;
    min-width: 200px;
}

.dropdown-content button,
.dropdown-content a {
    min-height: 40px;
}

.dropdown-content button {
    color: black;
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.dropdown-content a {
    font-weight: normal;
    padding: 10px;
}

.dropdown .dropdown-content a:hover,
.dropdown .dropdown-content button:hover {
    opacity: 0.5;
    border: 2px solid #333;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.banner {
    background-image: url("../../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    z-index: 1;
    position: relative;
}

.banner::before {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.text-container {
    display: flex;
    justify-content: space-between;
    width: var(--global-web-width);
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-container h1 {
    text-transform: uppercase;
    font-size: 28px;
    color: white;
    font-weight: normal;
}

.text-container .paths {
    display: flex;
    align-items: center;
}

.paths a,
.paths p {
    margin-left: 10px;
    text-transform: capitalize;
    color: white;
    font-weight: normal;
}

.paths a:hover {
    color: grey;
    text-decoration: 2px underline grey;
} */

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

@media screen and (max-width: 599px) {
    header {
        position: fixed;
        width: 100%;
        margin: 0;
        top: 0;
        z-index: 10;
    }

    /* div:first-of-type {
        margin-top: 100px;
    } */

    header .top-element .header-footer-contents {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    header .top-header {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100% !important;
    }

    header .top-header a.home-button,
    header .top-header button.dropdown-trigger {
        margin: 0 auto !important;
    }

    header .top-header button.dropdown-trigger {
        display: block;
        margin: 10px;
        align-self: center;
    }

    header .top-header button i {
        font-size: 20px;
    }

    header .top-header ul.header-footer-contents {
        width: 100% !important;
        margin: 0 !important;
        flex-direction: column;
    }

    header .top-header ul li.dropdown {
        width: 100% !important;
    }

    header .top-header ul li.dropdown button {
        width: 100%;
        padding: 20px !important;
    }

    header .top-header ul li.dropdown form button {
        font-size: 24px;
    }

    header .top-header ul.header-footer-contents {
        display: none;
        transition: display 2.5s ease-out;
    }

    header .top-header button:focus + ul.header-footer-contents {
        transition: display 2.5s ease-out;
    }

    header .top-header ul.header-footer-contents li.dropdown button:focus + .dropdown-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100% !important;
        margin-top: 0;
    }

    .dropdown-content a {
        margin: 0 !important;
        padding: 20px !important;
        border-bottom: 1px solid black;
    }

    .banner {
        display: none;
    }

    .content-container {
        margin-top: 120px !important;
    }

}

:root {
    --global-web-width: 1170px;
}

* {
    font-family: "Martel Sans";
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    font-weight: 750;
    color: black;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 750;
    text-transform: uppercase;
}

header {
    background-color: #dfae42;
}

.header-footer-contents {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: var(--global-web-width);
    margin: 0 auto;
}

header .top-header {
    display: flex;
    position: relative;
    list-style: none;
    width: var(--global-web-width);
    margin: 0px auto;
    padding: 10px 0;
    justify-content: space-between;
}

header .top-header a:first-of-type img {
    width: 300px;
}

header .top-header ul.header-footer-contents {
    width: 60%;
    margin: 0;
}

header .top-header button {
    color: white;
}

header .top-header li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: auto 0;
}

header .top-header li button {
    color: black;
    display: flex;
    flex-direction: column;
    text-align: center;
}

header .top-header form {
    margin: auto 0;
}

header .top-header form button {
    font-size: 24px;
}

header .top-header button span {
    border-radius: 4px;
}

header .top-header li.dropdown form {
    display: flex;
    flex-direction: row;
}

header button.dropdown-trigger {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown a.location-button {
    font-size: 14px;
    font-weight: bolder !important;
}

.dropdown-content {
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-size: 12px;
    /* background-color: #dfae42; */

    /* ADDITION */
    transition: opacity 0.5s ease;
    opacity: 0;
    display: none;
    min-width: 200px;
}

.dropdown-content button,
.dropdown-content a {
    min-height: 40px;
    line-height: 40px;
}

.dropdown-content button {
    color: black;
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.dropdown-content a {
    font-weight: normal;
    padding: 10px;
}

.dropdown .dropdown-content a:hover,
.dropdown .dropdown-content button:hover {
    opacity: 0.5;
    border: 2px solid #333;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.banner {
    background-image: url("../../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    z-index: 1;
    position: relative;
}

.banner::before {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.text-container {
    display: flex;
    justify-content: space-between;
    width: var(--global-web-width);
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-container h1 {
    text-transform: uppercase;
    font-size: 28px;
    color: white;
    font-weight: normal;
}

.text-container .paths {
    display: flex;
    align-items: center;
}

.paths a,
.paths p {
    margin-left: 10px;
    text-transform: capitalize;
    color: white;
    font-weight: normal;
}

.paths a:hover {
    color: grey;
    text-decoration: 2px underline grey;
}
