@charset "utf-8";

/* Global Styles */

body {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 1800px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #3366CC;
	;
	height: auto;
	bottom: 0%;
	left: auto;
	right: auto;


	
}

header {
	text-align: center;
	display: block;
	background-color: #3366CC;
}


header .CriticalGraphic {
	width: 259px;
	border-radius: 50%;
	height: 259px;
	margin-top: 60px;
	
}

hr {
	background-color: #6A2144;
	height: 5px;
	position: relative;
}

/* Start here */
h1 {
	margin: 0;
	font-size: 48px;
	font-family: Gotham, Tahoma, sans-serif;
	text-align: center;
	color: #9e3737;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-shadow: 5px 5px 2px #E01C1F;
}

h2 {
	margin: 5px;
	font-size: 24px;
	font-family: Georgia, serif;
	color: #9e3737;
	text-align: center;
	 font-style: italic;
	 	font-weight: 300;
}
h3 {
	margin: 5px;
	font-size: 24px;
	font-family: Georgia, serif;
	color: #9e3737;
	text-align: center;
	 font-style: italic;
	 	font-weight: 300;
}

h4 {
	 
	font-size: 27px;
	font-family: Georgia, serif;
	color: #ffffff;
	text-shadow: 5px 5px 2px #000000;
	text-align: left;
	 font-style: italic;
	 	font-weight: 300;
}

h5 {
	 
	font-size: 27px;
	font-family: Georgia, serif;
	color: #ffffff;
	text-shadow: 5px 5px 2px #000000;
	text-align: center;
	 font-style: italic;
	 	font-weight: 300;
}

h6 {
	 
	font-size: 27px;
	font-family: Georgia, serif;
	color: #000000;
	text-shadow: 10px 10px 2px #9e6b36;
	text-align: center;
	 font-style: italic;
	 	font-weight: 300;
}

p {
	font-size: 24px;
	font-family: Georgia, serif;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	max-width: 1600px;
	text-align: left;
}












/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .CriticalGraphic {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}


}
