@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
}

#footer {
	border-top: thin solid #006;
	clear: both;
	text-align: center;
	padding: 10px;
	
}

h1 {
	text-align: center;
}

p {
	text-indent: 10px;
}

a {
	text-decoration: none;
	color: #00f;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #00f;
}

.nextPage {
	text-align: right;
	float: right;
}

.bareTree {
	padding-left: 0;
	list-style-type: none;
}

.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.trivia {
	list-style-image: url('../images/wrong.png');
	padding-bottom: 8px;
}

.correct {
	list-style-image: url('../images/right.png');
}



@media only screen and (min-width:901px){

#container {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	border: thin #006 solid;
	}
	 
#header {
	height: 131px;
	background-image: url("../images/header_back.png");
}

.head {
	font-family: Gaiatype;
	color: #0000ff;
	text-indent: 0px;
	text-align: center;
	margin-top: 5px;
}

.headermain {
	font-size: 65px;
}

.headersection {
	font-size: 35px;
}
	

#content {
	width: 688px;
	position:relative;
	float:right;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-top: 1px;
	min-height: 600px;
}

#navigation {
	width: 207px;
	float:left;
	position:fixed;
	top: 132;
	z-index: 1030;
	padding-left: 10px;
	padding-right: 5px;
}

li {
	margin-top: 2px;
}

.headside {
	align-content: left;
	margin-top: -5px;
}

.tube {
	width: 560px;
	height: 315px;
}

.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 2px; /* Some padding */
  width: 660px; /* Set a small width */
}

}

@media only screen and (min-width: 431px) and (max-width: 900px) {
	
#container {
	margin: 0 auto;
	background: #fff;
	border: thin #006 solid;
	}
	 
#header {
	height: 100px;
	width: 98%;
	background: url("../images/header_back.png") right top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100% 100px;
	border-bottom: solid thin #000;
	position: fixed;
	top: 0px;
	z-index: 1030;
}

.head {
	font-family: Gaiatype;
	color: #0000ff;
	text-indent: 0px;
	text-align: center;
	margin-top: 5px;
}

.headside {
	max-height: 105px;
	width: auto;
	margin-top: -5px;
}

.headermain {
	font-size: 5vw;
	font-weight: bold;
}

.headersection {
	font-size: 3vw;
	font-weight: bold;
}

#content {
	position:relative;
	padding-top: 120px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-top: 1px;
}

#navigation {
	position: fixed;
	top: 101px;
	background-color: #ddd;
	width: 98%;
	z-index: 1030
}

#navigation hr {
	border-top: dashed thin #000;
}

.tube {
	width: 400px;
	height: 225px;
}

.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 2px; /* Some padding */
  max-width: 660px; /* Set a small width */
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
 border-bottom: thin solid #000;
 padding: 10px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  padding-top: 10px;
}

/* Style navigation menu links */
.topnav a {
  color: #00f;
  text-decoration: none;
  display: block;
}

.topnav a:hover {
	text-decoration: underline;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #fff;
  color: black;
  display: block;
  position: absolute;
  padding: 10px;
  left: 0;
  top: 0;
}

/* Style the active link (or home/logo) */
.active {
  color: black;
}

.menuMain::before {
	content: "Menu";
	font-weight: bold;
	color: #000;
	padding-left: 21px;
	position: relative;
	float: left;
}

.dented {
	float: right;
	text-align: right;
}
}

@media only screen and (min-device-width: 200px) and (max-device-width: 430px) and (orientation: portrait) {


#container {
	margin: 0 auto;
	background: #fff;
	border: thin #006 solid;
	}
	 
#header {
	height: 55px;
	width: 95%;
	background: url("../images/header_back.png") right top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100% 50px;
	border-bottom: solid thin #000;
	position: fixed;
	top: 0px;
	z-index: 1030;
}

.head {
	font-family: Gaiatype;
	color: #0000ff;
	text-indent: 0px;
	text-align: center;
	margin-top: 5px;
}

.headside {
	max-height: 55px;
	width: auto;
	margin-top: -5px;
}

.headermain {
	font-size: 5vw;
	font-weight: bold;
}

.headersection {
	font-size: 3vw;
	font-weight: bold;
}
	

#content {
	position:relative;
	padding-top: 75px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-top: 1px;
}

#navigation {
	position: fixed;
	top: 56px;
	z-index: 1030;
	width: 95%;
}

#navigation hr {
	border-top: dashed thin #000;
}

.tube {
	width: 200px;
	height: 113px;
}

.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 2px; /* Some padding */
  max-width: 350px; /* Set a small width */
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
 border-bottom: thin solid #000;
 padding: 10px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  padding-top: 10px;
}

/* Style navigation menu links */
.topnav a {
  color: #00f;
  text-decoration: none;
  display: block;
}

.topnav a:hover {
	text-decoration: underline;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #fff;
  color: black;
  display: block;
  position: absolute;
  padding: 10px;
  left: 0;
  top: 0;
}

/* Style the active link (or home/logo) */
.active {
  color: black;
}

.menuMain::before {
	content: "Menu";
	font-weight: bold;
	padding-left: 21px;
	position: relative;
	float: left;
}

.dented {
	float: right;
	text-align: right;
}
}
