﻿.container {
	width: 100%;
}
header {
	order: 1;
}
.instructions {
	width: 80%;
	height: 45px;
	padding-left: 20px;
	order: 2;
}
.home {
	width: 20%;
	height: 45px;
	order: 3;
}
.text {
	width: 100%;
	padding-left: 20px;
	height: 50px;
	order: 4;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.container .nav1 a {
}
a:link {
    color: #2F4F4F;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 300;
    height: auto;
    text-align: center;
    text-decoration: none;
}


.responsive-button {
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, sans-serif;
	background: #2F4F4F;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	display: none;
}
input[id=responsive-button] {
	display: none;
}
input[id=responsive-button]:checked~#menu {
	display: block;
}
body {
	width: auto;
	padding: 0 80px;
	overflow-x: hidden;
}
h1 {
	padding-top: 60px;
}
#menu {
background: -moz-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.2, #cccccc), color-stop(0.8, #2F4F4F));
background: -o-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: linear-gradient(#cccccc 20%, #2F4F4F 80%);;
	width: 100%;
	order: 1;
}
#menu, #menu ul, #menu ul li, #menu ul li a {
  	padding: 0;
  	border: 0;
  	line-height: 1;
}
#menu ul {
    list-style-type: none; 
    text-align: center;
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: auto;
} 
#menu ul li {
    position: relative;
    display: inline; 
    text-align: center;
}
#menu ul li a {
    text-decoration: none;
    display: inline-block; 
    width: 135px; 
    padding: 20px 0;
    color: #ffffff;
background: -moz-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.2, #cccccc), color-stop(0.8, #2F4F4F));
background: -o-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: linear-gradient(#cccccc 20%, #2F4F4F 80%);
	margin-right: -5px;
}
#menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active  {
    text-color: #ffffff;
	font-weight: normal;
}

/* Media Query */
@media screen and (max-width: 1119px) and (min-width: 768px) {
body {
	width: auto;
	padding: 0 26px;
	overflow-x: hidden;
}
h1 {
	font-size: 21px;
	padding-top: 60px;	
}
#menu {
background: -moz-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.2, #cccccc), color-stop(0.8, #2F4F4F));
background: -o-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: linear-gradient(#cccccc 20%, #2F4F4F 80%);
	width: 100%;
	order: 2;
}
#menu, #menu ul, #menu ul li, #menu ul li a {
  	padding: 0;
  	border: 0;
  	line-height: 1;
}
#menu ul {
    list-style-type: none; 
    text-align: center;
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: auto;
} 
#menu ul li {
    position: relative;
    display: inline; 
    text-align: center;
}
#menu ul li a {
    text-decoration: none;
    display: inline-block; 
    width: 100px; 
    padding: 20px 3px;
    color: #ffffff;
background: -moz-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.2, #cccccc), color-stop(0.8, #2F4F4F));
background: -o-linear-gradient(#cccccc 20%, #2F4F4F 80%);
background: linear-gradient(#cccccc 20%, #2F4F4F 80%);
	margin-right: -5px;
}
#menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active  {
    text-color: #ffffff;
	font-weight: normal;
}
}
@media screen and (max-width: 767px) and (min-width: 667px) {
body {
	width: auto;
	padding: 0;
	overflow-x: hidden;
}
h1 {
	font-size: 20px;
	padding-top: 80px;
}
h3 {
	font-size: 14px;
}
#menu ul {
    list-style-type: none; 
    text-align: center;
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	margin: auto;
} 
#menu ul li a {
    text-decoration: none;
    display: inline-block; 
    width: 90px; 
    padding: 20px 0 20px 0;
}
}
@media screen and (max-width: 666px) {
.responsive-button {
	display: block;
}
#menu {
	display: none;
}
#menu ul li {
	display: block;
	border-bottom: 1px solid #cccccc;
}
#menu ul li, #menu ul li a {
	width: 100%;
	padding: 5px;
	background: #264040;
	font-size: 14px;
}
#menu ul li:hover, #menu ul li a:hover {
	background: #396060;
}
#menu ul ul li {
	text-align: center;
}
body {
	background-color: #ffffff;
	height: 100%;
	padding: 0;
	overflow-x: hidden;
}
.instructions {
	width: 80%;
	padding-left: 10px;
	order: 2;
}
.instructions h3 {
	text-align: left;
	font-size: 10px;
}
.home {
	width: 20%;
	order: 3;
}
.text {
	width: 100%;
	padding: 0 10px;
}
.text h2 {
	font-size: 9px;
	line-height: 1.5;
	}
.prev {
	padding-left: 30px;
}
.prev img {
		height: 40%;
		width: 40%;
	}
.next {
	padding-right: 30px;
}
.next img {
	height: 40%;
	width: 40%;
}
h3 {
	font-size: 13px;
}
h4 {
	display: none;
}
h5 {
	font-size: 11px;
	padding-top: 5px;
}
}
