@media only screen and (max-width: 1300px) {

    @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;
    }














    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;
        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;
        padding: 5% 5% 5% 90%;
        margin: 0% 0% 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;
    }

    








    
    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;
    }

    #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;
    }









    #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;
    }

    #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;
    }

}