@charset "utf-8";
body {
	margin-top: 0px;
	font-size: 1rem;
	background-color: #DFE3E8;
	font-family: 'Montserrat', sans-serif;
	color: #43494D;
}
#container {
	background-color: #F9FCFF;
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Special Elite', sans-serif;
	color: #43494D;
}
h1 {
	font-size: 2.3rem;
	color: #43494D;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.3rem;
}




header {
	background-color: #F9FCFF;
	padding-bottom: 0px;
	border-bottom-color: #E4BEB1;
	border-bottom-style: solid;
	color: #43494D;
}
#headerTextC h1 {
	padding-top: 29px;
	padding-left: 25px;
	font-size: 40px;
	color: #43494D;
}


#headerTextC p {
	color: #43494D;
	margin-left: 25px;
	height: 20px;
}
#headerFlexP {
	display: flex;
	justify-content: space-between;
	color: #43494D;
}
#headerFlexP nav ul {
	display: flex;
	list-style-type: none;
	margin-right: 25px;
	margin-left: 25px;
	justify-content: space-between;
}
#headerFlexP nav ul li a {
	margin-left: 28px;
	color: #6A737A;
	text-decoration: none;
}
#headerFlexP nav ul li a:link , #headerFlexP nav ul li a:visited{
	color: #43494D;
}
#headerFlexP nav ul li a:hover , #headerFlexP nav ul li a:active{
	color: #E4BEB1;

}




main h1  {
	margin-left: 25px;
}
main p {
	margin-left: 25px;
}
#portfolio {
	border-bottom-style: solid;
	border-bottom-color: #E4BEB1;
}





.portfolioFlexTxtP {
	display: flex;
	justify-content: space-between;
	width: 800px;
	padding-bottom: 19px;
}
.portfolioGroups {
	/* [disabled]background-color: #A5B452; */
	margin-bottom: 20px;
	padding-left: 80px;
	padding-top: 0px;
}
#resume {
	border-bottom-style: solid;
	border-bottom-color: #E4BEB1;
}

#resumeFlexP {
	margin-right: 0px;
	padding-left: 80px;
}
#about {
	border-bottom-style: solid;
	border-bottom-color: #E4BEB1;
	margin-bottom: 16px;
}
#aboutFlexC img {
	border: thick solid #E4BEB1;
}

#contact h2 {
	margin-left: 25px;
	color: #43494D;
	text-align: center;
}

#aboutFlexP img {
	margin-left: 25px;
}
#aboutFlexC {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
}
#aboutFlexC p {
	margin-top: 50px;

}







footer  {
	background-color: #F9FCFF;
	padding-top: 16px;
	padding-bottom: 16px;
}
#SocialLinks {
	width: 500px;
	margin-right: 0px;
	padding-left: 254px;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	text-decoration: none;
}
#SocialLinks li a {
	text-decoration: none;

}

#SocialLinks li a:link, #SocialLinks li a:visited {
	color: #43494D;
}

#SocialLinks li a:hover, #SocialLinks li a:active {
	color: #E4BEB1;
	list-style-type: none;
}
