@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%;
	background-color: #fffefa;
}
/* Header */
header {
	text-align: center;
	display: block;
	margin-top: 40px;
}
header .profileLogo {

}


.logoPlaceholder {
	float: none;
display: block;
margin-left: auto;
margin-right: auto;
	height:195px;
	width: 300px;
}
header .logoPlaceholder a {
	background-image: url(../../logo.svg);
	max-width: 100%;
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
	
}

header .profileHeader h3 {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
/* Footer */
footer {padding-top:2%;
}
footer .url {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
footer p {
	text-align:center;
}
.url a {
	text-decoration: none;
	color: #000;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 1;
}
.url a:hover {
	opacity: 0.7;
}
.divider {	
background: rgb(51,51,51);
content: '';
display: block;
height: 2px;
margin: 20px auto 20px auto;
position: relative;
width: 22px;
}

/* 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 .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader h1 {
	font-size: 50px;
	}
header .profileHeader h3{
	font-size: 18px;
	}
header .profileHeader p {
	text-align: justify;
}
.divider {margin-left: auto;
	margin-right: auto;
	}
	
/* 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%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

header .profileHeader {
	margin-top: 7%;
}
/* Footer */

}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	padding-top: 5%;
}


/* Footer */
footer .footerDisclaimer {
	float: left;
	font-family: sans-serif;
}

}
