
    @import url('https://fonts.googleapis.com/css2?family=Overlock+SC&display=swap');

    * {
        box-sizing: border-box;
    }
    
    #wrapper {
        display: grid;
        grid-template-rows: repeat(21, minmax(0,auto));
        grid-template-columns: repeat(9, minmax(0,auto));
        background-color: #090E36;
        font-family: Verdana;
        color: white;
    }

    #reminisencehero {
        margin: 0%;
        background-image: url("indexhero.png");
        background-size: cover;
        grid-row: 1 / 7;
        grid-column: 1 / -1;
        height: 490px;
    }

    .logo {
        margin: 0% 10% 0% 10%;
        background-image: url("logohero.png");
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: center;
        grid-row: 1 / 4;
        grid-column: 2 / 4;
        height: 170px;
        z-index: 2;
    }











    .button {
        display:none;
    }

    nav {
        grid-row: 2 / 3;
        grid-column: 5 / 10;
        font-size: 20px;
        height: 77px;
    }

    nav ul {
        list-style-type: none;
        display: flex;
        justify-content: right;
        flex-flow: row nowrap;
    }

    nav ul li a {
        width: 100%;
        position: relative;
    }

    nav a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }









    ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li a, .dropdown_sky {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 15px 30px;
        text-decoration: none;
    }

    li a:hover, .dropdown:hover .dropdown_sky {
        background-color: rgba(0, 0, 0, 0.2);
    }

    li.dropdown {
        display:inline-block;
        position: relative;
        cursor: pointer;
    }

    .dropdown_content {
        display: none;
        position: absolute;
        background-color: #282A5F;
        border-top: 2px solid #5E80C2;
        z-index: 3;
        width: 100%;
    }

    .dropdown_content a {
        text-decoration: none;
        border-top: 1px solid #5E80C2;
        color: white;
        display: block;
    }

    .dropdown:hover .dropdown_content {
        display: block;
    }









    li.quotes {
        margin: 0% 5% 0% 0%;
    }











    header {
        grid-row: 5 / 6;
        grid-column: 3 / 6;
        z-index: 2;
        height: 100px;
        font-family: 'Overlock SC';
    }

    header a {
        text-decoration: none;
    }

    h1 {
        font-weight: lighter;
        font-size: 50px;
        color: white;
    }












    .whoarewe {
        margin: 10% 0% 10% 0%;
        grid-row: 8 / 10;
        grid-column: 1 / 7;
        display: grid;
        grid-template-rows: 5% repeat(3, minmax(0,auto)) 5%;
        grid-template-columns: repeat(4, minmax(0,auto));
        height: 85%;
        background-color: white;
        z-index: 2;
        position: relative;
    }

    #whoarewe_whitespace {
        grid-row: 1 / -1;
        grid-column: 1 / 2;
        background-color: white;
        min-width: 25vw;

    }

    #whoarewe {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
        background-color: #C1C1C1;
        z-index: 4;
        text-align: right;
        direction:rtl;
        top:0;
        padding: 3% 5% 5% 90%;
        margin: 0% -10% 0% 0%;
        font-family: 'Overlock SC';
        font-size: 40px;
    }

    #whoarewe_hero {
        grid-row: 2 / 5;
        grid-column: 2 / -1;
        background-image: url("aboutushero.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        background-origin: content-box;
        position: relative;
        min-height: 500px;
        height: 100%;
        min-width: 300px;
        width: auto;
        margin: 5% 0% 0% 0%;
        padding: 0% 0% 0% 0%;
        z-index: 3;
    }













    .aboutus {
        margin: 0% 10% 40% 10%;
        grid-row: 9 / 10;
        grid-column: 8 / 9;
    }
    
    #aboutus_title {
        text-align: center;
        font-size: 20px;
    }

    #aboutus_description {
        margin: 5% 0% 0% 0%;
        padding: 0% 10% 0% 10%;
    }











    #section1 {
        grid-row: 11 / 12;
        grid-column: 1 / -1;
        background-color: #090E36;
        border-top: #282A5F solid 2px;
        border-bottom: #282A5F solid 2px;
        height: 25px;
    }










    .qotd {
        grid-row: 12 / 13;
        grid-column: 1 / -1;
        display: grid;
        grid-template-rows: repeat(9, minmax(0,auto));
        grid-template-columns: repeat(4, minmax(0,auto));
        background-image: url("qotdbackground.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #qotd_title {
        grid-row: 2 / 3;
        grid-column: 1 / 6;
        background-color: rgba(255, 255, 255, 0.5);
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #090E36;
        height: 97px;
        margin: 23px 0px 23px 0px;
    }

    #quote {
        grid-row: 4 / 5;
        grid-column: 1 / 5;
        background-color: #090E36;
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 0% 5% 0% 0%;
        height: 128px;
        margin: 0px 25% 61px 0px;
    }
    
    #author {
        grid-row: 6 / 8;
        grid-column: 4 / 6;
        background-color: #090E36;
        display: flex;
        align-items: center;
        padding: 0% 0% 0% 5%;
        height: 92px;
    }

    #qotd_nav {
        grid-row: 7 / 9;
        grid-column: 2 / 3;
        background-color: #959595;
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #777777;
        border-style: solid;
        border-width: 4px;
        padding: 0% 10% 0% 10%;
        margin: 0% 10% 63px 10%;
        height: 93px;
    }

    #qotd_nav a {
        color: white;
        text-decoration: none;
        text-align: center;
    }

    








    
    h2 {
        font-family: 'Overlock SC';
        font-size: 40px;
        font-weight: 600;
    }

    p {
        font-size: 20px;
    }

    p1 {
        font-size: 20px;
    }

    








    #section2 {
        grid-row: 13 / 14;
        grid-column: 1 / -1;
        background-color: #090E36;
        border-top: #282A5F solid 2px;
        border-bottom: #282A5F solid 2px;
        height: 25px;
    }









    .missions {
        grid-row: 14 / 15;
        grid-column: 1 / -1;
        display: grid;
        grid-template-rows: repeat(7, minmax(0,auto));
        grid-template-columns: repeat(5, minmax(0,auto));
        background-color: #FFFFFF;
    }

    #missions_title {
        grid-row: 2 / 3;
        grid-column: 1 / -1;
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #090E36;
        height: 97px;
        margin: 23px 0px 23px 0px;
        z-index: 2;
    }
    
    #missions_description {
        grid-row: 4 / 5;
        grid-column: 1 / 5;
        background-image: url('missions_background.png');
        background-repeat: no-repeat;
        height: 250px;
        display: flex;
        align-items: center;
        padding: 0% 5% 2% 400px;
        margin: 0% 15% 0% 0%;
    }

    #missions_description p {
        justify-content: right;
    }

    #missionshero {
        grid-row: 2 / 7;
        grid-column: 2 / 3;
        background-image: url('apollo11hero.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-origin: content-box;
        position: relative;
        height: 496px;
        min-width: 320px;
        width: auto;
        z-index: 1;
        margin: 23px 0% 0% -80%;
    }

    #missions_nav {
        grid-row: 6 / 7;
        grid-column: 3 / 4;
        background-color: #959595;
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #777777;
        border-style: solid;
        border-width: 4px;
        padding: 0% 10% 0% 10%;
        margin: 36px 0% 63px 0%;
        height: 93px;
        text-align: center;
    }

    #missions_nav a {
        color: white;
        text-decoration: none;
    }







    #section3 {
        grid-row: 15 / 16;
        grid-column: 1 / -1;
        background-color: #090E36;
        border-top: #282A5F solid 2px;
        border-bottom: #282A5F solid 2px;
        height: 25px;
    }










    .constellations {
        grid-row: 16 / 17;
        grid-column: 1 / -1;
        display: grid;
        grid-template-rows: repeat(8, minmax(0,auto));
        grid-template-columns: repeat(5, minmax(0,auto));
        background-image: url('constellationshero.jpg');
        background-repeat: no-repeat;
        position: relative;
        height: 539px;
    }

    #constellations_title {
        grid-row: 2 / 3;
        grid-column: 1 / -1;
        background-color: rgba(255, 255, 255, 0.5);
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #090E36;
        height: 97px;
        margin: 23px 0px 23px 0px;
    }

    #constellations_month {
        grid-row: 4 / 5;
        grid-column: 2 / -1;
        background-color: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 0% 20% 0% 5%;
        height: 148px;
        margin: 0px 0% 0px 20%;
    }

    #constellations_zodiac {
        grid-row: 6 / 8;
        grid-column: 1 / 3;
        background-color: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        padding: 0% 5% 0% 30%;
        height: 160px;
        margin: 33px 20% 40px 0%;
    }

    #constellations_zodiac p {
        justify-content: right;
    }

    #constellations_nav {
        grid-row: 7 / 8;
        grid-column: 3 / 4;
        background-color: #959595;
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #777777;
        border-style: solid;
        border-width: 4px;
        padding: 0% 10% 0% 10%;
        margin: 36px 20% 63px -20%;
        height: 93px;
    }

    #constellations_nav a {
        color: white;
        text-decoration: none;
        text-align: center;
    }









    #section4 {
        grid-row: 17 / 18;
        grid-column: 1 / -1;
        background-color: #090E36;
        border-top: #282A5F solid 2px;
        border-bottom: #282A5F solid 2px;
        height: 25px;
    }









    .planets {
        grid-row: 18 / 19;
        grid-column: 1 / -1;
        display: grid;
        grid-template-rows: repeat(4, minmax(0,auto));
        grid-template-columns: repeat(3, minmax(0,auto));
        background-image: url('planets.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        background-position: center;
        position: relative;
        background-color: white;
        height: 531px;
        text-align: center;
    }

    #planets_title {
        grid-row: 2 / 3;
        grid-column: 1 / -1;
        background-color: rgba(255, 255, 255, 0.5);
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #090E36;
        height: 100px;
        margin: 23px 0px 23px 0px;
    }

    #planets_nav {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
        background-color: #959595;
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #777777;
        border-style: solid;
        border-width: 4px;
        padding: 0% 10% 0% 10%;
        margin: 36px 0% 63px 0%;
        height: 93px;
    }

    #planets_nav a {
        color: white;
        text-decoration: none;
    }







    #section5 {
        grid-row: 20 / 21;
        grid-column: 1 / -1;
        background-color: #090E36;
        border-top: #282A5F solid 2px;
        border-bottom: #282A5F solid 2px;
        height: 100px;
    }









@media only screen and (min-width: 1300px) {

    #wrapper {
        display: grid;
        grid-template-rows: repeat(21, minmax(0,auto));
        grid-template-columns: 400px repeat(9, minmax(0,auto)) 400px;
    }

    #reminisencehero {
        background-image: url("indexhero3.png");
        background-repeat: no-repeat;
        grid-column: 1 / -1;
        height: 600px;
        width:100%;
    }

    .logo {
        grid-column: 1 / 5;
    }











    .button {
        display: none;
    }

    nav {
        grid-column: 6 / 12;
    }
















    li.quotes {
        margin: 0% 5% 0% 0%;
    }











    header {
        grid-column: 4 / 6;
    }












    .whoarewe {
        margin: 10% 0% 10% 0%;
        grid-row: 8 / 9;
        grid-column: 1 / 7;
        height: 600px;
    }

    #whoarewe_whitespace {
        grid-column: 1 / 2;
        margin: 0px 150px 0% 0%;
    }

    #whoarewe {
        grid-column: 1 / 3;
        margin: 0% -40px 0% 0%;
    }

    #whoarewe_background {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        background-color: #dedede;
        height: 500px;
        margin: 8% 7% 10% 0%;

    }

    #whoarewe_background2 {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        background-color: #b0b0b0;
        height: 350px;
        margin: 20% 15% 10% 0%;
    }

    #whoarewe_hero {
        grid-column: 2 / -1;
    }













    .aboutus {
        grid-row: 8 / 9;
        grid-column: 8 / 12;
        margin: 25% 30% 0% 20%;
        line-height: 25px;
        padding: 0% 0% 0% 0%;
    }
    
    #aboutus_title {
        text-align: center;
        font-size: 20px;
    }

    #aboutus_description {
        margin: 5% 0% 0% 0%;
        padding: 0% 10% 0% 10%;
    }











    #section1 {
        grid-column: 1 / -1;
        margin: 0% 0% 0% 0%;
    }










    .qotd {
        grid-column: 1 / -1;
        background-image:none;
    }
    
    #qotd_title {
        grid-column: 1 / 6;
        margin: 2% 0% 2% 0%;
        background-color: #ffffff;
        z-index: 4;
    }

    #quote {
        grid-column: 1 / 5;
        margin: 5% 30% 5% 0%;
        background-color: #ffffff;
        color:#090E36;
        z-index: 4;

    }
    
    #author {
        grid-column: 4 / 6;
        margin: 5% -30% 5% 0%;
        background-color: #ffffff;
        color:#090E36;
        z-index: 4;
    }

    #qotd_nav {
        grid-column: 2 / 3;
        margin: 5% 30% 10% 10%;
        z-index: 4;
    }

    #qotd_background {
        background-color: #b0b0b0;
        grid-row: 4 / 6;
        grid-column: 1 / 4;
        height: 80%;
        margin: 3% 10% 0% 0%;
        z-index: 1;
    }

    #qotd_background1 {
        background-color: #949494;
        grid-row: 4 / 6;
        grid-column: 1 / 4;
        height: 90%;
        margin: 2% 30% 5% 20%;
        z-index: 3;
    }

    #qotd_background2 {
        background-color: #dadada;
        grid-row: 4 / 6;
        grid-column: 1 / 4;
        height: 105%;
        margin: 0.3% 40% 0% 30%;
        z-index: 2;
    }

    #qotd_background3 {
        background-color: #b0b0b0;
        grid-row: 5 / 9;
        grid-column: 7 / -1;
        height: 80%;
        margin: -2% 0% 0% -45%;
        z-index: 1;
    }

    #qotd_background4 {
        background-color: #dadada;
        grid-row: 4 / 9;
        grid-column: 7 / -1;
        height: 53%;
        margin: 29.5% 40% 0% -5%;
        z-index: 2;
    }

    #qotd_background5 {
        background-color: #949494;
        grid-row: 5 / 9;
        grid-column: 7 / -1;
        height: 90%;
        margin: -4% 30% 15% -15%;
        z-index: 3;
    }




    
    








    #section2 {
        grid-column: 1 / -1;
    }









    .missions {
        grid-column: 1 / -1;
    }

    #missions_title {
        grid-column: 1 / -1;
        margin: 0% 0% 0% 0%;
    }
    
    #missions_description {
        grid-column: 1 / 5;
        background-image: url("missions_background3.png");
        width: 100%;
        padding: 0% 42% 1% 42%;
    }


    #missionshero {
        grid-column: 2 / 3;
        margin: 30% 10% 10% -300px;
    }

    #missions_nav {
        grid-column: 3 / 4;
        margin: 0% 0% 15% 35%;
    }








    #section3 {
        grid-column: 1 / -1;
    }










    .constellations {
        grid-column: 1 / -1;
        background-image: url("constellationshero3.jpg");
        height: 100%;
    }

    #constellations_title {
        grid-column: 1 / -1;
    }

    #constellations_month {
        grid-column: 2 / -1;
        margin: 1% 0% 3% 0%;
        padding: 0% 50% 0% 4%;
    }

    #constellations_zodiac {
        grid-column: 1 / 3;
        margin: 0% 0% 5% 0%;
        padding: 0% 4% 0% 50%;
    }


    #constellations_nav {
        grid-column: 3 / 4;
        margin: 5% 15% 24% 25%;
        padding: 0% 0% 0% 0%;
    }









    #section4 {
        grid-column: 1 / -1;
    }









    .planets {
        grid-column: 1 / -1;
    }

    #planets_title {
        grid-column: 1 / -1;
    }

    #planets_nav {
        grid-column: 2 / 3;
        margin: 15% 10% 0% 10%;
    }







    #section5 {
        grid-column: 1 / -1;
    }


}

@media only screen and (max-width: 992px) {

    #wrapper {
        display: grid;
        grid-template-rows: repeat(21, minmax(0,auto));
        grid-template-columns: repeat(10, minmax(0,auto));
    }

    #reminisencehero {
        grid-column: 3 / -1;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 344px;
        height: 405px;
        max-height: 405px;
        width: 100%;
        left:0;
        right:0;
    }

    .logo {
        display:none;
    }








    .navigation {
        grid-column: 1 / -1;
        grid-row: 1 / -1;
        top:0;
        z-index: 10;
        width: 100px;
        background-color: #0a0066;
        border-right: #ffffff 5px solid;
        height: 3360px;
        position: absolute;
        
    }

    nav {
        grid-row: 1 / -1;
        grid-column: 1 / 2;
        z-index: 10;
        top:0;
        width: 100px;
        position: fixed;
    }

    .nav_logo {
        background-image: url("logohero2.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: #fff;
        margin: 0px 0px 10% 0px;
        width: 100%;
        height: 70px;
    }

    nav ul {
        flex-direction: column;
        top:0;
        background-color: #0a0066;
        border-right: #ffffff 5px solid;
        width: 100%;
    }

    nav ul li a {
        padding: 10% 0px 10% 0px;
        color:#FFF;
        font-size: 1rem;
    }

    .nav_logo:hover {
        background-color: #FFF;
    }










    ul {
        width: 100%;
        height: 2000%;
        
    }

    a .dropdown_sky:hover .dropdown_content {
        position:relative;
    }

    .dropdown_content {
        margin: -58px 0px 0px 95px;
        width:140%;
        border-top: 1px solid #5E80C2;
    }













    header {
        grid-column: 4 / 7;
        padding-left: 8%;
    }

    h1 {
        font-size: 40px;
    }












    .whoarewe {
        grid-column: 2 / 8;
    }

    #whoarewe_whitespace {
        grid-column: 2 / 3;
    }

    #whoarewe {
        grid-column: 2 / 4;
        justify-content: center;
        width: 100%;
        margin: 0% 0% 0% 20%;
        padding: 2% 5% 2% 90%;
    }

    #whoarewe_hero {
        grid-column: 3 / -1;
        padding: 0% 0% 5% 0%;
    }













    .aboutus {
        grid-column: 9 / 10;
    }
    











    #section1 {
        grid-column: 2 / -1;

    }










    .qotd {
        grid-column: 2 / -1;
    }
    
    #qotd_title {
        grid-column: 2 / 7;
    }

    #quote {
        grid-column: 2 / 6;
    }
    
    #author {
        grid-column: 5 / 7;
    }

    #qotd_nav {
        grid-column: 3 / 4;
        margin-left: 30%;
        margin-right: 0%;
    }


    








    

    








    #section2 {
        grid-column: 2 / -1;
    }









    .missions {
        grid-column: 2 / -1;
    }

    #missions_title {
        grid-column: 2 / -1;
        margin-left: 40%;
    }
    
    #missions_description {
        background-image: url("missions_background1.png");
        grid-column: 2 / 6;
        margin-bottom: -5%;
        padding: 0% 5% 2% 500px;
        width:100%;

    }

    #missionshero {
        grid-column: 3 / 4;
        margin-left: -40%;
    }

    #missions_nav {
        grid-column: 4 / 5;
        margin-left: 40%;
        margin-right: -40%;
        
    }







    #section3 {
        grid-column: 2 / -1;
    }










    .constellations {
        grid-column: 2 / -1;
        background-image: url("constellationshero1.jpg");
    }

    #constellations_title {
        grid-column: 2 / -1;
        padding-left: 5%;
    }

    #constellations_month {
        grid-column: 3 / -1;
    }

    #constellations_zodiac {
        grid-column: 2 / 4;
    }

    #constellations_nav {
        grid-column: 4 / 5;
    }










    #section4 {
        grid-column: 2 / -1;
    }









    .planets {
        grid-column: 2 / -1;
        background-image: url("planets1.png");
    }

    #planets_title {
        grid-column: 2 / -1;
        text-align: center;
        padding: 0% 5% 0% 14%;
    }

    #planets_nav {
        grid-column: 3 / 4;
        margin: 20% 100% 0% -100%;
    }







    #section5 {
        grid-column: 2 / -1;
    }


}

@media only screen and (max-width: 773px) {

    #reminisencehero {
        background-image: url("indexhero1.png");
        height: 309px;
    }

    #wrapper {
        display: grid;
        grid-template-rows: repeat(21, minmax(0,auto));
        grid-template-columns: repeat(2, minmax(0,auto));
    }

    #reminisencehero {
        grid-column: 1 / 9;
        background-image: url("indexhero2.png");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 344px;
        height: 450px;
        max-height: 450px;
        width: 100%;
        margin: 0;
        padding: 0;

        left:0;
        right:0;
    }

    .logo {
        display:none;
    }









    .button {
        display:block;
        background:transparent;
        border:none;
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin: 30px 0px 0px 25px;
        display:inline-block;
        z-index: 12;
        text-decoration: none;
        cursor: pointer;
    }

    .button img {
        display:block;
        width: 30px;
        height: 20px;
        transition: ease-in-out 2s;
    }


    .button:active .navigation {
        display:none;
        grid-column: 1 / -1;
        grid-row: 1 / -1;
        top:0;
        z-index: 10;
        width: 100px;
        background-color: #0a0066;
        border-right: #ffffff 5px solid;
        height: 3360px;
        position: absolute;
        
    }

    .button:active nav {
        display:none;
        grid-row: 1 / -1;
        grid-column: 1 / 2;
        z-index: 10;
        top:0;
        width: 100px;
        position: fixed;
    }

    .navigation {
        display:none;
    }

    nav {
        display:none;
    }

    .nav_logo {
        display:block;
        background-image: url("logohero2.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: #fff;
        margin: 0px 0px 10% 0px;
        width: 100%;
        height: 70px;
    }

    nav ul {
        flex-direction: column;
        top:0;
        background-color: #0a0066;
        border-right: #ffffff 5px solid;
        width: 100%;
    }

    nav ul li a {
        padding: 10% 0px 10% 0px;
        color:#FFF;
        font-size: 1rem;
    }

    .nav_logo:hover {
        background-color: #FFF;
    }










    ul {
        width: 100%;
        height: 2000%;
    }













    header {
        grid-column: 1 / 6;
        padding-left: 12%;
    }

    h1 {
        font-size: 40px;
    }












    .whoarewe {
        grid-column: 1 / 7;
    }

    #whoarewe_whitespace {
        grid-column: 1 / 2;
    }

    #whoarewe {
        grid-column: 1 / 3;
        justify-content: center;
        width: 50%;
        height: 200px;
        margin: 0% 0% 0% 0%;
        padding: 15% 7% 5% 100%;
    }

    #whoarewe_hero {
        grid-column: 2 / -1;
        padding: 0% 0% 5% 0%;
    }













    .aboutus {
        grid-column: 1 / 8;
        grid-row: 10 / 11;
        display:flex;
        flex-direction: column;
        height: 20px;
    }
    #aboutus_title {
        text-align: center;
        font-size: 20px;
        margin-top: 8%;
    }

    #aboutus_description {
        margin: 5% 0% 0% 0%;
        padding: 0% 10% 0% 10%;
    }
    











    #section1 {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;

    }










    .qotd {
        display: flex;
        flex-direction: column;
        grid-column: 1 / 8;
        background-image: url("qotdbackground1.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #qotd_title {
        grid-column: 1 / 7;
        margin: 5% 0% 5% 0%;
    }

    #quote {
        grid-column: 1 / 6;
        height: 90px;
    }
    
    #author {
        grid-column: 7 / 8;
        margin-left: 15%;
    }

    #qotd_nav {
        grid-column: 2 / 3;
        margin: 10% 20% 10% 30%;
    }


    








    

    








    #section2 {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;
    }









    .missions {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;
        background-color: white;
        margin: 0% 0% 0% 0%;
        height: 780px;
    }


    #missions_title {
        text-align: center;
        margin: 0% 0% 0% 0%;
        padding: 2% 0% 2% 0%;
    }
    
    #missions_description {
        background-image: url("missions_background2.png");
        grid-column: 1 / 8;
        height: 150px;
        margin: 0% 20% 5% 0%;
        padding: 5% 20% 5% 20%;

    }

    #missionshero {
        grid-column: 1 / 4;
        grid-row: 1 / 10;
        height: 450px;
        margin: 0% 0% 5% 5%;
        padding: 0% 0% 0% 0%;
    }

    #missions_nav {
        margin: -40% 15% 5% 50%;
        padding: 5% 5% 5% 5%;
    }







    #section3 {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;
    }










    .constellations {
        grid-column: 1 / 8;
        background-image: url("constellationshero2.jpg");
        background-size: contain;
        display:flex;
        flex-direction: column;
        margin: 1% 0% 0% 0%;
    }

    #constellations_title {
        grid-column: 1 / -1;
        margin-bottom: 5%;
    }

    #constellations_month {
        grid-column: 2 / -1;
        margin: 0% 0% 0% 40%;
    }

    #constellations_zodiac {
        grid-column: 1 / 3;
        margin: 5% 50% 5% 0%;
        padding: 1% 5% 1% 10%;
    }

    #constellations_nav {
        grid-column: 3 / 4;
        margin: -22% 10% 10% 60%;
        padding: 5% 5% 5% 5%;
    }










    #section4 {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;
    }









    .planets {
        grid-column: 1 / 8;
        background-image: url("planets1.png");
        display:flex;
        flex-direction: column;
    }

    #planets_title {
        grid-column: 1 / -1;
        text-align: center;
        padding: 5% 15% 5% 15%;
        margin: 5% 0% 0% 0%;
        height: 30%;
    }

    #planets_nav {
        grid-column: 2 / 3;
        margin: 25% 30% 0% 30%;
        padding: 5% 3% 5% 3%;
    }







    #section5 {
        grid-column: 1 / 8;
        display:flex;
        flex-direction: column;
    }


}