@charset "utf-8";

/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

/* Header */
header {
	text-align: center;
	display: block;
}
header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
	width: 187px;
	text-align: center;
}

header .profileHeader h1 {
	font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 25px;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	font-family: 'Prelo-Medium','Prelo-Book','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,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;
	padding-top: 8em;
	padding-bottom: 0.5em;
}
header .profileHeader h1 {
	font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 25px;
	line-height: 24px;
}
header .profileHeader p {
	text-align: justify;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    margin-top:5%;
}
header .profileHeader {
	text-align: left;
	padding-top: 8em;
	padding-bottom: 0.5em;
}
header .profileHeader h1 {
	font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 25px;
	line-height: 24px;
}
header .profileHeader p {
	font-family: 'Prelo-Medium','Prelo-Book','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 8em;
	padding-bottom: 0.5em;
}
header .profileHeader h1 {
	font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 25px;
	line-height: 24px;
}
header .profileHeader p {
	font-family: 'Prelo-Medium','Prelo-Book','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #515356;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
