@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 95px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	top: 80px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 95px;
	padding-left: 0px;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Navigation */
header {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #2C9AB7;
	position: fixed;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
	z-index: 100;
}
.logo {
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	letter-spacing: 4px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 50px;
	max-height: 50px;
	margin-top: 5px;
}
nav {
	float: right;
	width: 380px;
	text-align: right;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header nav ul {
	list-style: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 62px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	color: #004A8F;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 62px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	float: left;
	font-family: source-sans-pro;
	font-weight: 200;
	padding-left: 0px;
	padding-right: 0px;
	font-style: normal;
}
ul li a {
	color: #004A8F;
	height: 60px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 8px;
	top: 0px;
	position: static;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}

/* Homepage Tagline Image Section */
.hero {
	width: 100%;
	background-repeat: no-repeat;
	height: 75%;
	background-size: cover;
	background-image: url(../images/hero-bkgd.gif);
	position: static;
	background-position: center top;
	padding-top: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 60px;
	bottom: 95px;
	background-clip: padding-box;
}
/* About Page */
.about {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: 75%;
}
.about-image {
	width: 100%;
	height: 25%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	display: block;
	background-image: url(../images/camera.jpg);
}
.about-text {
	width: auto;
	background-color: #FFFFFF;
	color: #818181;
	height: auto;
	float: none;
	margin-top: 30px;
	margin-right: 20%;
	margin-bottom: 30px;
	margin-left: 20%;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: medium;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	max-width: 60%;
	right: 50%;
}
#hello {
	position: absolute;
	top: 20%;
	left: 30px;
}

/* Contact Page */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.button {
	width: 25px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	height: 25px;
	float: left;
	margin-top: 0px;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	left: auto;
	right: auto;
}
.button:hover {
	color: #C4C4C4;
	cursor: pointer;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
@font-face {
	font-family: "rockwell bold";
	src: url(../fonts/rockwell.ttf)
}
.footer-message {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: source-sans-pro;
	font-weight: 200;
	font-style: normal;
}
.social-media {
	color: #FFFFFF;
	width: 250px;
	clear: both;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-header {
	width: auto;
	height: 60px;
	background-color: #004A8F;
	font-family: "Rockwell Bold";
	text-align: center;
	color: #FFFFFF;
	font-size: 35px;
	letter-spacing: 5px;
	padding-top: 18px;
	padding-bottom: 0px;
	float: none;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
ul li a {
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul li a:hover {
	background-color: #0098A9;
	color: #FFFFFF;
}
.footer-banner {
	background-color: #0098A9;
	width: 100%;
	height: 95px;
	padding-top: 40px;
	padding-bottom: 35px;
	position: absolute;
}
.name-collapse {
	display: none;
}

.contact-image {
	width: 100%;
	height: 25%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/mouse.jpg);
	background-position: 50% 0%;
	background-size: cover;
	background-clip: border-box;
}
.contact-info {
	width: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	display: block;
	left: 50%;
	right: 50%;
}
.contact-text {
	font-size: large;
	float: left;
	width: 45%;
	margin-right: 30px;
	margin-bottom: 20px;
}
td {
	border-style: none;
	width: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submit {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	width: 80px;
	height: 30px;
	border: thin solid #0098A9;
	background-color: #FFFFFF;
	font-size: large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#submit:hover {
	background-color: #0098A9;
	color: #FFFFFF;
}
.contact-form {
	border: thin solid #61BFC9;
	-webkit-box-shadow: 5px 5px 10px #818181;
	box-shadow: 5px 5px 10px #818181;
	float: none;
	width: 90%;
}
#textfield {
	height: 30px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	text-align: left;
}
#email {
	height: 30px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	text-align: left;
}
#textarea {
	height: 100px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-size: medium;
	font-style: normal;
	font-weight: 200;
	text-align: left;
}
label {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: large;
}
.contact-links {
}
.contact {
	width: 100%;
	height: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.logos-button {
	width: 300px;
	height: auto;
	background-color: #004A8F;
	background-image: url(url);
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 140px;
}

/*Portfolio Page*/
.portfolio-parent {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: 75%;
}

/* Mobile */
@media (max-width : 486px ){
.logo {
	font-weight: bold;
	float: none;
	height: 50px;
	margin-right: 45%;
	margin-left: 45%;
	margin-bottom: 0px;
	width: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 50px;
	max-height: 50px;
	margin-top: 5px;
}
.header-title {
	width: 216px;
	float: left;
	color: #004A8F;
	font-family: "Rockwell Bold";
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	display: none;
}
.header-title2 {
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	float: left;
	font-family: "Rockwell Bold";
	color: #0098A9;
	font-size: x-large;
	display: none;
}
nav {
	float: none;
	width: 100%;
	text-align: right;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#004A8F;
}
header nav ul {
	list-style: none;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	height: 60px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
ul li a {
	color: #FFFFFF;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 19px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	top: 0px;
	position: static;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
ul li a:hover {
	background-color: #0098A9;
}
.hero {
	width: 100%;
	background-repeat: no-repeat;
	height: 40%;
	top: 60px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 85px;
	background-position: center top;
	background-clip: padding-box;
	background-size: cover;
	padding-top: 0px;
}
.contact-image {
	margin-top: 120px;
}
.about-image {
	margin-top: 120px;
}
#location {
	padding-left: 5px;
}
#hello {
	top: 25%;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.contact-text {
	font-size: large;
	float: right;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.contact-form {
	border: thin solid #61BFC9;
	-webkit-box-shadow: 5px 5px 10px #818181;
	box-shadow: 5px 5px 10px #818181;
	float: left;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}
.contact {
	width: 100%;
	margin: opx;
	padding: 0px;
}
.contact-links {
}
}

/* Small Tablets */
@media (min-width : 486px) and (max-width : 757px){
.logo {
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	letter-spacing: 4px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 50px;
	max-height: 50px;
	margin-top: 5px;
}
.header-title {
	width: 216px;
	float: left;
	color: #004A8F;
	font-family: "Rockwell Bold";
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
}
.header-title2 {
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	float: left;
	font-family: "Rockwell Bold";
	color: #0098A9;
	font-size: x-large;
}
nav {
	width: 100%;
	text-align: right;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #004A8F;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
header nav ul {
	list-style: none;
	float: right;
	height: 60px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 100%;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
ul li a {
	color: #FFFFFF;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 19px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	top: 0px;
	position: static;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
ul li a:hover {
	background-color: #0098A9;
}
.hero {
	width: 100%;
	background-repeat: no-repeat;
	height: 40%;
	top: 60px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 85px;
	background-position: center top;
	background-clip: padding-box;
	background-size: cover;
	padding-top: 0px;
}
.contact-image {
	margin-top: 120px;
}
.about-image {
	margin-top: 120px;
}
#hello {
	top: 25%;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.contact-text {
	font-size: large;
	float: right;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.contact-form {
	border: thin solid #61BFC9;
	-webkit-box-shadow: 5px 5px 10px #818181;
	box-shadow: 5px 5px 10px #818181;
	float: left;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}
.contact {
	width: 100%;
	margin: opx;
	padding: 0px;
}
}

/* Small Desktops */
@media (min-width : 757px ){
.logo {
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	letter-spacing: 4px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 50px;
	max-height: 50px;
	margin-top: 5px;
}
.header-title {
	width: 216px;
	float: left;
	color: #004A8F;
	font-family: "Rockwell Bold";
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
}
.header-title2 {
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	float: left;
	font-family: "Rockwell Bold";
	color: #0098A9;
	font-size: x-large;
}
nav {
	float: right;
	width: 330px;
	text-align: right;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header nav ul {
	list-style: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	float: left;
	color: #004A8F;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	padding-top: 20px;
	padding-bottom: 5px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
ul li a {
	color: #004A8F;
	height: 60px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	top: 0px;
	position: static;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
.contact-form {
	border: thin solid #61BFC9;
	-webkit-box-shadow: 5px 5px 10px #818181;
	box-shadow: 5px 5px 10px #818181;
	float: left;
	width: 50%;
}
#textfield {
	height: 30px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	text-align: left;
}
#email {
	height: 30px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	text-align: left;
}
#textarea {
	height: 100px;
	width: 98%;
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #818181;
	font-size: medium;
	font-style: normal;
	font-weight: 200;
	text-align: left;
}
label {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: large;
	top: 0px;
}
.contact-links {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.table-titles {
	width: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}
