@charset "utf-8";
/* CSS Document */

/* 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;
    margin-top:10%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
    text-align: center;
    display: block;
    margin-top: 60px;
    clear: both;
    margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}

.intro_logo {
    margin-top: 75px;
    padding-left: 2%;
    width: 100%;
}

.color {
	color:#000000;
}

.color a:link {
	color: #DDBB1F;
/*color:#FC0;*/
}

.color a:visited {
	color: #86A0CB;
	/*color: #725A15;*/
/*	color:#D30104;*/
/*color:#9D6D4D;*/
}

.color a:hover {
	color: #000000;
}

.color a:active {
	color: #000000;
	/*color: #DDBB1F;*/
/*color:#FC0;*/
}

a {
display:inline;
/*width:10em;*/
text-decoration:none;
}

a:link {
	color: #DDBB1F;
/*color:#FC0;*/
}

a:visited {
	color: #86A0CB;
	/*color: #725A15;*/
/*	color:#D30104;*/
/*color:#9D6D4D;*/
}

a:hover {
	color: #000000;
	/*color: #FDFCFC;*/
}

a:active {
	color: #DDBB1F;
/*color:#FC0;*/
}

	.pictureNav {
		float: none;
		width: 100%;
	}
	
	.pictureNav ul {
		padding: 0;
	}
	
	.pictureNav li {
		padding: 20px 0 20px 3%;
	}
	
.pictureNav img {
    width: 29%;
}

.intro_logo {
	width: 100%;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
    margin-bottom: 10%;
}

p {
	padding: 2%;
}

section {
	float:none;
	width: 100%;
	margin-top: 20px;
	padding: 2%;
	border: 1px solid #000000;
    border-radius: 8px;
}
	
.bio_pic {
    float: none;
    margin-top: 10px;
    padding-left: 12%;
    width: 80%;
}

.left_section {
	margin-left: 0;
    margin-right: 0;
	padding: 2%;
}

.left_section_about {
	margin-left: 0;
    margin-right: 0;
	padding: 2%;
}

.right_section_about {
	float:none;
	width: 100%;
	padding: 2%;
	border: 1px solid #000000;
    border-radius: 8px;
	
}
	
.encourage1 {
    float: none;
    clear: both;
    padding: 15px 0 10px 0;
    width: 100%;
}

.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
    text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
    margin-top: 10%;
    text-align: justify;
    margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
    margin-bottom: 10%;
 
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}