@charset "utf-8";
/*@font-face {
    font-family: League_Gothic;
    src: url('fonts/League_Gothic.otf') format('opentype');
}*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	overflow-y: scroll;
	overflow-x: hidden;
}
.header {
	position: relative;
	overflow-x: hidden;
	width: 100vw;
	height: 150px;
	margin-bottom: -35px;
	text-align: center;
	z-index: 5;
}
.banner {
	position: absolute;
	width: 20vw;
	left: 0;
	top: 3vw;
	-webkit-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.4);
	display: none;
}
.logo {
	position: relative;
	height: 65px;
	/*min-width: 100px;*/
	margin: 10px;
	top: 10px;
	/*visibility: hidden;*/
}
.PNZ {
	position: relative;
	top: -15px;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.orange {
	color: #EF7F20;
}
.headerBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
	height: 70%;
	background: #077141 url(../images/Background.png);
	background: -webkit-linear-gradient(to top, #077141, #4DAE36);
	background: -o-linear-gradient(to top, #077141, #4DAE36);
	background: -moz-linear-gradient(to top, #077141, #4DAE36);
	background: linear-gradient(to top, #077141, #4DAE36);
	outline: #2B2A29 2px solid;
	border-bottom: white 2px solid;
}
.nav {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-left: 200px;
	margin-right: 25px;
	text-align: center;
	margin-top: 20px;
	width: 47vw;
	max-width: 430px;
}
.navBar {
	padding: 0;
	margin: 0;
}
.navBtn {
	margin-left: 5px;
	margin-right: 5px;
	color: white/*#EF7F20*/;
	/*font-family: Arial;*/
	/*font-size: 16px;*/
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 1px 1px;
	text-decoration: none;
}
.navBtn:hover {
	cursor: pointer;
	color: #EF7F20;
}
.visToggle {
	display: none;
}
.smallNav {
	position: relative;
	overflow: hidden;
	display: inline-block;
	top: 0;
	left: 0;
	padding-top: 35px;
	padding-bottom: 25px;
	width: 100vw;
}
.smallNavBar {
	padding: 0;
	margin: 0;
	text-align: center;
}
.smallNavBtn {
	margin-left: 5px;
	margin-right: 5px;
	color: #4DAE36;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 0.5px 0.5px;
	text-align: center;
	text-decoration: none;
}
.smallNavBtn:hover {
	cursor: pointer;
	color: #EF7F20;
}
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.break2 {
	display: inline;
}
.visToggle2 {
	display: none;
}
.space {
	height: 10vh;
	margin: 0;
	padding: 0;
}
.space1 {
	min-height: 85px;
}
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.break2 {
	display: block;
}
.visToggle2 {
	display: none;
}
.headerDetails {
	position: absolute;
	bottom: 0;
	margin-bottom: 1vh;
	right: 20px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	text-shadow: black 1px 1px;
	text-align: right;
}
.headerDetails p {
	margin: 0;
	padding: 0;
}
.hdrDetails {
	font-variant: normal;
}
.about {
	position: relative;
	min-height: 85vh;
	width: 100vw;
	overflow: hidden;
	text-align: center;
}
.title {
	position: relative;
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: black 1px 1px;
	text-align: center;
}
.title1 {
	color: #4DAE36;
	margin-top: 5vh;
	margin-bottom: 0;
}
.description {
	position: relative;
	display: inline-block;
	width: 50vw;
	min-width: 270px;
	/*left: 25vw;*/
	font-size: 14.7px;
	/*font-size: 20px;*/
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.desc1 {
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding-bottom: 0;
}
/*.heading {
	font-weight: bold;
	color: #077141;
}*/
.email {
	text-decoration: none;
	color: white;
}
.email:hover {
	color: #EF7F20;
}
.footer {
	position: relative;
	width: 100vw;
	background: #DBD5A4;
	background: -webkit-linear-gradient(to right, #649173, #DBD5A4);
	background: -o-linear-gradient(to right, #649173, #DBD5A4);
	background: -moz-linear-gradient(to right, #649173, #DBD5A4);
	background: linear-gradient(to right, #649173, #DBD5A4);
	padding: 0;
	margin: 0;
    font-family: Century Gothic;
	font-size: 10px;
	text-align: center;
	overflow-x: hidden;
}
.credit {
	position: relative;
	top: 2px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.creditInvis {
	display: none;
}
.creditDes {
	position: relative;
	top: -10px;
}
.cahillcode {
	position: relative;
	top: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.break2 {
	display: inline;
}
.invis {
	display: none;
}
@media only screen and (min-width: 335px) {
.footer {
	text-align: center;
}
.credit {
	margin-left: 0;
}
}
@media only screen and (min-width: 460px) {
.break1 {
	display: block;
}
.visToggle1 {
	display: none;
}
.break2 {
	display: none;
}
.visToggle2 {
	display: inline-block;
}
}
.credit {
	top: -10px;
}
.creditInvis {
	display: inline;
}
.creditDes {
	top: 0;
}
.cahillcode {
	top: 10px;
}
}
@media only screen and (min-width: 530px) {
.headerDetails {
	font-size: 2.25vw;
}
}
@media only screen and (min-width: 550px) {
.space1 {
	height: 5vh;
}
}
@media only screen and (min-width: 710px) {
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.headerDetails {
	font-size: 16px;
}
}
@media only screen and (min-width: 753px) {
.feedback, .description {
	font-size: 1.95vw;
}
}
@media only screen and (min-width: 880px) {
.header {
	text-align: left;
}
.nav {
	display: block;
	right: 5vw;
}
.smallNav {
	display: none;
}
.logo {
	position: absolute;
	left: 5vw;
	height: 85px;
	top: 2.5px;
}
.PNZ {
	position: absolute;
	/*left: 400px;*/
	left: 5vw;
	margin-left: 350px;
	/*top: 68px;*/
	top: 30px;
}
.bgBanner1, .bgBanner, .banner {
	display: block;
}
.special {
	top: 30vh;
	bottom: auto;
	right: 60px;
}
}
@media only screen and (min-width: 1380px) {
.nav {
	width: auto;
	margin-top: 25px;
	max-width: none;
}
.visToggle {
	display: inline-block;
}
/*.navBtn {
	font-size: 2.1vw;
}*/
}
@media only screen and (min-width: 1010px) {
.nav {
	margin-top: 2.5vw;
}
}
@media only screen and (min-width: 1028px) {
.feedback, .description {
	font-size: 20px;
}
}
@media only screen and (min-width: 1515px) {
.banner {
	width: 303px;
}
}