@charset "UTF-8";
@charset "utf-8";

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #000000;
}
#container {
	max-width: 800px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background-color: #6E3B08;
}


/* Header */
header {
	text-align: center;
	display: block;
	margin-top: 0px;
}
header .profileLogo .logoPlaceholder {
	background-color: #996633;
	width: 100%;
	font-size: large;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #F6FF00;
	text-align: center;
	border-top: thick solid #000000;
	border-bottom: thick solid #000000;
	margin-top: 182px;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: rgba(8,0,0,1.00);
	font-size: 36px;
	font-weight: 400;
	line-height: 53px;
	letter-spacing: 3px;
	font-style: italic;
	margin-top: 150px;
}

.mainContent {
	display: block;
	height: 700px;
	margin-bottom: 76px;
}
.externalResourcesNav .externalResources {
	font-family: "Comic Sans MS", cursive;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 5px;
	cursor: pointer;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #F7A203;
}
.externalResourcesNav .externalResources a {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	margin-top: 5%;
	color: #CE975F;
}
.externalResourcesNav .externalResources:hover {
	color: #F69F04;
	text-decoration:underline;
}


/* 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;
}

.externalResourcesNav {
    margin-bottom: 10%;
 
}
.externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
	margin-top: 18px;
}
/* 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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
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%;
	font-family: sans-serif;;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
}
.externalResourcesNav {
	margin-left: 0px;
	margin-top: 4%;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.externalResourcesNav .externalResources {
	width: 89px;
	height: 48px;
	margin-top: 5%;
	
}

}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #E2CF88;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}


.externalResourcesNav {
	margin-top: 26px;
	margin-bottom: 219px;
	text-align: center;
	padding-top: 0px;
	clear: both;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: 400;
	color: #C91F22;
}
.externalResourcesNav .externalResources {
	width: 110px;
	height: 28px;
}

}
/* CSS Document */

