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

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

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

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

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

html, body {
    width: 100%;
    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;
}

.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: 150vh;
    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{
    height: 30%;
    width: 100%;
    text-align: left;
    margin-top: auto;
}

.header-text span{
    font-size: 3vh;
    font-family: SweetSansProHeavy;
    color: white;
    text-shadow: black 2px 2px 2px;
}

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

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

.header-text h2{
    color: white;
    text-shadow: black 2px 2px 2px;
    font-family: SweetSansProHairline;
    font-size: 4vh;
    margin-bottom: 5px;

}

.header-main-pictures{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 75%;
    margin-top: 1%;
}

.header-pictures{
    display: flex;
    width: 100%;
    height: 50%;
    margin-top: auto;
    background-color: white;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.header-pictures img{
    margin: 20px 20px 20px 20px;
    height: 30%;
    cursor: pointer;
}

.small-image {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.small-image:hover {
    transform: scale(1.1);
}

#fullscreen-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.fullscreen-active .menu {
    position: relative !important;
    z-index: 1 !important;
}

#fullscreen-image img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

#fullscreen-image:hover img {
    transform: scale(1.05);
}

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) {
    .header-text svg{
        width: 24px;
        height: 16px;
    }

    .header-text p{
    font-size: 100%;
    }

    .header-text span{
        font-size: 60%;
    }

    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-pictures img{
        margin: 10px 10px 10px 10px;
        height: 30%;
    }

    .pagination button {
        padding: 2px 5px;
    }

    .pagination span {
        font-size: 9px;
    }

    .header-main-pictures{
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 65%;
        margin-top: 1%;
    }


#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;
}

footer h1{
font-size: 75%;
}

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

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

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

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

.header-text p{
font-size: 80%;
}

header{
    height: 95vh;
}

.header-pictures img{
        margin: 10px 10px 10px 10px;
        height: 20%;
    }


.header-text span{
font-size: 50%;
}

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) {
    footer img{
        height: 10vh;
    }

    footer h1{
        font-size: 50%;
    }

    footer p{
        font-size: 30%;
    }

    footer span{
        font-size: 30%;
    }

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

#menu-text{
height: 80%;
}

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

#menu-text-secondp{
font-size: 1vh;
}
}



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

    .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%;
    }

.header-pictures img{
        margin: 5px 5px 5px 5px;
        height: 20%;
    }

    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-fgas{
        width: 120%;
    }

    .menu{
        height: 75px;
        }

            #footerlogo{
                height: 48px;
            }
}

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

.header-text p{
font-size: 50%;
letter-spacing: 1px;
margin: 0;
}

.header-text span{
display: none;
}

.menu{
    height: 75px;
}

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

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

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

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

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

#menu-text-firstp{
font-size: 1.2vh;
}

#menu-text-secondp{
font-size: 0.6vh;
}

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

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

footer h1{
        font-size: 30%;
    }

    footer p{
        font-size: 4px;
    }

    footer span{
        font-size: 4px;
    }

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

    .header-pictures img{
        margin: 2px 2px 2px 2px;
        height: 25%;
    }

    .header-pictures{
        height: 40%;
        margin-top: 0;
    }

    header{
        height: 100vh;
    }

}

@media screen and (max-width: 200px) {
.header-pictures img{
        margin: 2px 2px 2px 2px;
        height: 20%;
    }

.menu svg{
margin-right:0;
}

.header-text h1{
font-size: 2vw;
}

.header-text p{
font-size: 50%;
}

.header-text h2{
font-size: 30%;
}

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: 16px;
    height: 16px;
}

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

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

.header-text h1{
font-size: 1.5vw;
}

.header-text p{
font-size: 2.5vw;
letter-spacing: 2px;
}

.header-text h2{
font-size: 1.5vw;
}
}
