@charset "utf-8";
/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');


body {
    width: 100%;
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
img {max-width: 100%}
.background {min-height:150px;width: 100%}
.background.top{background: url(bgtop.png) no-repeat; background-size: cover;}
.background.bottom{background: url(bgbottom.png) no-repeat; background-size: cover;}
/* Header */
header {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;


}
.wrapper {
    max-width: 700px;
	margin:1rem auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
    line-height:1.7;
    text-align: center
}
strong {font-weight:600}
header .profilePhoto {
   
}
a {text-decoration: none; color:#000000;transition:0.2s ease all}
a:hover {text-decoration: none; color:#25AAE1;}
header .profileHeader {
  
}
header .profileHeader h1 {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
}
header .profileHeader h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

/* Main Content sections */
.contact {border-top:2px solid #26A9E0; margin-top:2rem; padding-top:2rem;}
.contact .icon {}
.contact .detail {}
.location {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-around}
.location .left {flex-basis:50%}
.location .right {flex-basis:50%}
.icon img {max-width:50px}



/* 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;

}
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;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
}
.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;
	
}
}

/* 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: 'PT Sans', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {


}
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%;
	
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}

}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

}
