@charset "utf-8";
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: rgba(76,76,76,1.00);
	background-color: #F2E2DF;
}
header {
	border-bottom: 2px solid #533CA6;
}

#container {
	width: 960px;
	margin-top: -7px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 47px;
	padding-top: 17px;
}
#pageTop {
	background-color: #4957A6;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 39px;
	padding-left: 0px;
	padding-bottom: 70px;
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	margin-left: 40px;
	margin-right: 41px;
}
#pageTop h1 {
	font-size: 65px;
	font-family: Funnel Display,Constantia;
	;
	;
}
main #pageTop p {
	color: #C7C3BA;
}
main #about #homeAbout {
}


h1, h2, h3, h4 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: normal;
	color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: none;
	color: #F2A444;
}
a:hover , a:active{
	color: #F2B441;
}
.contactInfo a:hover, a:active {
	color: #6B75A8;
	background-color: #6B75A8;
	text-shadow: 0px 0px #6B75A8;
	-webkit-box-shadow: 0px 0px #6B75A8;
	box-shadow: 0px 0px #6B75A8;
}

#homeAbout h2 {
	color: #343A62;
	font-size: 41px;
	border-bottom: 6px solid #6B75A8;
}
#sampleProjects h2 {
	color: #343A62;
	font-size: 41px;
	border-bottom: 6px solid #6B75A8;
}
main #sampleProjects .homeProjects {
	justify-content: space-between;
	margin-top: 50px;
	text-align: center;
	margin-left: 130px;
}
#selection {
	padding-top: 73px;
	display: flex;
	margin-left: 216px;
	margin-top: 45px;
	padding-bottom: 0px;
	margin-bottom: -30px;
}
.contactInfo  {
	margin-left: 6px;
	padding-top: 0px;
	margin-right: 184px;
	margin-top: -67px;
	display: inline;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contactInfo a img {
}

.contactInfo p {
	color: #000000;
	padding-top: 0px;
	margin-bottom: 12px;
	display: none;
}

#flexSample {
	display: flex;
	margin-left: -90px;
	padding-top: 0px;
	margin-top: -20px;
	padding-bottom: 23px;
}
.homeProjects  {
	flex-basis: 28%;
}

main #about h2 {
	color: #343A62;
	font-size: 41px;
	border-bottom: 6px solid #6B75A8;
}
main #about #homeAbout {
	display: flex;
	text-align: left;
	margin-left: 41px;
}

nav ul {
	padding-left: 0px;
	text-align: right;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	margin-top: -14px;
	margin-right: 25px;
}

nav ul li {
	display: inline-block;
	text-align: left;
}
ul li a {
	padding-top: 0px;
	margin-right: 12px;
}
#reach h1 {
	border-top-style: solid;
	border-top-width: 0px;
	color: #343A62;
	font-size: 41px;
	border-bottom: 6px solid #6B75A8;
}
main #reach .contactInfo {
	display: flex;
	margin-bottom: 40px;
}
main #reach .contactInfo p {
	margin-top: 60px;
}


#container footer {
	border-top: 2px solid #533CA6;
	margin-top: 35px;
}
#container footer h1 {
	text-align: center;
}
main #reach ul {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
main #reach ul li {
	list-style-image: none;
	display: inline;
	text-align: center;
	margin-left: 50px;
}
footer ul {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}

footer ul li {
	list-style-image: none;
	display: inline;
	text-align: center;
	margin-left: 50px;
}
footer h1 {
	color: #6E5CAF;
}
#portfolio h2 {
	color: #343A62;
	font-size: 41px;
	border-bottom: 6px solid #6B75A8;
}
#partOne {
	display: flex;
}
#partTwo {
	display: flex;
}
.galleryPortfolio {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 146px 146px 131px;
	margin-left: 64px;
	margin-bottom: 32px;
	padding-top: 30px;
}
.galleryPortfolio h3 {
	color: #4957A6;
	text-align: center;
	overflow-x: hidden;
	display: block;
	font-weight: normal;
}
#homeAbout img {
	border-radius: 50px;
	-webkit-box-shadow: 3px 5px 13px -1px #060606;
	box-shadow: 3px 5px 13px -1px #060606;
}
#homeAbout p {
	margin-top: 38px;
	margin-left: 19px;
	font-weight: normal;
	font-size: 24px;
}
