@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: 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{
    width: 90%;
    height: 50%;
    text-align: center;
}

.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, .price-list h1{
    color: white;
    text-shadow: black 2px 2px 2px;
    font-family: SweetSansProHeavy;
    font-size: 12vh;
    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;

}


main{
    width: auto;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-left ul, .main-right ul{
    padding-left: 0;
}

.main-left{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-left img{
    width: auto;
    height: 80%;
}

.main-left li{
    font-family: SweetSansProThin;
    margin-top: 20px;
    margin-bottom: 20px;
}


.main-right{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-right img{
    width: auto;
    height: 80%;
}

.main-right li{
    font-family: SweetSansProThin;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price-list{
    width: 100%;
    height: 125vh;
    background-image: url("Images/london.jpg");
    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: space-evenly;
    flex-direction: column;
}

.price-list table{
    width: 75%;
    height: 50%;
    border-collapse: collapse;
}

.price-list td{
    width: 25%;
    height: 25%;
    border: 3px solid white;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 150%;
    font-family: SweetSansProHeavy;
    transition: all 0.7s ease;
    text-shadow: black 1px 1px 1px;
}

.price-list tr th{
    width: 25%;
    height: 10%;
    border: 3px solid white;
    text-align: center;
    color: white;
    font-family: SweetSansProHeavyItalic;
    font-size: 175%;
    letter-spacing: 5px;
    text-shadow: black 2px 2px 2px;
}

#id-space{
    border: none;
}

#first-tr:hover > td{
    background-color: white;
    color: black;
    opacity: 0.7;
}

#second-tr:hover > td{
    background-color: white;
    color: black;
    opacity: 0.7;
}

#third-tr:hover > td{
    background-color: white;
    color: black;
    opacity: 0.7;
}

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

            .main-left li{
                font-size: 50%;
            }

            .main-left img, .main-right img{
                height: 60%;
            }

            .main-right li{
                font-size: 50%;
            }
}

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

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

            .main-left ul, .main-right ul{
                padding-left: 10px;
            }

            .main-left li{
                font-size: 50%;
            }

            .main-left img, .main-right img{
                height: 60%;
            }

            .main-right li{
                font-size: 50%;
            }

            .price-list table{
                width: 90%;
                height: 60%;
                border-collapse: collapse;
            }

            .price-list td{
                font-size: 100%;
            }

            .price-list tr th{
                font-size: 100%;
            }

            #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: 600px) {
            .price-list{
                width: 100%;
                height: 50vh;
            }

            header{
                height: 65vh;
            }

            .header-text h1{
                font-size: 50%;
            }
            .header-text p, .price-list h1{
                font-size: 150%;
            }

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

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

            .main-left li{
                font-size: 1.5vh;
            }

            .main-left img, .main-right img{
                height: 30%;
            }

            .main-right li{
                font-size: 1.5vh;
        }

        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 div p{
                font-size: 30%;
            }

            footer span{
                font-size: 30%;
            }

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

            .main-left li{
                font-size: 30%;
            }

            .main-left img, .main-right img{
                height: 40%;
            }

            .main-right li{
                font-size: 30%;
            }

            #menu-text{
                height: 80%;
            }

            .main-left li{
                font-size: 1.5vh;
            }

            .main-left img, .main-right img{
                height: 30%;
            }

            .main-right li{
                font-size: 1.5vh;
        }

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

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

        

        @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{
                height: 65vh;
            }
            
            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;
            }

            .main-left{
                flex-direction: column;
                justify-content: space-around;
            }

            .main-left ul{
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .main-left li{
                font-size: 1.5vh;
                margin: 5px 0px 5px 0px;
            }

            .main-left img, .main-right img{
                height: 30%;
            }

            .main-right{
                flex-direction: column;
                justify-content: space-around;
            }

            .main-right ul{
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .main-right li{
                font-size: 1.5vh;
                margin: 5px 0px 5px 0px;
            }
            .menu{
                height: 75px;
            }

            #footerlogo{
                height: 48px;
            }

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

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

            .main-left li{
                font-size: 1.5vh;
            }

            .main-left img, .main-right img{
                height: 30%;
            }

            .main-right li{
                font-size: 1.5vh;
            }

            footer h1{
                font-size: 30%;
            }

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

            footer span{
                font-size: 4px;
            }

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

        @media screen and (max-width: 300px) {
            header{
                height: 75vw;
            }

            .header-text{
                width: 60%;
                height: 30%;
            }

            .menu{
                height: 75px;
            }

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

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

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

            .header-text h1{
                font-size: 25%;
            }

            .header-text p, .price-list h1{
                font-size: 75%;
            }

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

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

            .main-left{
                margin-left: 20px;
            }

            .main-left li{
                font-size: 1.5vh;
                margin: 5px 0px 5px 0px;
            }

            .main-left img, .main-right img{
                height: 30%;
            }

            .main-right li{
                font-size: 1.5vh;
                margin: 5px 0px 5px 0px;
            }

            .main-right ul{
                padding-left: 10px;
            }

            .main-left ul{
                padding-left: 10px;
            }

            .price-list{
                width: 100%;
                height: 50vh;
                display: flex;
            }

            .price-list table{
                width: 40%;
                height: 30%;
                border-collapse: collapse;
                margin-left: 20px;
                margin-right: 20px;
            }

            .price-list td{
                font-size: 50%;
                width: 10%;
                height: 10%;
            }

            .price-list tr th{
                font-size: 50%;
            }

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

            .price-list table{
                width: 75%;
                height: 50%;
            }

            .price-list td{
                width: 5%;
                height: 5%;
                font-size: 0.7vw;
            }

            .price-list tr th{
                width: 5%;
                height: 5%;
                font-size: 1vw;
                letter-spacing: 2px;
}

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

            .header-text p, .price-list h1{
                font-size: 50%;
            }

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

            .main-left{
                margin-left: 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;
            }

            .main-left li, .main-right li{
                margin: 2px 0px 2px 0px;
            }

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

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

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