@charset="utf-8";
/* CSS Document */

body, html {
	padding: 0;
	border: 0;
	margin: 0;
}
body {
	height: auto;
	background-color: #404040;
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}/*general layout*/
nav {
	width: 70%;
	margin: 0 auto;
}
li {
	width: 150px;
	height: 40px;
	background-color: #3FF0FC;
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 130px;
	color: #000;
}/*main nav styles*/
.logo {
	width: 375px;
	float: left;
}
#wrapper {
	width: 60%;
	height: auto;
	background-color: rgba(213,211,215,1.00);
	font-weight: 300;
	letter-spacing: .75px;
	text-align: left;
	margin: 23px auto 30px auto;
}/*light grey wrapper*/
footer {
	color: #fff;
	font-weight: lighter;
	font-size: 12px;
	text-align: center;
	padding-bottom: 2px;
}
.footLinks {
	color: #3FF0FC;
}
h1 {
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 3em;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-top: 30px;
	letter-spacing: 0px;
}
h2 {
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	text-align: left;
	padding-left: 8%;
	letter-spacing: 0px;
}
.descrpt {
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	color: #000;
	font-weight: 300;
	text-align: left;
	padding-left: 8%;
	padding-right: 100px;
	letter-spacing: 0px;
	text-shadow: none;
}
img.profile {
	width: 80%;
	margin: 0% 0% 10% 10%;
}/*bio picture*/
.bio {
	padding: 0% 5% 5% 0%;
}
.main {
	width: 90%;
	padding: 20px 15px;
	text-align: left;
}/*contact form styles*/
#submit {
	margin-bottom: 15%;
}
form {
	padding-left: 35px;
}
input {
	width: 160px;
}
textarea {
	width: 160px;
}
.contactInfo {
	text-align: center;
	padding: 3%;
	margin: 0;
}
iframe.interveiw {
	width: 90%;
	height: 500px;
	padding: 0px 15px;
}
#opener-1, #opener-2, #opener-3, #opener-4, #opener-5 {
	width: 150px;
	height: 40px;
	background-color: #3FF0FC;
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	text-align: center;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
	margin-left: 2%;
}/*Modal box button*/
button.processBtn {
	width: 150px;
	height: 40px;
	background-color: #3FF0FC;
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	text-align: center;
	border-radius: 10px;
	border: none;
	margin-top: 2%;
	margin-left: 2%;
}/*PDF button*/
#dialog-1, #dialog-2, #dialog-3, #dialog-4, #dialog-5 {
	overflow: hidden;
}
iframe {
	width: 100%;
	height: 100%;
}/*modal box styles*/
.back-to-top {
	width: 150px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 0px;
	text-decoration: none;
	color: #000;
	background-color: rgba(213,211,215,1.00);
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	display: none;
}
.back-to-top:hover {
	background-color: #3FF0FC;
}/*back to top styles*/
.serene {
	background-color: #fff;
}
.secNav {
	width: 100px;
	height: 100px;
	margin: 15% 5% 20% 5%;
}
.secNavText {
	text-align: center;
	text-decoration: underline;
}
/*second nav*/
/* carousel styles*/

.carousel {
	margin: 10px auto 0px auto;
	width: 97%;
}
.center-block {
	height: 400px;
	margin: 30px auto 0px auto;
	border-radius: 10px;
	padding-left: 60px;
	padding-right: 60px;
}/*carousel images*/
.carousel-caption {
	height: auto;
	position: relative;
	margin-top: 15px;
	font-family: Helvetica, "Gill Sans MT", Helvetica Neue, "Gill Sans", Arial, sans-serif;
	color: #000;
	text-shadow: none;
	text-align: left;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #404040;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #404040;
}/*counter thumbnails*/
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	font-size: 3em;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: none;
}
.carousel-control.left {
	color: #00DEFF;
}
.carousel-control.right {
	right: 0;
	left: auto;
	color: #00DEFF;
}/*carousel arrows*/

@media screen and (max-width: 369px) {
iframe.interveiw {
	width: 98%;
	height: 150px;
}
nav {
	width: 55%;
}
li {
	margin-top: 10px;
}
.logo {
	margin-left: -195px;
}
h1 {
	font-size: 2em;
}
.icons {
	margin-left: 100px;
}
form {
	padding-left: 0px;
}
input {
	width: 130px;
	margin-left: -20%;
}
textarea {
	width: 130px;
	margin-left: -20%;
}
label {
	margin-left: -20%;
}
p.contactInfo {
	font-size: .85em;
	text-align: left;
	padding: 3% 3% 3% 0%;
	margin-left: -1%;
}
button.processBtn {
	margin-top: 10px;
}
.carousel-control {
	font-size: 2em;
	width: 18%;
}
h2 {
	font-size: 1.75em;
	padding-right: 7%;
}
.descrpt {
	padding-left: 12%;
	padding-right: 12%;
}
}

@media screen and (min-width : 370px ) and (max-width : 548px) {
iframe.interveiw {
	height: 200px;
	width: 98%;
}
nav {
	width: 40%;
}
li {
	margin-top: 10px;
}
.logo {
	margin-left: -195px;
}
form {
	padding-left: 0px;
}
input {
	width: 140px;
	margin-left: -20%;
}
textarea {
	width: 140px;
	margin-left: -20%;
}
label {
	margin-left: -20%;
}
p.contactInfo {
	font-size: .95em;
	text-align: left;
	padding: 3% 0%;
	margin-left: -1%;
}
}

@media screen and (min-width : 549px) and (max-width : 845px) {
iframe.interveiw {
	height: 300px;
}
nav {
	width: 20%;
}
li {
	margin-top: 10px;
}
.logo {
	margin-left: -195px;
}
.icons {
	margin-left: 41%;
}
}

@media screen and (min-width : 846px) and (max-width : 1050px) {
nav {
	margin-top: 50px;
	width: 70%;
}
li {
	margin-top: 10px;
}
.logo {
	margin-top: -50px;
	margin-left: -120px;
}
}

@media screen and (min-width : 1051px) and (max-width : 1200px) {
nav {
	width: 90%;
}
li {
	margin-top: 115px;
}
.logo {
	margin-left: -18%;
}
}

@media screen and (min-width : 1200px) and (max-width : 1400px) {
nav {
	width: 70%;
}
li {
	margin-top: 115px;
}
.logo {
	margin-left: -200px;
}
}
@media screen and (min-width : 1401px) and (max-width : 1475px) {
nav {
	width: 70%;
}
li {
	margin-top: 115px;
}
.logo {
	margin-left: -200px;
}
}
@media screen and (min-width : 1476px) {
nav {
	width: 70%;
}
li {
	margin-top: 115px;
}
}
.footLinks {
}
