@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700|Roboto:400,700');

@import url('fonts/stylesheet.css');
/*
blue: #3E6BAA;
green: #5EA745
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	background-image: url(../images/background-v3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
#frontPic {
	position: relative;
	top: 100px;
	padding-bottom: 66%;
	width: 100%;
	background-image: url(../images/Fish-farming.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
#mainContainer {
	position: relative;
	width: 100%;
	max-width: 1900px;
	display: table;
	table-layout:fixed;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	max-width: 25%;
	padding: 0px;
	background-color: rgba(255,255,255,1.0);
	z-index: 50;
	display: table-cell;
	overflow:visible;
}
#headerContent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100vh;
	padding: 0px;
	background-color: rgba(255,255,255,1.0);
	border-right: solid 1px #666666;
	z-index: 50;
	display: block;
	overflow:visible;
}

#logo {
	position: relative;
	width: 90%;
	z-index: 10;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headAddress {
	position: absolute;
	width: 100%;
	/* width: 1400px;
	max-width: 68%;
	float: right; */
	bottom: 5px;
	/* margin: 35px 25px 0px 20px; */
	color: #333333;
	z-index: 100;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	line-height: auto;
	padding: 0px;
	text-align: center;
}
#headAddress a {
	color: #333333;
	text-decoration: none;
}
#headAddress a:hover {
	color: #333333;
	text-decoration: none;
}
#frontSpacer {
	position:relative;
	min-height: 325px;
}


#mainPicContainer {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

#mainContent {
	position: relative;
	display: table-cell;
	overflow: hidden;
	max-width: 75%;
}

.mainArea {
	clear:both;
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 10px auto 50px auto;
}
.twoColContainer {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 65px;
	overflow: hidden;
}
.twoColLeft {
	position: relative;
	float: left;
	width: 55%;
	vertical-align:middle;
}
.twoColRight {
	position: relative;
	float: right;
	width: 35%;
	text-align:right;
	padding-top: 20px;
}
.twoColRight img {
	width: 90%;
	margin-right: 8px;
	}
.twoColContents {
	position: relative;
	margin: 35px 25px;
}
.compassionBack {
	background-attachment: scroll;
	background-image: url(../images/compassion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
.rightToTryButton {
	padding: 10px 20px;
	color: #FFFFFF;
	text-decoration:none;
	border: solid 1px #FFFFFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: bold;
}




#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:hidden;
	background-color: #3E6BAA;
	border-top: solid 1px #000000;
	text-align: center;
	display: none;
}
#footerContent {
	width: 94%;
	max-width: 1400px;
	margin: auto;
}
#footerLeft {
	position: relative;
	width: 25%;
	float: left;
	margin: 15px
}
#footerRight {
	position: relative;
	width: 55%;
	float: right;
	margin: 15px;
	text-align: left;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 15px auto;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin: 15px auto;
	line-height: 18px;
	list-style-type: none;
}
#footer ul {
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
#mobileNav ul {
	clear:both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#mobileNav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
#mobileNav ul .largeLink {
	display: none;
}
#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
#mobileNav ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
.mobileOnly {
	display: inline;
}


#colContainer {
	position: relative;
	width: 94%;
	max-width: 1400px;
	margin: auto;
	text-align: center;
    overflow: hidden;
	display: table;
	border-collapse: separate;
    border-spacing: 30px;
}
#colRow {
	float:left;
    position: relative;
    left:75%;
	border-left: solid 1px #000000;
}
.thirdCol {
	positon: relative;
	width: 30%;
	border: solid 1px #999999;
	margin: 1%;
	display: table-cell;
	vertical-align: top;
}
.thirdColContent {
	positon: relative;
	width: 90%;
	margin: 25px auto;
	display: inline-block;
}
.leftCol {
	position: relative;
    float: left;
	width: 70%;
}
.rightCol {
	position: relative;
    float: right;
	width: 25%;
	padding-right: 10px;
	text-align: center;
}
.rightCol img {
	position: relative;
	margin: 10px auto;
	width: 100%;
	max-width: 325px;
	border-radius: 4px;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.2);
}

.basicTxt {
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	line-height: 175%;
	color: #000000;
	text-decoration: none;
}
.basicTxt a {
	color: #000000;
	text-decoration: none;
}
.basicTxt a:hover {
	color: #666666;
	text-decoration: underline;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.rightpicBorder {
	width: 40%;
	max-width: 500px;
	float: right;
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: "SourceSansProSemibold", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #3E6BAA;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}
h2 {
	font-family: "SourceSansProSemibold", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3E6BAA;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
h3 {
	font-family: "SourceSansProSemibold", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3E6BAA;
	text-decoration: none;
}
h4 {
	font-family: "SourceSansProSemibold", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	background-color: #C5D939;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	margin: 0px;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.redLink {
	color: #DD0000;
	font-weight: bold;
}
.caption {
	width: 95%;
	margin: auto;
	
}
.readMore {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	margin-top: 28px;
}
.readMore a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 14px 8px 14px;
	background-color:#0D8613;
	border-radius: 12px;
}
.readMore a:hover {
	background-color:#999999;
}
.largeTxt {
	font-size: 24px;
	text-transform: uppercase;
}
#contactLogo {
	height: 185px;
	margin: auto;
	display: block;
}
#bioPics {
	position: relative;
	text-align: center;
	clear:both;
	margin-top: 25px;
}
#bioPics img {
	height: 170px;
	margin: 5px;
}
#esPics {
	position: relative;
	text-align: center;
	clear:both;
	margin-top: 35px;
}
#esPics img {
	height: 200px;
	margin: 5px;
}
#contactForm {
	width: 100%;
	magin: auto;
	text-align:center;
}
.contactFields {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 3px auto;
	width: 80%;
}
.contactCheckBox {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 0px 4px 0px 25px;
}
.contactSubmit {
	border: 1px solid #203A73;
	border-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	color: #FFFFFF;
	margin: 15px;
	padding: 5px 25px;
	background-color: #3E6BAA;
	cursor: pointer;
}
.contactSubmit:hover {
	background-color: #999999;
}
.infoRequestBox {
	position: relative;	
	width: 90%;
	max-width: 700px;
	height: auto;
	padding: 18px 0px;
	margin: 50px auto;
	overflow: visible;
	display: block;
	text-align: left;
	border: solid 4px #3E6BAA;
	border-radius: 10px;
	background-color: #E7F3E2;
}
.infoRequestBox h3, .infoRequestBox p {
	margin: 6px 15px;
}
.infoReqCheckBox {
	font-family: noto_sansregular, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
	text-align:left;
	width: 50%;
	display:inline-block;
}


@media only screen and (max-width: 1200px) {
	#header, #headerContent {
	width: 260px;
	}
	.basicTxt {
	font-size: 18px;
	}
}

@media only screen and (max-width: 1000px) {
	#header, #headerContent {
	width: 240px;
	}
	h1 {
	font-size: 32px;
	}
	h2 {
	font-size: 24px;
	}
	h3 {
	font-size: 20px;
	}
	h4 {
	font-size: 14px;
	}
	.twoColContainer {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 65px;
	overflow: hidden;
	}
	.twoColLeft {
	float: none;
	width: 98%;
	margin: auto;
	}
	.twoColRight {
	float: none;
	width: 98%;
	margin: auto;
	}
	.twoColRight img {
	width: 90%;
	margin: auto;
	display: block;
	}
}
@media only screen and (max-width: 860px) {
	#header, #headerContent {
	width: 200px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 20px;
	}
	h3 {
	font-size: 20px;
	}
	h4 {
	font-size: 18px;
	}
	#esPics img {
	height: auto;
	width: 250px;
	display: block;
	margin: 12px auto;
	}
	#bioPics img {
	height: auto;
	width: 180px;
	display: block;
	margin: 12px auto;
	}
}

@media only screen and (max-width: 680px) {
	#mainContainer {
	display: block;
	min-height: 80vh;
	}
	#mainContent {
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#header {
	width: 100%;
	max-width: 100%;
	display: block;
	padding-bottom: 5px;
	border-bottom: solid 1px #333333;
	}
	#headerContent {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	display: block;
	border-right: none;
	}

	#logo {
	position: relative;
	width: auto;
	height: 200px;
	z-index: 10;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#headAddress {
	position: relative;
	width: 100%;
	bottom: 5px;
	display: none;
	}
	#footer {
	display: block;
	}
	#contactLogo {
	display: none;
	}
	.mobileOnly {
	display: none;
	}
}

@media only screen and (max-height: 650px) {
	#logo {
	width: auto;
	max-height: 240px;
	}
}
