@media screen {
    .layout-container {
        overflow: hidden;
    }

    #section-one-container {
        font-family: "Orbitron", Arial, Tahoma, sans-serif;
        color: var(--font-color);
    }

    #section-two-container {
        font-family: "Orbitron", Arial, Tahoma, sans-serif;
        color: var(--font-color2);
    }

    #section-three-container {
        font-family: "Orbitron", Arial, Tahoma, sans-serif;
        color: var(--font-color3);
    }

    #section-one-container .site-name {
        margin-top: 5px;
    }

    #section-one-container .section-title {
        margin-top: 50px;
    }

    /* #section-one-container .section-title p {
        color: var(--font-color);
    } */

    #section-one-container .section-one {
        margin-top: 50px;
        flex-direction: column;
    }

    #section-one-container .section-one .universe-box-right {
        padding: 20px;
    }

    #section-one-container .section-one .universe-box-indent {
        margin-top: 20px;
        margin-left: 20px;
    }

    #section-one-container .section-one .universe-box-right .title-description {
        margin-bottom: 20px;
    }

    /* #section-one-container .section-one .universe-box-right p {
        color: #294058;
    } */

    #section-one-container .section-one-two {
        margin-top: -75px;
    }


    #sun-planets-container {
        min-height: 1920px;
        background-color: #000;
        background: url(../../../images/universe-planets-sunbg.jpg) no-repeat left bottom;
    }

    #sun-planets-container .section-one {
        flex-direction: column;
    }

    #sun-planets-container .section-three {
        flex-direction: column;
    }

    #paralax-container {
        height: 978px;
        background-color: #000;
        background: url(../images/workpuddle.PNG) no-repeat center center;
    }

    .front-page-sub-title {
        margin-bottom: 20px;
    }

    .universe-box {
        font-family: "Orbitron", Arial, Tahoma, sans-serif;
        background-color:#08080b;
        background-image:url(../images/universe-planets-sunbg.jpg);
        background-repeat:no-repeat;
        background-position:right bottom;
        padding: 30px 5% 20px;
        border:1px solid #294058;
    }

    .website-box {
        background-image:url(../images/universe-transforms.jpg);
        background-repeat:no-repeat;
        background-position:right bottom;
        padding: 15px;
        border:1px solid #294058;
    }

    .universe-image {
        margin: 15px;
        border:1px solid #294058;
    }

    .empty-boxes {
        display: none;
    }

    .slider-satellite {
        margin-left: auto;
        margin-top: 0;
    }

    #sun-planets-container {
        font-family: "Orbitron", Arial, Tahoma, sans-serif;
        color: var(--font-color3);
        line-height: 1.5rem;
    }

    #sun-planets-container .section-one .universe-box:not(:last-child),
    #sun-planets-container .section-three .universe-box:not(:last-child),
    #sun-planets-container .section-three .website-box:not(:last-child)  {
        margin-right: auto;
        margin-bottom: 15px;
    }

    ul.menu a {
        color: var(--anchor-color);
    }

    ul.menu a.is-active {
        color: #dedede;
    }
}

@media screen and (min-width: 550px) {
    #section-one-container .section-one {
        flex-direction: row;
        margin-top: 20px;
    }
    #sun-planets-container .section-one {
        flex-direction: row;
        margin-top: 20px;
    }
    #sun-planets-container .section-three {
        flex-direction: row;
    }
    #section-one-container .section-one .universe-box {
        padding: 70px 5% 50px;
    }
    #sun-planets-container .section-one .universe-box,
    #sun-planets-container .section-three .universe-box {
        padding: 70px 5% 50px;
    }
    #sun-planets-container .section-one .universe-box:not(:last-child),
    #sun-planets-container .section-three .universe-box:not(:last-child),
    #sun-planets-container .section-three .website-box:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 0;
    }
    #sun-planets-container .row {
        flex-direction: column;
    }
    #sun-planets-container .row .col-4,
    #sun-planets-container .row .col-6 {
        width: 100%;
    }
    #section-one-container .section-title {
        margin-top: 20px;
    }
    .empty-boxes {
        display: none;
    }
    .slider-satellite {
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (min-width: 760px) {
    #sun-planets-container .row {
        flex-direction: row;
    }
    #sun-planets-container .row .col-4 {
        width: 100%;
    }
    .slider-satellite {
        margin: 0 auto;
        margin-top: 70px;
    }
}

@media screen and (min-width: 1250px) {
    .empty-boxes {
        display: none;
    }
    .slider-satellite {
        margin-left: -75px;
        margin-top: 200px;
    }
    #sun-planets-container .row .col-4 {
        width: 49%;
    }
}

@media screen and (min-width: 1600px) {
    .empty-boxes {
        display: block;
    }
    .slider-satellite {
        margin-left: -100px;
        margin-top: 150px;
    }
    #sun-planets-container .row .col-4 {
        width: 33.33%;
    }
}

.sliding-popup-bottom {
    font-family: "Orbitron", Arial, Tahoma, sans-serif;
    color: #dedede;
    border-top:1px solid #294058;
}
