@font-face {
    font-family: "SweetSansProHeavy";
    src: url("fonts/SweetSansProHeavy.woff") format("woff");
}

@font-face {
    font-family: "SweetSansProHeavyItalic";
    src: url("fonts/SweetSansProHeavyItalic.woff") format("woff");
}

@font-face {
    font-family: "SweetSansProHairline";
    src: url("fonts/SweetSansProHairline.woff") format("woff");
}

@font-face {
    font-family: "SweetSansProThin";
    src: url("fonts/SweetSansProThin.woff") format("woff");
}

@font-face {
    font-family: "AvenirBook";
    src: url("fonts/AvenirLTProBook.woff") format("woff");
}

html, body {
    width: 100vw;
    overflow-x: hidden;
}

body{
    margin: 0;
}

.menu{
    position: relative;
    background-color: white;
    position: fixed;
    width: 100vw;
    height: 100px;
    display: flex;
    flex-direction: row;
    z-index: 1000;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}

#menu-fgas-photo{
    margin-left: auto;
    margin-right: 10px;
    width: auto;
}

.menu img{
    width: auto;
    height: 90%;
    max-height: 18vh;
    margin-left: auto;
    margin-right: auto;
    margin-left: 20%;
}

.menu i{
    height: 32px;
}

.menu svg{
    display: none;
    margin-bottom: auto;
    margin-top: auto;
    height: 32px;
    width: 32px;
}


#menu-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15%;
}

#menu-text p{
    margin: 8px 0px 0px 0px;
    letter-spacing: 0.3vh;
}

#menu-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
}

#menu-buttons a{
    text-decoration: none;
    color: black;
    font-family: "AvenirBook";
    font-size: 2.5vh;
    margin: 0vh 3vh 0vh 3vh;
    transition: all 0.5s ease;
    text-align: center;
}

#menu-buttons a:hover{
    color: rgb(95, 95, 95);
}

#menu-fgas{
    position: relative;
    z-index: 10000 !important;
    width: 20%;
    height: 100%;
    object-fit: contain;
    background-color: #3173a5;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-end;
    background-image: linear-gradient(90deg, white, #3173a5, #3173a5, #3173a5, #3173a5, #3173a5, #3173a5, #3173a5, #3173a5, #3173a5);
}

.mobile-menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: #2C2C2C;
    z-index: 5000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: right 0.5s ease-in-out;
}

.mobile-menu-icon{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu-icon svg{
    color: white;
    margin-top: 20px;
    z-index: 10000 !important;
}

.mobile-menu-list{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center ;
    flex-direction: column;
}

.mobile-menu-list a{
    text-decoration: none;
    color: white;
    font-family: "AvenirBook";
    font-size: 75%;
    margin: 3vh 0vh 3vh 0vh;
    transition: all 0.5s ease;
}

#menu-text-firstp{
    font-family: SweetSansProHeavy; 
    font-size:3vh;
}

#menu-text-secondp{
    font-family: SweetSansProThin;
    font-size: 2vh;
    text-align: center;
}

header{
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment:unset;
    position: relative;
    z-index: 1;
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text{
    width: 90%;
    height: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text h1{
    color: white;
    text-shadow: black 3px 2px 2px;
    font-family: SweetSansProHeavy;
    font-size: 8vh;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

main{
    height: 80vh;
    width: 100%;
    background-color: #f1f6f9;
    display: flex;
    align-items: center;
    flex-direction: column;
}

main h1{
    color: black;
    text-shadow: gray 1px 1px 1px;
    font-family: SweetSansProHeavy;
    font-size: 8vh;
    margin-bottom: 0;
    letter-spacing: 2px;
}

main h2{
    color: red;
    text-shadow: gray 1px 1px 1px;
    font-family: SweetSansProHeavy;
    font-size: 4vh;
    margin: 0;
    letter-spacing: 2px;
}

main div{
    display: flex;
    height: 60%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

main div img{
    height: 100%;
    margin-left: 5%;
}

.contact-info{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info svg{
    color: red;
    margin-right: 16px;
}

.contact-info p{
    font-family: SweetSansProHeavyItalic;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    margin-left: 20%;
}

.contact-form{
    background-color: white;
    height: 140vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact-form-left, .contact-form-right{
    width: 45%;
    height: 90%;
}

.contact-form-left p{
    font-family: AvenirBook;
    font-size: 8vh;
    margin: 0;
    margin-bottom: 8px;
}

.contact-form-left span{
    font-family: AvenirBook;
    font-size: 16px;
    margin: 0;
    color: gray;
}

.form{
    margin-top: 32px;
    background-color: #f2f2f2;
    width: 100%;
    height: 70%;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

form{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.form-label{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 20%;
}

.form-label label{
    margin-left: 20px;
    font-family: AvenirBook;
}

.form-label input{
    border: none;
    outline: none;
    box-shadow: none;
    width: 90%;
    height: 48px;
    margin-left: 20px;
    margin-top: 5px;
    border-radius: 20px;
    padding-left: 20px;
}

.form-label textarea::placeholder{
    font-family: AvenirBook;
}

.form-label textarea{
    border: none;
    outline: none;
    box-shadow: none;
    width: 90%;
    min-height: 100px;
    height: auto;
    margin-left: 20px;
    margin-top: 5px;
    border-radius: 20px;
    padding-left: 20px;
    padding-top: 10px;
    resize: none;
}

.form-label input::placeholder{
    font-family: AvenirBook;
}

#submit{
    background-color: #86afc0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: AvenirBook;
}

#submit:hover{
    background-color: #548398;
}

.contact-form-right img{
    height: 80%;
    width: auto;
    border-radius: 10%;
}

.contact-map{
    height: 90vh;
    width: 100%;
}

iframe{
    width: 100%;
    height: 100%;
}

footer{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer img{
    height: 25vh;
}

footer h1{
    font-family: AvenirBook;
    color: rgb(78, 21, 132);
}

footer div{
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

footer p{
    font-family: SweetSansProHeavy;
    letter-spacing: 1px;
    font-size: 90%;
}

footer span{
    font-family: SweetSansProThin;
    letter-spacing: 1px;
    font-size: 3vh;
}

footer ul{
    padding-left: 0;
}

footer ul li{
    list-style-type: none;
    font-size: 100%;
    font-family: AvenirBook;
}

#footer-contact{
    letter-spacing: 3px;
}

@media screen and (max-width: 1100px) {
    footer img{
        height: 15vh;
    }

    footer h1{
        font-size: 100%;
    }

    footer div p{
        font-size: 70%;
    }

    footer span{
        font-size: 70%;
    }

    footer ul li{
        font-size: 70%;
    }
}

@media screen and (max-width: 800px) {
    header{
        align-items: end;
    }

    .header-text h1{
        margin-top: 0;
    }

    .contact-info svg{
        height: 16px;
        width: 16px;
    }

    .contact-info p{
        font-size: 12px;
    }

    .contact-form{
        flex-direction: column;
        height: auto;
    }

    .contact-form-right{
        margin: 16px 0 16px 0;
        width: 65%;
    }

    .contact-form-right img {
        height: 60%;
        width: 100%;
        border-radius: 10%;
    }

    .contact-form-left{
        margin: 16px 0 16px 0;
        width: 65%;
    }

    .form{
        height: 450px;
    }

    .form label{
        font-size: 12px;
    }

    .form input{
        height: 36px;
    }

    .form textarea{
        columns: 5;
    }

    #menu-buttons a{
        display: none;
    }

    .menu svg{
        display: flex;
        height: 32px;
        width: 32px;
        flex-shrink: 0;
        z-index: 9000 !important;
    }


    #menu-fgas{
        margin-left: auto;
    }

    
    #menu-fgas{
        width: 20%;
    }

    footer h1{
font-size: 75%;
}

footer div{
margin: 0% 15% 0% 15%;
}

footer ul li{
font-size: 30%;
}
}

@media screen and (max-width: 700px) {
    .form-label input {
        margin-left: auto;
        margin-right: auto;
    }

    .form-label label {
        margin-left: 10px;
    }

    .form textarea {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 600px) {
    .contact-info p {
        font-size: 8px;
    }

    footer div p{
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 90%;
    }

    footer div{
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
        width: 60%;
    }

    footer ul li{
        font-size: 80%;
    }

    footer ul{
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .contact-info p {
        font-size: 6px;
        letter-spacing: 1px;
    }

    .contact-info svg {
        height: 12px;
        width: 12px;
    }


    footer img{
        height: 10vh;
    }

    footer h1{
        font-size: 50%;
    }

    footer div p{
        font-size: 30%;
    }

    footer span{
        font-size: 30%;
    }

    footer ul li{
        font-size: 30%;
    }

    #menu-text-firstp{
        font-size: 1.5vh;
    }
    
    #menu-text-secondp{
        font-size: 5px;
    }
}

@media screen and (max-width: 400px) {
    header{
        height: 30vh;
    }

    .header-text h1 {
        font-size: 36px;
    }

    main h1 {
        font-size: 36px;
    }

    main h2 {
        font-size: 18px;
    }

    main div img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    main div{
        flex-direction: column;
    }

    .contact-form-left{
        width: 85%;
    }

    .contact-map {
        height: 45vh;
        width: 100%;
    }

    .contact-form-right{
        width: 85%;
    }

    .menu img{
        width: auto;
        height: 90%;
        max-height: 8vh;
    }

    .menu svg{
        width: 32px;
        height: 32px;
    }

    #menu-fgas-photo{
        margin-left: auto;
    }

    #menu-text{
        margin-left: 36px;
        height: 30%;
    }

    footer img{
        height: 6vh;
    }

    footer div{
        margin: 0px 15px 0px 15px;
    }

    #menu-text-firstp{
        font-size: 7px;
        margin-left: 5px;
    }

    #menu-text-secondp{
        font-size: 5px;
        text-align: center;
        margin-left: 5px;
    }

    .menu{
        height: 75px;
    }

    #footerlogo{
        height: 48px;
    }

    #menu-fgas{
        width: 120%;
    }
}

@media screen and (max-width: 300px) {
    footer h1{
        font-size: 30%;
    }

    footer div p{
        font-size: 4px;
    }

    footer span{
        font-size: 4px;
    }

    footer ul li{
        font-size: 4px;
    }

    .menu{
        height: 75px;
    }

    .menu img{
        margin-left: 5px;
    }

    #menu-fgas-photo{
        margin-left: auto;
    }

    #menu-text{
        margin-left: 8px;
    }

    .mobile-menu-icon svg{
        width: 24px;
        height: 24px;
    }

    .mobile-menu-list a{
        font-size: 50%;
    }

    .menu img{
        margin-top: auto;
        margin-bottom: auto;
    }

    #menu-fgas-photo{
        margin-left: auto;
    }
    

    .menu a{
        display: flex;
    }

    #menu-buttons{
        margin: 0;
    }

    #menu-text{
        margin-left: 8px;
    }

    .menu svg{
        width: 32px;
        height: 32px;
    }

    #footer-contact{
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 200px) {
    footer h1{
        font-size: 10%;
    }

    footer div p{
        font-size: 2px;
    }

    footer span{
        font-size: 2px;
    }

    footer ul li{
        font-size: 2px;
    }
}

@media screen and (max-width: 150px) {
    #menu-text{
        margin-left: 2px;
    }

    .menu svg{
        width: 32px;
        height: 32px;
    }

    .mobile-menu svg{
        width: 8px;
        height: 8px;
    }

    .mobile-menu a{
        font-size: 3vw;
        margin: 5px 0px 5px 0px;
    }
}