
body {
  margin: 0;
  padding: 0;
  xoverflow-x: hidden;
  background-color: black;
  width: 100%;
  color: black;
  text-align: center;
	font-style: normal;
	font-family: 'Hind', sans-serif;
	font-size: 1.1em;
	line-height: 1.1;
}
header {
	display: block;
	width: 100%;
	min-height: 120px;
	text-align: left;
	margin: 0;
	background-image: url("banner.jpg");
}
.large-nav {
display: none;
}
main {
	display: block;
	width: 100%;
	background-color: #ffffff;
}
.breadcrumbs {
	text-align: left;
	margin-left: 2%;
}
ol li {
	display: inline-block;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 7px;
	background: #ffffff;
	font-size: 0.7em;
}
article, aside, .twitter-stuff {
	display: block;
	max-width: 100%;	
	padding: 20px 8px 8% 2%;
	text-align: left;
	background: #ffffff;
}
aside {
	border: 1px solid #335573;	
}
#image-menu {
	display: block;
	padding-bottom 15px;
}
img.image-nav {	
	float:left; 
	margin-right:10px;
	margin-bottom:25px;
	width: 95px;
}
.reduced-text {
	display: none;
}
.caption {
	font-size: 0.6em;
}
.art {
	max-width: 95%;
}
.thumbs {
	width:320px;
	display:inline-block;
	margin-left:20px;
	vertical-align:top;
}
.ad1 {
	margin: 0 auto 3% auto;
	max-width:100%;
	height:300px;
	text-align: center;
	background: white;
}	
.ad2 {
	margin: 0 auto 3% auto;
	max-width: 100%;
	height:300px;
	text-align: center;
	background: white;
}	
ins.adsbygoogle { 
	background: transparent !important; 
}
footer {
	font-size: 0.7em;
	font-family: 'Comfortaa', cursive;
	color: black;
	max-width: 100%;
	background-color: white;
	padding-bottom: 1%;
	padding-top: 5%;
}
img {
	border: none;
}
img.c2 {
}
img.c3 {
	float:left; 
	margin-right:10px;
	margin-bottom:20px;
	padding-top:9px;
}
input[type="image"] {
	border: none;
}
input[type='radio'] {   
    vertical-align:-1px;
 }   
input[type='button'] {   
    cursor: pointer;
    
 }
a:link, a:visited {
	color: #0b3242;
	text-decoration: none;
	font-weight:700;
}
a:hover, a:active {
	color: #0594cf;
	text-decoration: none;
	font-weight:700;
}
h1 {
	padding: 30px 0 10px 1px;
	color: #ffffff;
	font-family: 'Comfortaa', cursive;
	font-size: 1.7em;
	text-shadow: 2px 2px 6px #331B0F;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #36b3e7;
}
h2 {
	margin: 12px 0 10px 0;
	font-weight: 700;
	color: #000000;
	font-family: 'Muli', sans-serif;
	font-size: 1.4em;
}
h3 {
	margin: 12px 0 15px 0;
	font-weight: 700;
	color: #000000;
	font-family: 'Muli', sans-serif;
	font-size: 1.2em;
}
p {
	margin: 0;
	color: #000000;
}
ul {
   list-style-type: none;
   margin: 0 2% 0 5%; 
}
#resource_list li {
	padding-bottom: 10px;
	}
.count {
	list-style-type: decimal;	
	padding-bottom: 4px;
}
.resources {	
    list-style-type: disc;
}
#top {
	margin: 0 0 5px 15px;
}
#top a:link, #top a:visited {
	color:#ffffff;
}
#top a:hover, #top a:active {
	color: #36b3e7;
}
#quiz {		
	max-width: 600px;
}
#question, #firstChoice, #secondChoice, #thirdChoice, #quizIn {
	text-align: left;
}
#quizIn {		
	line-height: 1.6;	
}
#quizIn {
	margin: 12% 1% 20px 1%;
	max-width: 100%;
	display: block;
}
#quizRes {
	text-align: center;	
	margin: 0 1% 20px 1%;
	max-width: 100%;
	display: none;
}
#test {
	margin-top: 100px;
	max-width: 100%;
	display: block;
	margin-left: 2%; 
	margin-bottom: 20px;	
	color: #ae030f;
	display: none;
}
.restart {
	padding: 0;
	margin: 10px 0;
	color: #000000;
	cursor: pointer;
	width: 165px;
	height: 30px;
	font-size: 1em;
}
.trans {
	color: #874343;
}  

.main-content {
  text-align: center;
}

/*remove default button styling*/
.off-canvas-launcher {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #297d94;
  border-radius: 4px;
  background: none;
  color: white;
  font-size: 1.1em;
  padding: 4px 8px;
  margin-left: 15px;
  position: relative;
}

/*if we don't have JavaScript available, no point showing the button*/
.no-js .off-canvas-launcher {
  display: none;
}

/*add some interactivity when the button is clicked*/
.off-canvas-launcher:active {
  top: 1px;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 5px;
  color: #ddd;
  min-height: 44px;
  text-decoration: none;
  transition: border 0.35s, background-color 0.35s;
}

/*when a link follows another, give it a border-top*/
.nav-link + .nav-link {
  border-top: 1px solid #aaa;
}

.nav-link:hover {
  background-color: grey;
  color: #fff;
}

/*add a transition for the left and transform properties and a duration for transitions*/
.navigation-menu {
  background-color: #B3B3B3;
  transition: left, transform 0.4s;
  margin-top: 120px;
}

/*for smaller screens that support JavaScript by default hide the nav off screen*/
@media (min-width: 200px) {
  .js .navigation-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    left: -200px;
  }
  /*when the menu button is clicked move the nav back on screen*/
  .js .OffCanvas-Active .navigation-menu {
    left: 0;
  }
  /*if the browser supports transforms, reset the left property and pull it off screen with a translate */
  @supports (transform: translateX(-200px)) {
    .js .navigation-menu {
      left: auto;
      transform: translateX(-200px);
    }
    /*when transforms are supported and the menu button is clicked, reset the nav to default position*/
    .js .OffCanvas-Active .navigation-menu {
      transform: translateX(0);
    }
  }
  @supports (transform: translate3d(-200px, 0, 0)) {
    /*where transform3d is supported reset left and pull off screen with a translate3d instead*/
    .js .navigation-menu {
      left: auto;
      transform: translate3d(-200px, 0, 0);
    }
    /*when transform3d is supported and the menu button is clicked, reset the nav to default position*/
    .js .OffCanvas-Active .navigation-menu {
      transform: translate3d(0, 0, 0);
    }
  }
}
