/* FONTS */

@font-face {
    font-family: "Sang-Regular";
    src: local("@"), url("../font/SangBleuOGSerif-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Sang-Regular-Italic";
    src: local("@"), url("../font/SangBleuOGSans-RegularItalic.otf") format("opentype");
}

body {
    position: relative;
    overflow-x: hidden;
}

textarea[class=other-form] {
    border: none;
    width: 100%;
    border-bottom: 1px solid black;
    background-color: white;
}

/* SECTION HEADER */

header {
    height: 34.6vw;
    width: 100%;
    font-family: "Sang-Regular-Italic";
}

#header-image {
    width: 100%;
    height: 34.6vw;
}

#mainlogo {
    width: 100%;
    height: 464px;
    padding-top: 43px;
    padding-left: 18px;
}

#mainlogo img {
    width: 5.2vw;
}

#header-navbar {
    position: absolute;
    right: 20px;
    top: 100px;
}

#header-navbar li a {
    color: black;
}

.nav-link {
    font-size: 18.38px;
    letter-spacing: 1.4px;
    margin: 0 1vw !important;
    padding: 0;
    font-family: "Sang-Regular-Italic";
}


.dropdown-content {
    display: block;
    left: 13%;
    top: 100%;
    padding: 0;
    padding-top: 17px;
    position: absolute;
    width: 150px !important;
}

.dropdown-content li {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 4px;
}

.dropdown-content li a {
    text-decoration: none;
    font-size: 13.4px;
    letter-spacing: 1.4px;
}

/* SECTION CONTACT */

#section-contact {
    background-color: #eeeeee;
    padding: 113px 0px;
}

.section-contact-header {
    font-size: 43px;
    font-family: "Sang-Regular-Italic";
    letter-spacing: 2px;
}

.section-contact-subheader {
    margin-top: 50px;
    font-size: 16.6px;
    font-family: "Sang-Regular";
    letter-spacing: 1.2px;
}

.section-contact-subheader p {
    margin-bottom: 10px;
}

.section-contact-subheader a{
    color: black;
}

.section-contact-subheader a:hover{
    color:rgb(128, 128, 128) !important;
}

/* SECTION MAP */

.map {
    filter: grayscale(100%);
}

/* SECTION FORM */

#section-contact-form {
    padding-top: 126px;
}

.section-form-header {
    font-size: 43px;
    font-family: "Sang-Regular-Italic";
    letter-spacing: 3px;
}

.section-form-body {
    font-size: 16.6px;
    font-family: "Sang-Regular";
    letter-spacing: 2px;
    box-sizing: border-box;
    padding-top: 20px;
    line-height: 28px;
    width: 300px;
    height: 84px;
}

.section-form-body p {
    margin-bottom: 10px;
    position: relative;
    top: 100px;
    left: 100px;
}

/* Responsive */

@media screen and (max-width: 768px) and (min-width: 200px) {
    .section-form-body {
        font-size: 16px;
        line-height: 23px !important;
    }

    .section-form-header {
        font-size: 34px;
    }

    .section-contact-header {
        font-size: 34px;
    }

    .section-contact-subheader {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px !important;
    }

    .section-form-body p {
        top: 0;
        left: 0;
        letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .section-form-body {
        font-size: 16px;
        line-height: 23px !important;
    }

    .section-form-header {
        font-size: 30px;
    }

    .section-contact-header {
        font-size: 30px;
    }

    .section-contact-subheader {
        font-size: 14px;
    }

    .section-form-body p {
        top: 0;
        left: 0;
        letter-spacing: 1.2px;
    }
}


@media screen and (max-width: 992px) and (min-width:200px) {
    .section-contact-subheader {
        margin-top: 15px;
        margin-bottom: 0;
    }

    #section-contact {
        padding: 60px 0;
    }

    label[for="fileUpload"] {
        bottom: 9px;
        left: 10px;
        padding: 6px 30px;
    }

    #section-contact-form {
        padding-top: 60px;
    }

    .section-contact-header,
    .section-contact-subheader {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
}