html {
    overflow-x: hidden;
}

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

.img-full {
    width: 100%;
}

.text-white {
    color: #FFF;
}

.orange {
    color: orange;
}

#headerBack {
    background-color: black;

}
#header_left, #header_right {
    position: relative;
}
.earth-overlay {
    display: block;
    position: absolute;
    top: 98px;
    width: 100%;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 4px #000;
}
.header-heading {
    color: white;
    text-shadow: -1px 1px 0 #259FED,
				  1px 1px 0 #259FED,
				 1px -1px 0 #259FED,
				-1px -1px 0 #259FED;
}
.header-heading-red {
    color: #FF0500;
    text-shadow: -1px 1px 0 #FFB4B3,
				  1px 1px 0 #FFB4B3,
				 1px -1px 0 #FFB4B3,
				-1px -1px 0 #FFB4B3;
}

#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;
}
#archive_title, #podcast_home_title {
    color: white;
    text-shadow: -2px 1px 0 #259FED,
				  1px 1px 0 #259FED,
				 1px -1px 0 #259FED,
				-2px -1px 0 #259FED;
}

#archives ul {
    margin: 0;
}
.archiveitem-heading {
    color: white;
    margin-top: 5px;
}
.archiveitem {
    list-style-type: none;
    border: solid 5px #222;
    margin: 25px 0;
    z-index: 100;
    background-color: #000;
}
.archiveitem:hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px 14px rgb(23 121 186);
}
.archiveitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-heading {
    color: #1779ba;
    font-weight: 500;
    background: black;
    border: solid 1px #1779ba;
    margin-top: 60px;
    padding: 5px 10px;
}
.archive-link {
    background-color: lightblue;
    color: black;
    padding: 10px 40px;
    margin: 0 auto;
}
.archive-link:hover {
    background-color: #1779ba;
    color: lightblue;
}
#videoArea .archive-heading {
    color: white;
    border: none;
    font-weight: 500;
    margin-top: 60px;
}

/* 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) {}