body {
	background-color: #f4f4f4;
	color: #555;
	font-family: Times New Roman;
	font-size:16px;
	margin:0;
}

.container {
	width: 80%;
	margin:auto;
	overflow:hidden;
}

a {
	text-decoration: none;
	color: black;
}

a:Hover {
	color: red;
}

abbr {
	text-decoration: none;
}

#main-header{
	font-family: Impact;
	background-color: #000;
	color:#fff;
}
#main-header a{
	font-family: Impact;
	color:#fff;
}

/* Navbar */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #showcase {
  padding-top: 56px;
}

.navbar {
	background-color:#333;
	z-index: 2;
}

.navbar a{
	float:left;
	font-family: 'Open Sans'; /*Comic Sans MS */
	padding:0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-right: 10px;
	
	text-align: center;
    padding: 15px 17px;
    text-decoration: none;
}

.links {
	display: block;
}

.links-responsive {
	float: none;
	display: block;
	margin-top: 3.1em;
}

.links-responsive a {
	position: relative;
	float: none;
	display: block;
	text-align: left;
}

.links-responsive .dropdown {
	float: none;
	display: block;
	text-align: left;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 16px;
}

.links-responsive .dropdown:hover .dropdown-content {
    display: inline;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 17px;
    background-color: inherit;
    margin: 0;
	
	font-family: 'Open Sans';
	color: #fff;
	text-decoration: none;
}

#YT_channel{
	float: right;
}

/* End of navbar */

#mydiv {
	display: none;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    resize: both;
    overflow: auto;
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

#mydiv1 {
	display: none;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    resize: both;
    overflow: auto;
}

#mydiv2 {
	display: none;
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    resize: both;
    overflow: auto;
}

#mydiv1header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}
#mydiv2header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.move {
	width: 33%;
	padding: 16px;
	margin-bottom: 5px;
	border: none;
	color: black;
	background-color: #ddd;
	font-family: Verdana;
}
.move:hover {
	background-color: #969696;
	border: 0.1px solid black;
	cursor: pointer;
}
.move:active {
	background-color: black;
}

.closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}


#news {
	width:70%;
	font-family: Times New Roman;
	font-size:16px;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:left;
}

#news h2 {
	font-size: 30px;
	text-align: center;
}

#news a {
	font-size: 16px;
	color: #ccc;
}

.parallax {
    background-image: url('images/SpectreBnr.JPG');
	background-color: #040404;
	
    min-height: 300px; 

    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom:30px;
}

#showcase{
	/*background-image:url('images/space-banner.png');
	background-position:center center;
	background-size: cover;*/
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcase p{
	color:#000;
	font-size:20px;
	padding-top: 0px;
}

#showcase a{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase h2{
	font-family: 'Sonsie One';
	color: #fff;
	padding-top: 15px;
	font-size: 25px;
}

#main {
	float:none;
	width:100%;
	padding:0 30px;
	box-sizing:border-box;
}



#sidebar {
	width:29%;
	background: #100808;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: blue;
	border-width: 5px;
	background-image:url('http://38.media.tumblr.com/833a9a74ff5255ff156bc2680b7b2b22/tumblr_ndvf0lkME71s4fz4bo1_500.gif');
	background-size: cover;  /* 300% */
	background-repeat: no-repeat;
	background-position: center center;
	background-origin: content-box;
}

#sidebar h2 {
	color: #fff;
	text-align: center;
}

#sidebar li {
	color: #fff;
	font-size: 16px;
}

#dingoes {
	margin-top: 15px;
	width:29%;
	/*background-color: #01315b; /*#eeff00 */
	background-image: url("images/Dingo background.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	color:#000;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: #6e99a2; /*red*/
	border-width: 5px;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: 100px center;
	background-origin: content-box;
}
#dingoes h2 {
	text-align: center;
}

#dingoes img {
	width: 100%;
	box-sizing: inherit;
	border: 2px solid #000;
	border-radius: 16px;
}

#text {
	background-color:rgba(125, 125, 125, 0.5);
	border: #000 solid 1px;
	padding: 5px;
	border-radius: 10px;
	opacity: 1;
}

#main-footer{
	background:#333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top: 40px;
}


.video {
	width: 100%;
}

.c-video{
	width: 100%;
	position: relative;
}

.controls {
	display: flex;
	position: relative;
	bottom: 0;
	width:100%;
	flex-wrap: wrap;
	background-color: #000;
}

.vidbuttons {
	padding: 10px;
}

.vidbuttons button {
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.vidbuttons button:before {
	content: '\f144';
	font-family: 'Font Awesome 5 Free';
	width: 30px;
	height: 30px;
	
	position: relative;
	top: -5px;
	
	display: inline-block;
	font-size: 28px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.vidbuttons button.play:before {
	content: '\f144';
}
.vidbuttons button.pause:before {
	content: '\f28b';
}
.bar {
	height: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
}
.orange-juice {
	height:10px;
	background-color: red;
}

.vidtitle {
	color: white;
	font-family: 'Sonsie One';
	position: absolute;
	right: 50%;
	margin: 5px;
}

#vol-txt {
	color: white;
	position: absolute;
	right: 130px;
	bottom: 50%;
	transform: translate(0, 30%)
}

.volume {
	-webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100px;
    height: 10px;
    background: #d3d3d3;
    outline: none;
	border-radius: 5px;
	position: absolute;
	bottom: 50%;
    transform: translate(0, 50%);
	right: 10px;
}

.volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #001e7d;
    cursor: pointer;
}

.volume::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #001e7d;
    cursor: pointer;
}

.progress-bar {
	-webkit-appearance: none;  /* Override default CSS styles */
	position: absolute;
    appearance: none;
    width: 99%;
	right: 10px;
	left: 1px;
    height: 10px;
    background: #d3d3d3;
    outline: none;
	border-radius: 5px;
	bottom: 0;
	margin-top: 10px;
}

.progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #001e7d;
    cursor: pointer;
}

.progress-bar::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #001e7d;
    cursor: pointer;
}


#nav-resp {
	display: none;
	background-color:#333;
	position: absolute;

    text-decoration: none;
    text-align: left;
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0px;
	float: left;
	
    font-family: Comic Sans MS;
    color: #fff;
    text-decoration: none;
}

#nav-resp:hover {
	background: red;
	cursor: pointer;
}

@media (max-width: 900px) {
	.links {
		float: none;
		display: block;
		margin-top: 3.1em;
		
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.links a {
		position: relative;
		float: none;
		display: block;
		text-align: left;
	}

	.links .dropdown {
		float: none;
		display: block;
		text-align: left;
	}
	
	#nav-resp {
		display: block;
	}
}




/* Search css control (dont change) */
.gsc-control-cse
{
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
	padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
	border-width: 0px !important;
	height: auto !important;
	box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}

#gsc-i-id1
{
	height:33px !important;
	padding:0px !important;
	background:none !important;
	text-indent:0px !important;
}

.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}




/* Search css custom */
#search-box {
	width: 40%;
	float: right;
	height: 33px;
	margin: 5px auto;
	background-color: #fff;
	padding: 3px;
	border: 2px solid #424242;
	border-radius: 4px;
}

#search-box:hover {
	background-color: #eee;
}

#gsc-i-id1
{
	color:#000;
}

button.gsc-search-button
{
	padding:10px !important;
	background-color: #424242 !important;
	border-radius: 40px !important;
}


@media (max-width:900px) {
	#search-box {
		width: 70%;
	}
}

@media (max-width:1000px) {
	#dingoes {
		background-position: center center;
	}
}

@media(max-width:1200px) {
	#main{
		width:100%;
		float:none;
	}
	#news{
		width:100%;
		float:none;
	}
	#sidebar{
		width:100%;
		float:none;
	}
	#dingoes{
		width:100%;
		float:none;
	}
}
