@charset "UTF-8";
/* Global Styles */
img { max-width: 100%; height: auto; }

body {
	max-width: 100%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}

/* Header */
#mainwrapper header {
	background-color: #FFFFFF;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	max-width: 100%;
	height:auto;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: left;
	padding-top: 1px;
	padding-bottom: 5px;
	float: left;
	color: #FFFFFF;
	max-width:33%;
}
header nav a {
	/* Links in header */
	max-height: 100%;
	max-width: 60%;
	display:block;
	padding-right:5%;
	padding-left:13%;
}
header nav img:hover {
	opacity: 0.5;
}
body {
	max-width: 100%;
	text-align: justify;
	display: block;
}
body .logoPhoto {
	font-family: "Times New Roman", Times, serif;
	max-width: 99%;
	border-radius: 25%;
	clear: both;
	color: rgba(146,146,146,1.00);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

body .contactText p {
	font-family: "Times New Roman", Times, serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	text-align: center;
	max-width: 99%;
	word-wrap:normal;
	float:none;
}
.externalResourcesNav .externalResources a {
	font-family: "Times New Roman", Times, serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 0px) and (max-width : 715px) {
/* Header */
header {
	max-width: 100%;
	height: auto;
	float: none;
}
body .contactText p {
	font-family: "Times New Roman", Times, serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	max-width: 99%;
	}
body .logoPhoto {
	display: block;
	max-width:99%;
	width: 470px;
	}
}
header .navBar {
	display: block;
	margin-top: 15px;
	clear: both;
	float:none;
	align: left;
	max-width: 10%
}
header .navBar .nav {
	max-width: 70%;
	height: auto;
	display: block;
	float:center;
	}
/* Media Query for Tablets */
@media only screen and (min-width : 716px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
body .contactText p {
	font-family: "Times New Roman", Times, serif;
	color: rgba(146,146,146,1.00);
	font-size: auto;
	font-weight: 400;
	line-height: 1.8;
	max-width: 99%;
	margin-right: 23px;
	}
body .logoPhoto {
	max-width:99%;
	float: none;
	clear: both;
	}
	
body .contactText {
	text-align: center;
	align-content: center;
}
header .navBar .nav {
	width: auto;
	height: auto;
	max-width:100%;
	display: inline-block;
	margin-right: 23px;
}
}
	}
/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
body .logoPhoto {
	float: none;
	clear: both;
	max-width:99%;
}
body .contactText {
	font-size:14px;
	max-width: 99%;
	margin-right: 23px;
}
header .navBar .nav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
	float:none;
}
}