html {
    overflow-x: hidden;
}

body {
    background-color: #000 !important;
    background-image: url(/img/blinkingstars.gif) !important;
}

.img-full {
    width: 100%;
}

.orange {
    color: orange;
}

#headerBack {
    background-image: url(/img/headerBk.png);
    background-repeat: no-repeat;
    background-position: top center;

}

#SpaceVideo {
    z-index: -1;
    position: relative;
    width: 75%;
}

#menuBack {
    background-color: #111;
    min-height: 45px;
    margin-top: -10px;
}

#mainMenu .menu li a {
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
}

#mainMenu .menu li a:hover {
    background-color: lightblue;
}

#imgOne, #imgTwo {
    display: flex;
}

#imgOne img, #imgTwo img {
    border: solid 5px #222;
}

#imgOne img {
    transform: rotate(-5deg);
    box-shadow: 0 0 5px #333;
}

#imgTwo img {
    transform: rotate(5deg);
    box-shadow: 0 0 5px #333;
}

#videoArea {
    margin-top: 25px;
    margin-bottom: 25px;
}

#video, .video {
    border: solid 5px #222;
    margin: 25px 0;
    z-index: 100;
    background-color: #000;
}

#content, .content {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 25px;
    margin: 40px auto !important;
    color: white;
    text-align: center;
}

#content h4, .content h4 {
    color: white;
    font-style: italic;
}

#ctaContent {
    margin-top: 40px;
}

.cta {
    border: solid 5px #222;
    margin-bottom: 30px;
    min-height: 565px;
    text-align: center;
    position: relative;
}

.cta h1 {
    color: white;
    font-size: 28px;
    text-align: center;
    background-color: #111;
    padding: 5px;
    font-weight: 600;
}

.cta img {
    max-width: 350px;
    margin: 25px 0;
}

.cta p {
    color: white;
    text-align: center;
    font-style: italic;
    padding: 15px;
    font-size: 18px;
}

.cta a {
    display: block;
    padding: 15px 40px;
}

.ctaButton {
    background-color: #111;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.ctaButton:hover {
    background-color: lightblue;
}

.interior img {
    margin-top: 40px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #headerBack {
        background-size: contain;
    }
    
    .title-bar {
        margin-top: -5px;
        padding: 1rem !important;
    }
    
    .menu {
        margin-top: 10px !important;
    }
    
    .menu li {
        width: 100%;
    }
    
    #mainMenu .menu li a {
        width: 100%;
    }
    
    #imgOne img, #imgTwo img {
        transform: rotate(0deg);
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    #headerBack {
        background-size: contain;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .menu li {
        width: 50%;
    }
    
    #mainMenu .menu li a {
        width: 100%;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}