@charset "UTF-8";

body {
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	text-align: right;
}
#header h1 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 32px;
	text-align: left;
	color: ghostwhite;
}




.sidenav {
	  
	  height: 100%;
	  width: 0%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 0;
	  right: 0;
	  transition: 0s;
	  overflow-x: hidden;
	  overflow-y:auto;
	  padding: 0px;
}

.sidenavbtn {
	  
	  height: 100%;
	  width: 50%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 0;
	  right: 0;
	  transition: 0s;
	  padding: 0px;
}
.refreshbtn {
	  
	  height: 100%;
	  width: 50%;
	  position: relative; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 0;
	  left: 0;
	  transition: 0s;
	  padding: 0;
}

.blog {
	  
	  height: 800px;
	  width: 70%;
	  position: relative;/* Stay in place */
      display:fixed;
	  z-index: 0; /* Stay on top */
	  top: 0;
	  left:0;
	  transition: 0s;
	  overflow-x:hidden;
	  overflow-y:auto;
	  padding: 0px;
}

.bloghead {
	height:100%;
	width: 80%;
	position:relative;
	z-index: 1;
	top:0;
	left:0;
}

.container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	height:0;
}

.container50 {
	position: relative;
	overflow: hidden;
	padding-top: 25.33%;
	width: 45%;
	height:0;
}
.container iframe {
	border: 0;
	position: absolute;
	left: 0;
	height: 100%;
	top:0;
	width: 100%;
	
}

.container50 iframe {
	border: 0;
	position: absolute;
	left: 0;
	height: 100%;
	top:0;
	width: 100%;
	
}

.bg-image {
  /* The image used */
  background-image: url("images/TSP_Forest.png");
  width: 100%;	
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgcontainer {
	width: 40%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}

.imgcontainer img {
    padding: 0;
    margin-right: 10px;
    display: block;
}

#blogheader {
	font-family: Geneva, Arial, sans-serif;
	font-size:30px;
	color:ghostwhite;
	text-align:left;
	margin-bottom:20px;
}

#blogheader a {
	text-decoration: none;
	color:ghostwhite;
}

#blogheader a:hover {
	color:gold;
}

#blog {
	font-family: Geneva, Arial, sans-serif;
	color:ghostwhite;
	text-align:left;
	top:0;
}

#mySidenav a {
	  text-decoration: none;
	  text-align: right;
	  font-family: Geneva, Arial, sans-serif;
	  font-size: 32px;
	  color: ghostwhite;
}


#mySidenav a:hover {
	right: 0px;
	color: gold;
}

#arrow {
	padding-top: 30px;
}

#arrow a{
	text-decoration: none;
	color:ghostwhite;
}

#arrow a:hover {
	color:gold;
}

#refresh {
	padding-top: 50px;
}
#videoguide {
	  text-decoration: none;
	  text-align: right;
	  font-family: Geneva, Arial, sans-serif;
	  font-size: 18px;
	  color: ghostwhite;
}

#videoguide a {
	  text-decoration: none;
	  text-align: right;
	  font-family: Geneva, Arial, sans-serif;
	  font-size: 18px;
	  color: ghostwhite;
}

#videoguide a:hover {
	right: 0px;
	color: gold;
}

#linxlist { 
      text-decoration:none;
	  text-align: right;
	  font-family: Geneva, Arial, sans-serif;
	  font-size: 24px;
	  color: ghostwhite;
}

#linxlist a {
	  text-decoration:none;
	  text-align: right;
	  font-family: Geneva, Arial, sans-serif;
	  font-size: 24px;
	  color:ghostwhite;
	  }


#linxlist a:hover {
	right: 0px;
	color: gold;
}

#linxlist .closebtn a {
	color:ghostwhite
}
	  
#toyzanne {
	top:70px;
}

#news {
	top:90px;
}

#linx {
	top:110px;
}

#footer {
	text-align: right;
	font-family: Geneva, Arial, sans-serif;
	font-size: 16px;
	color: ghostwhite;
}

@media screen and (min-width:320px) and (max-width:700px) {
	
	#mySidenav {
		font-size: 24px;
	}
	
	
}
