*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html,body{
    height: 100%;
    width: 100%;
    background-color:black;
    font-family: 'Poppins', sans-serif;
}

main{
    height:auto;
    width: 100%;
    overflow-x: hidden;
}

.active{
    color: #00bcd4;
}
#page1{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: black;
}

#outer-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#page1 h1{
    font-size: 24vh;
    font-weight: 900;
    font-family: 'Orbitron', sans-serif;
    position: absolute;
    top: 10%;
    color: white;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.647);
    overflow: hidden;
    letter-spacing: -10px;
}

#page1 h1 span{
    display: inline-block;
}
#page1 h3{
    font-size: 4vh;
    font-weight: 900;
    font-family: exo 2, sans-serif;
    position: absolute;
    top: 40%;
    color: white;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
}
#page1 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}



#container{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#circle{
    border-radius: 50%;
    height: 280vh;
    width: 280vh;
    position: absolute;
    top: 280vh;
    transform: translate(0,-75%);
    border: solid white 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.stripe{
    width: 1vw;
    height: 100vh;
    position: absolute;
    top: -2%;
    transform-origin: 0% 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.str1{
    transform: rotate(-40deg);
}

.str2{
    transform: rotate(-20deg);
}

.str-3{
    cursor: pointer;
}

.str4{
    transform: rotate(20deg);
}

.str5{
    transform: rotate(40deg);
    cursor: pointer;
}

.str-r{
    height: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    width: 20%;
    z-index: 999;

}


.str-l{
    height: 20%;
    width: 20%;

}

.str-r a{
    color: white;
    font-weight: 900;
    font-size: xx-large;
    transition: 1s all ease;
    cursor: pointer;
    pointer-events: all;
}

.str-r a:hover{
    color: #00bcd4;
}

#panel{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -10%;
    right: -45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 998;
    gap: 1vh;
}

.mncircle{
    height: 1.5vh;
    width: 1.5vh;
    border-radius: 50%;
    background-color: white;
    opacity:0.2;
    cursor: pointer;
}



#page2{
    height: 120vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(images/LOADING.webp);
    background-position: center;
    background-size: cover;
    gap: 2vh;
}

#blur-top{
    height: 10vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    background:linear-gradient(to top,black,transparent);
    z-index: 1000;
}

#blur{
    height: 10vh;
    width: 100%;
}

#projects{
    height: 100%;
    width: 100%;
    margin: 4% 2%;
    padding:4% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    cursor: pointer;
}

.p{
    height: 60vh;
    width: 20%;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px;
    transition: 1s all ease;
}

#p1{
    height: 100%;
    width: 100%;
}

#p2{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom:-100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1111119b;
    backdrop-filter: blur(10px);
}

#p1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#p2 h2{
    font-size: x-large;
    font-weight: 900;
    color: yellow;
    text-shadow:0 2px 30px #000000;
    text-align: center;
}

#p2 h3{
    font-size: large;
    font-weight: 500;
    color: white;
    text-shadow:0 2px 30px #000000;
}

#page2 h1{
    font-size: 10vh;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    text-shadow:0 2px 30px #00bcd4;
}

#page3{
    height:fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: column;
    gap: 10vh;
    margin-top:10vh;
}

.portal-container-1{
    height: auto;
    width:80%;
    display: flex;
    align-items:center;
    justify-content: center;
    border: solid wheat 1px;
    overflow: hidden;
    border-radius: 50px;
    padding: 1%;
    backdrop-filter: blur(15px);
}

#portal-container{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 2vw;
    animation-name:portals;
    animation-duration:15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#portals{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

@keyframes portals{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(30%);
    }
}

#portal-container a{
    pointer-events: all;
}

#portal-container:hover{
    animation-play-state: paused;
}

.portal-photo{
    border-radius: 50%;
}

.portal-photo img{
    height: 80px;
    width: 80px;
}

.portal-text{
    text-align: center;
    height: 100%;
    width: 100%;
}

.portal-text a{
    color: white;
    text-decoration: underline;
    font-size: larger;
    font-weight: 800;
    transition: 1s all ease;
    font-family: exo 2, sans-serif;
}

.portal-text a:hover{
    color: #00bcd4;
    text-decoration: overline;
}

#page3 h1{
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}

#page4{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5%;
    flex-shrink: 0;
    gap: 1vw;    
    margin-top:10vh;
}

#mission{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.missionBox{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    padding: 1%;
    overflow: hidden;
    border: solid white 1px;
    border-radius: 50px;
    position: relative;
    cursor:pointer;
}

.mission-header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
    border: solid white 1px;
    border-radius: 25px;
    padding: 3%;
    transition: 1s all ease;
}

.missionBox img,.mission-header{
    display: none;
}

.missionBox img{
    height: auto;
    transition: 1s all ease;
    filter: drop-shadow(0 8px 6px rgba(255, 255, 255, 0.523));
}

#page4 h1{
    font-size: 8vh;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}

.missionBox p{
    color: white;
    font-size: large;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}

.missionBox span a{
    color:#00bcd4;
    font-weight: 900;
    text-align: center;
    font-size: xx-large;
    text-decoration: underline;
}

.mission-header:hover{
    background-color: salmon;
}
.mission-header:hover p{
    color: black;
}

.missionBox h3{
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
}
#pg3-line{
    margin: 10vh 0 2vh 0;
}

@keyframes anime {
    100%{
        text-shadow: 0 0 100px rgba(4, 0, 255, 0.62);
    }
}

#page5{
    height:100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    gap: 2vv;
    padding:2% 0;
}

#page5 h1{
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}
#page5 a{
    margin-top:5vh;
    height: fit-content;
    width: fit-content;
    padding:1vh 2vh;
    background-color: #00bcd4;
    color: #1b2735;
    border-radius: 50px;
    font-size: 5vh;
    font-weight: 500;
    font-family:exo2,sans-serif;

    filter: drop-shadow(0 2px 10px #00bcd4);
    
}
#rocket-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    scrollbar-width: none;
}

#rockets{
    height:100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 5vh;
    transform: translateX(40%);
}
.rocket{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.rocket img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position:top;
    border-radius: 50px;
}
.rocket h3{
    font-size: 6vh;
    font-weight:900;
    position: absolute;
    font-family: exo 2, sans-serif;
    left:0;
    bottom:0;
    text-align: center;
    height: fit-content;
    width: 100%;
    background-color: #00bbd45b;
    backdrop-filter: blur(5px);
color: #1b2735;
}

#page6{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top:10vh;
}

#video2{
    height: 100%;
    width: 100%;
    z-index: 998;
}

#video2 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#pg6-blur-top{
    height: 10vh;
    width: 100%;
    background:linear-gradient(to top,transparent,black);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

#pg6-blur-bottom{
    height: 10vh;
    width: 100%;
    background:linear-gradient(to top,black,transparent);
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page7{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5%;
}

#page7 h1{
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}

#leadership{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-around;
    padding: 4%;
    overflow: hidden;
}

.text{
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding:2%;
    gap:2vh;
}

.member h2{
    font-size: 8vh;
    font-weight: 800;
    color: yellow;
}

.member h3{
    color: white;
    font-size: xx-large;
    font-weight: 500;
}

.member img{
    width: 40vw;
    object-fit: cover;
    object-position: center;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0 4px 10px #00bcd4;
}

#page8{
    height:auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10vh;
    margin-top:10vh;
}

#page8 h1{
    font-size: 8vh;
    font-family: orbitron, sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}
#page8 a{
    height: fit-content;
    width: fit-content;
    padding:1vh 2vh;
    background-color: #00bcd4;
    color: #1b2735;
    border-radius: 50px;
    font-size: 5vh;
    font-weight: 500;
    font-family:exo2,sans-serif;

    filter: drop-shadow(0 2px 10px #00bcd4);
    
}

#timeline-container{
    height: 50vh;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: dotted white 2px;
    border-left: dotted white 2px;
    border-right: dotted white 2px;
}

#vertical-ruler{
    position: absolute;
    top: 0;
    left: 50%;
    height: 1%;
    width: 0.5vw;
    border-radius: 50px;
    background-color: white;
}

@keyframes ruler{
    0%{
        height: 1%;
    }
    100%{
        height:100%;
    }
}

.event{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    position: relative;
}

.event img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 10%;
    left: 60%;
    cursor: pointer;
}

.event-left{
    display: flex;
    height:100%;
    width: 50%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2%;
    flex-wrap: wrap;
    cursor: pointer;
}

.event-right{
    display: flex;
    height:100%;
    width: 50%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2%;
    flex-wrap: wrap;
    cursor: pointer;
}

.event h2{
    font-size: 5vh;
    font-weight: 900;
    color: black;
    border: solid white 2px;
    padding: 1% 2%;
    background-color: #00bcd4;
    font-family: 'Exo 2', sans-serif;
}

.event h4{
    font-size: 3vh;
    font-weight: 500;
    color: white;
    border: dotted white 1px;
    padding: 2%;
    font-family: 'Rajdhani', sans-serif;
}

.horizontal-ruler{
    height: 0.5vw;
    width: 60px;
    background-color:yellow;
    border-radius: 50px;
} 

#timeline-container2{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 15vh;
    margin: 2% 0;
}

#page9{
    height:auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:2vh;
    padding: 2%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10vh;
}

#page9 h1{
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif;
    filter: drop-shadow(0 2px 10px #00bcd4);
}

#stats-container{
    height: 100%;
    width:60%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    padding: 5%;
    gap: 2vh;
}

.stats{
    height: fit-content;
    width: 80%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:1.5vh;
    border-bottom: solid wheat 1px;
    transition: 1s all ease;
    cursor: pointer;
}

.stats h2{
    font-size: xx-large;
    font-weight: 900;
    color: #00bcd4;
    font-family:exo,sans-serif;
}

.stats h3{
    font-size:xx-large;
    font-weight: 500;
    color: wheat;
    font-family: rajdhani,sans-serif;
}

.stats:hover{
    background-color: #00bcd4;
    border-radius: 50px;
    border: solid wheat 1px;
}
.stats:hover h2{
    color: black;
}
.stats:hover h3{
    color: black;
}

#footer{
    height: fit-content;
    width: 100vw;
    padding: 2%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 2vh;
}

.fl{
    height: 30vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2vh;
    background-color: rgba(9, 9, 9, 0.375);
    backdrop-filter: blur(5px);
    border: solid #00bcd4 2px;
    padding: 2%;
    border-radius: 20px;
}

.fc{
    height: 30vh;
    width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    gap: 1vh;
    background-color: rgba(9, 9, 9, 0.375);
    backdrop-filter: blur(5px);
    border: solid #00bcd4 2px;
    padding: 2%;
    border-radius: 20px;
}

.fr{
    height: 30vh;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

#fc-n{
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.fr iframe{
    height:100%;
    width: 100%;
    border-radius: 20px;
}

.fl span{
    color:wheat;
    text-decoration: underline
}

#footer h4{
    font-size:x-large;
    font-weight: 400;
    color: white;
}

#footer h2{
    font-size: xx-large;
    font-weight: 900;
    color: #00bcd4;
    text-decoration: underline;
}

#footer a{
    font-size: large;
    font-weight: 400;
    color: white;

}

#page10{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:1vh;
    position: relative;
    margin-top:10vh;
}

#page10 h1{
    font-size: 8vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    color: #00bcd4;
    -webkit-text-stroke: 2px #00bcd4;
    font-family: 'Orbitron', sans-serif; 
    filter: drop-shadow(0 2px 10px #00bcd4);
}

#mission-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#orbit1{
    height: 1000px;
    width: 1000px;
    border-radius: 50%;
    border:dashed white 1px;
    transform: translateY(60%);
    position: absolute;
    bottom: 0;
}

#orbit2{
    height: 1600px;
    width: 1600px;
    border-radius: 50%;
    border:dashed white 1px;
    transform: translateY(60%);
    position: absolute;
    bottom: 0;
}

#sun{
    height: 500px;
    width: 500px;
    transform: translateY(60%);
    position: absolute;
    bottom: 0;
    filter: drop-shadow(0 15px 30px #fffb00);
}

#planet1{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    top:3%;
    left:15%;
}

#planet2{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top:3%;
    left:25%;
}

#planet-container1{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position:relative;
}

#planet-container2{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position:relative;
}
#satellite{
    height: 170px;
    width: 170px;
    border-radius: 50%;
    position: absolute;
    top:-50%;
    left:-20%;
}

#satellite-img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top:25%;
    left:10%;
}

#pg10-blur-bottom{
    height: 6vh;
    width: 100%;
    background:linear-gradient(to top,black,transparent);
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page10 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

#copywright{
    height: fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5% 0;
    font-family: exo 2, sans-serif;
}
#copywright h3{
    font-size: 1.8vh;
    font-weight: 900;
    color: white;
}
#quize-button{
    height: 5vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vh;
}
#button{
    height: 100%;
    width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00bcd4;
    border-radius: 50px;
    cursor: pointer;
    transition: 1s all ease;
    filter: drop-shadow(0 2px 10px #00bcd4);
}
#button a{
    font-size: 3vh;
    font-weight: 900;
    color: #1b2735;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
}
.horizontal-line{
    height:0.5vh;
    width: 50vw;
    background-color: #00bcd4;
    border-radius: 50px;
    margin: 2vh 0;
}
@media only screen and (max-width: 1200px){

    #page1 h1{
        top: 20%;
        font-size:16vw;
        gap: 0;
    }
    #page1 h3{
        font-size: 5vw;
        top: 40%;
    }
    #page2 h1{
        font-size: 15vw;
    }
    #page2{
        height: auto;
    }
    #projects{
        
        height: auto;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 1rem;
        padding: 1rem;
        scroll-snap-type: x mandatory;
        justify-content: start;
        transform: translateX(10%);
    }
    .p{
        flex: 0 0 60vw; /* prevent shrink, fixed size */
        height: 40vh;
        scroll-snap-align: start;
    }
    #p1 img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #p2{
        height: 100%;
        width: 100%;
        position: absolute;
        bottom:-100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #1111119b;
        backdrop-filter: blur(10px);
    }
    #p2 h2{
        font-size: larger;
        font-weight: 900;
        color: yellow;
    }
    #p2 h3{
        font-size: medium;
        font-weight: 500;
        color: white;
    }

    #projects h2{
        font-size:larger;
        text-align: center;
    }
    #projects h3{
        font:medium sans-serif;
        text-align: center;
    }
    #blur{
        height: 3vw;
    }

    #page3 h1{
        font-size: 10vw;
    }
    .portal-container-1{
        width: 90vw;
        animation-direction: alternate;
    }
    #portal-container{
        gap: 8vw;
    }
    .portal-photo img{
        height: 6vh;
        width: 6vh;
    }
    .portal-text a{
        font-size: medium;
    }

    #page4{
        padding: 4% 10%;
        height: auto;
        justify-content: space-between;
        margin:5vh 0;
    }
    #pg4-container{
        height: auto;
    }
    #page4 h1{
        font-size: 12vw;
    }
    #mission{
        justify-content: center;
        gap: 3vh;
    }
    .missionBox{
        height:10%;
        flex-direction: column;
        justify-content: center;
        padding:3%;
    }
    #page4 h3{
        font-size: 2.2vw;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 200;
    }
    .missionBox img{
        height: 30vw;
    }
    #page7{
        height: auto;
    }
    .member{
        flex-direction: column-reverse;
    }
    .member img{
        height: 80vw;
    }
    .member h2{
        font-size: larger;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .member h3{
        font-size:medium;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    #page7 h1{
        font-size: 10vw;
    }
    #page8 h1{
        font-size: 12vw;
    }
    .event h4{
        font-size: larger;
    }
    .event h2{
        font-size: x-large;
    }
    #page8{
        height: auto;
    }
    #page8 h1{
        font-size: 12vw;
    }
    #page8 a{
        font-size: 8vw;
    }
    #page9{
        height:auto;
    }
    #page9 h1{
        font-size: 12vw;
    }
    .stats{
        width: 90vw;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .stats h2{
        font-size: small;
    }
    .stats h3{
        font-size:small;
        color: white;
    }
    #page10{
        height: auto;
    }
    #page10 h1{
        font-size:10vw;
    }
    #mission-container{
        height: 80vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    #page5{
        height: auto;
    }
    #page5 h1{
        font-size:12vw;
    }
    #page5 a{
        font-size:8vw;
    }
    #rocket-container{
        height: auto;
        width: 100vw;
        overflow-x: scroll;
        scrollbar-width: none;
    }
    #rockets{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5vw;
        transform: translateX(0);
    }
    .rocket{
        height: 50vh;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    .rocket img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position:top;
    }
    #page6{
        height: auto;
    }
    #video2{
        height: 100%;
        width: 100%;
    }
    #video2 video{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #page7 h1{
        font-size: 8vw;
    }
    #leadership{
        width: 80vw;
    }
    #leadership img{
        width: 100%;
        height: auto;
    }
    #footer{
        height: auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2vw;
    }
    
    #footer iframe{
        width: 80%;
        height: auto;
        padding: 0;
    }

    .fr{
        height: fit-content;
        width:90vw;
        justify-content: center;
        align-items: center;
    }
    .fr iframe{
        width: 100%;
        border-radius: 0;
    }

    #footer p{
        font-size: medium;
    }

    .fl{
        height: fit-content;
        width:90vw;
        border-radius: 0;
        padding: 2% 5%;
        gap: 4%;
    }

    .fc{
        height: fit-content;
        width:90vw;
        border-radius:0;
        padding: 1%;
        padding: 2% 5%;
        gap: 4%;
    }

    #footer h2{
        font-size:large;
    }
    #footer h4{
        font-size: medium;
    }
    #footer a{
        font-size: medium;
    }
    #rocket-container{
        width:100vw;
    }
    #rockets{
        width: 100vw;
        justify-content: flex-start;
        transform: translateX(10%);
        white-space: nowrap;
    }
    .rocket{
        width: 80vw;
        flex-shrink: 0;
    }
    #timeline-container{
        font-weight: 400;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    }
    #timeline-container h2{
        font-size:large;
    }
    #timeline-container h4{
        font-size:small;
    }
    #button{
        width: 50vw;
        height: 6vh;
    }
    .horizontal-line{
        margin: 0.5vh 0;
    }
    #pg3-line{
        margin: 1vh 0 0.5vh 0;
    }
    .index-footer h3{
        font-size: 0.1vh;
    }
}

@media only screen and (max-height: 550px){

    #page1 h1{
        font-size:10vw;
        gap: 2vw;
        letter-spacing:0;
    }
    #page1 h3{
        font-size: 6vh;
    }
    #circle a{
        font-size:6vh;
    }
    .stripe{
        top: -3%;
    }
    .rocket img{
        border-radius:5px;
    }
    #sun{
        height:50%;
    }
    #orbit1{
        height: 100%;
        top:-5%;
    }
    #orbit2{
        height: 100%;
        top: -30%;
    }
    #planet1{
        height: 20px;
        width: 20px;
    }
}