@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;
	margin-bottom: -35px;
	text-align: center;
	z-index: 5;
}
.logo {
	position: relative;
	width: 10.12vw;
	min-width: 100px;
	margin: 10px;
}
.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-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: 90vh;*/
	width: 100vw;
	overflow-x: 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: 5vh;
}
.profile {
	position: relative;
	display: inline-block;
	width: 25vw;
	min-width: 270px;
	vertical-align: middle;
}
.name {
	font-weight: bold;
}
.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;
	vertical-align: middle;
}
.desc1 {
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding-bottom: 0;
}
/*.heading {
	font-weight: bold;
	color: #077141;
}*/
.line {
	position: relative;
	left: 15vw;
	width: 70vw;
	height: 2px;
	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);
}
.even {
	background: #DBD5A4;
	background: -webkit-linear-gradient(to left, #649173, #DBD5A4);
	background: -o-linear-gradient(to left, #649173, #DBD5A4);
	background: -moz-linear-gradient(to left, #649173, #DBD5A4);
	background: linear-gradient(to left, #649173, #DBD5A4);
}
.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: 730px) {
.header {
	text-align: left;
}
.nav {
	display: block;
	right: 5vw;
}
.smallNav {
	display: none;
}
.logo {
	left: 5vw;
}
}
@media only screen and (min-width: 753px) {
.feedback, .description {
	font-size: 1.95vw;
}
}
@media only screen and (min-width: 970px) {
.nav {
	width: auto;
	margin-top: 25px;
	max-width: none;
}
.visToggle {
	display: inline-block;
}
}
@media only screen and (min-width: 1010px) {
.nav {
	margin-top: 2.5vw;
}
}
@media only screen and (min-width: 1028px) {
.feedback, .description {
	font-size: 20px;
}
}