@charset "utf-8";

/* Global Styles */

@font-face {
	font-family: 'hobo';
	src: url(../_fonts/hobo.ttf) format('truetype');
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	color: rgba(72,103,68,1.00);
	font-family: 'hobo', 'Montserrat', sans-serif;
	font-size: 18px;
	/*border: thick solid rgba(138,165,138,1.00);
	border-radius: 10px;*/
}

a {
	color: #1c3d11;
}

.center {
	text-align: center;
}

.underlined {
	text-decoration: underline;
}

/* Header */
header {
	text-align: center;
	display: block;
}

header .profileLogo .logoPlaceholder {
	width: 100%;
	text-align: center;
}

header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}

/*header .logoPlaceholder,
header .profileLogo h3  {
	background-color: rgba(138,165,138,1.00);
	display: block;
	border-radius: 5px;
}

.logoPlaceholder img {
	background-color: white;
}*/

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.45em;
}

img,
header .profilePhoto img {
	border: thick solid rgba(138,165,138,1.00);
	border-radius: 20px;
	text-decoration: none;
}

#fb {
	border: 1px solid rgba(138,165,138,1.00);
	border-radius: 7px;
	padding: 2px;
	display: inline-block;
	background-image: url(../_images/fb.png);
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	text-decoration: none;
}

#fb:hover {
	opacity: .6;
}

header .profilePhoto img {
	border-radius: 10%;
	border: thick solid rgba(138,165,138,1.00);
	background-color: rgba(138,165,138,1.00);
	width: 259px;
	height: 259px;
	clear: both;
	margin-right: 20px;
}

header .profileHeader h1 {
	color: rgba(72,103,68,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}

header .profileHeader h3 {
	color: rgba(138,165,138,1.00);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

hr {
	margin-top: 5px;
	background-color: rgba(138,165,138,1.00);
	height: 2px;
}

nav {
	margin-top: -10px;
	width: 100%;
	margin: auto;
}

nav p  {
	width: 20%;
	display: inline;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: -1em;
}

nav::before,
nav::after {
	content: "•";
	display: inline;
}

header .profileHeader p {
	color: rgba(138,165,138,1.00);
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

header .socialNetworkNavBar {
	display: inline;
}

header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}

header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}

/* Main Content sections */
.mainContent {
	clear: both;
}

.mainContent .section1 {
	display: block;
}

.mainContent .section1 .sectionContent {
	width: 80%;
	margin: auto;
	text-align: center;
}

.section1 .sectionTitle,
.section2 .sectionTitle {
	color: rgba(72,103,68,1.00);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.section1 .sectionTitleRule,
.section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}

.section1 .sectionTitleRule2,
.section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}

.mainContent .section1 .section1Content {
	font-weight: 100;
	color: rgba(138,165,138,1.00);
}

.mainContent .section1 .section1Content span {
	color: rgba(102,135,98,1.00);
}

.section2 .sectionContentTitle {
	color: rgba(146,146,146,1.00);
	font-size: 20px;
	font-weight: 700;
}

.section2 .sectionContentSubTitle {
	color: rgba(68,67,67,1.00);
	font-weight: 400;
}

.section2 .sectionContent {
	color: rgba(146,146,146,1.00);
	font-weight: 400;
	line-height: 1.8;
}

.mainContent {
	display: block;
}

.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}

.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}

.externalResourcesNav .externalResources a {
	color: rgba(255,255,255,1.00);
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

/* Footer */


footer {
	clear: both;
	padding-top: 7px;
}

footer .footerDisclaimer {
	font-size: 14px;
	line-height: 18px;
	color: rgba(72,103,68,1.00);
	font-weight: 700;
}

footer .footerDisclaimer span {
	color: rgba(138,165,138,1.00);
	font-weight: 400;
}

footer .footerNote {
	font-size: 14px;
	line-height: 18px;
	color: rgba(72,103,68,1.00);
	font-weight: 700;
}

footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

/* Header */
header {
	width: 100%;
	float: none;
}

header .profileLogo .logoPlaceholder {
	display: inline-block;
}

header .profilePhoto {
	display: inline-block;
}

header .profileHeader {
	text-align: center;
	margin-top: 15%;
}

header .profileHeader p {
	text-align: justify;
}

header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}

header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}

/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}

.section1 .section1Title,
.section2 .section1Title {
	text-align: center;
}

.section1 .sectionTitleRule,
.section2 .sectionTitleRule {
	width: 100%;
}

.section1 .sectionTitleRule2,
.section2 .sectionTitleRule2 {
	display: none;
}

.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: justify;
}

.mainContent .section2 {
	display: block;
	text-align: center;
}

.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}

.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}

.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}

/* Footer */
footer {
	display: block;
	text-align: center;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {

/* Header */
header {
	width: 100%;
	float: none;
}

header .profileLogo .logoPlaceholder {
	display: inline-block;
}

header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}

header .profileHeader {
	text-align: left;
	margin-top: 7%;
}

header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

/* Main content and sections */
.section1 .section1Title,
.section2 .section1Title {
	text-align: center;
}

.section1 .sectionTitleRule,
.section2 .sectionTitleRule {
	width: 100%;
}

.section1 .sectionTitleRule2,
.section2 .sectionTitleRule2 {
	display: none;
}

.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.mainContent .section2 {
	clear: both;
}

.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}

.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}

/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}

footer .footerNote {
	float: right;
	margin-right: 3%;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 10px;
}

header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 1%;
}

header .profileHeader {
	text-align: left;
	/*padding-top: 3%;*/
}

header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

/* Main content sections */
.section1 .sectionTitleRule,
.section2 .sectionTitleRule {
	width: 22.5%;
}

.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
}

.mainContent .section2 {
	clear: both;
}

.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
}

.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}

.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}

/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}

footer .footerNote {
	float: right;
	margin-right: 3%;
}
}
