body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/GD-BG.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

:root {
	--scroll-bar-color: #f8d580;
	--scroll-bar-bg-color: black;
}
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
#logo img {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#fav-verse {
	color: white;
	text-align: center;
	font-family: 'edwardian_script_itcregular', Arial, sans-serif;
	font-size: 38px;
	line-height: 1em;
	text-shadow: 1px 1px 3px black;
	margin-top: 5px;
	margin-bottom: 5px;
}
#copyright {
	color: lightyellow;
	text-align: center;
	font-family: 'copperplate_gothic_lightRg', Arial, sans-serif;
	font-size: 18px;
	margin-top: 5px;
}
main {
	text-align: center;
}
.horz-bar {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	width: 90%;
	border: 2px solid #feffc6;
	box-shadow: 0px 0px 5px black;
}
.horz-bar2 {
	margin-top: 40px !important;
	margin-bottom: 7px !important;
	width: 90%;
	border: 2px solid #feffc6;
	box-shadow: 0px 0px 5px #545454;
}
.videowrapper {
	position: relative;
	box-shadow: 0 0 12px #651919;
}
.videointro {
	width:100%;
	transition: 0.3s;
}
.videotitle {
	font-family: 'copperplate_gothic_boldRg', Arial, sans-serif;
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 5px;
	color: white;
	text-shadow: 1px 1px 3px black;
	font-kerning: none;
	letter-spacing: 1px;
	line-height: 1.1em;
}
.bibleastro-rm, .spiritdomain-rm, .therapture-rm, .wordofGod-rm, .signsoftimes-rm, .threejudgments-rm, .bethlehemstar-rm, .nineveheclipse-rm, .gifttongues-rm {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color: black;
	opacity: .8;
	color: white;
	overflow-y:auto;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
}
.bibleastro-rm i, .spiritdomain-rm i, .therapture-rm i, .wordofGod-rm i, .signsoftimes-rm i, .threejudgments-rm i, .bethlehemstar-rm i, .nineveheclipse-rm i, .gifttongues-rm i {
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	font-size: 20px;
}
.details {
	font-size: .60em;
	color: black;
	text-shadow: none;
	cursor: pointer;
}
.videoseries {
	font-family: 'copperplate_gothic_lightRg', Arial, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	color: yellow;
	text-shadow: 1px 1px 3px black;
	font-kerning: none;
	letter-spacing: 1px;
}
img.comingsoon {
	position: absolute;
	display: none;
	cursor: not-allowed;
}
.hoverlink:hover > .comingsoon {
	display: block;
}
img.playicon {
	position: absolute;
	bottom:0px;
	right:0px;
	display: none;
	max-width:75px;
}
.hoverlink:hover > .playicon, .videowrapper a:hover {
	display: block;
	opacity: 0.9;
	transition: 0.3s;
}
img.newicon {
	position: absolute;
	top:0px;
	left:0px;
	max-width:45px;
}
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 10000;
	transition: ease .5s;
	background-color: orange !important;
}
#seriesselectnav, #moreinfo {
	font-family: Arial, sans-serif;
}
#seriesselectnav a {
	color: brown;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 5px white;
}
#seriesselectnav a:hover {
	color: white;
	text-shadow: 1px 1px 3px black;
}
.popup p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#fav-verse span {
	font-size: 24px;
}
#sandwichicon, .mobilebreak, #mobilenav {
	display: none;
}
#sandwichicon {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	z-index: 200;
}
#sandwichicon:hover > .sdwbar {
	background-color: black;
}
#sandwichicon img {
	max-width: 40px;
}
#mobilenav ul {
	position: absolute;
	z-index: 2000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: darkred;
	text-align: left;
	list-style: none;
	font-family: Arial, sans-serif;
	overflow-y: auto;
}
#mobilenav ul li {
	width: 100%;
	border-bottom: thin solid #b63636;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -20px;
}
#mobilenav ul li a {
	text-decoration: none;
	color: white;
}
#mobilenav ul li a:hover {
	color: yellow;
	font-weight: bold;
}
#mobilenav i {
	position: absolute;
	top: 7px;
	right: 15px;
	cursor: pointer;
	font-size: 28px;
	z-index: 3000;
}
@media (max-width:1199px) {
	.videotitle {
		font-size: 14px;
	}
#seriesselectnav, #moreinfo {
		font-size: 14px;
	}
}
@media (max-width:991px) {
	.videotitle {
		font-size: 12px;
	}
	.hidenavbar {
		display: none;
	}
	.mobilebreak {
		display: block;
	}
.details {
	font-size: .80em;
	}
}
@media (max-width:613px) {
	.hidenavbar {
		display: inline-block;
	}
	.mobilebreak {
		display: none;
	}
}
@media (max-width:575px) {
	.videotitle {
		font-size: 16px;
	}
	#seriesselectnav {
		display: none;
	}
	#sandwichicon {
		display: inline-block;
	}
}