@charset "utf-8";
#Container {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-family: open-sans, roboto, sans-serif;
	font-style: normal;
}
header {
	border-bottom: thick solid rgba(80,76,76,0.85);
	display: flex;
	align-items: flex-end;	
	
}
#templatesHome h1 {
	text-align: center;
	display: flex;
	align-items: flex-start;
	

	
	
}
body {
	width: 960px;
	height: 960px;
	margin: auto;
}
#topNav ul {
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}

#topNav ul li {
	display: inline-block;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	color: #000000;


}
a:link, a:visited {
	color: #318940;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF5555;
}
footer ul li a:link, footer ul li a:visited {
	color: #FFFFFF;
}
footer ul li a:hover, footer ul li a:active{
	color: #FF5555;
}
#mainHome p {
	display: flex;
	text-align: center;
}
#intro {
	display: flex;
	justify-content: space-around;
	margin-bottom: 22px;
}
#intro p {
	padding-right: 159px;
}


footer {
	text-align: center;
	background-color: #373434;
}
footer h1 {
	color: #FFFFFF;
}
footer ul   {
	padding-left: 0px;
	color: #344256;
	list-style-type: none;
	margin-left: 0px;
	text-align: center;
}
footer ul li  {
	display: inline-block;
	padding-left: 0px;
	margin-left: 20px;
	color: #F3F3F3;
}






main h1 {
	text-align: center;
}
#projects {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.frame {
	border: thin solid rgba(11,11,11,1.00);
}
#products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 11px;
	margin-right: 11px;
	padding-bottom: 43px;
	padding-top: 45px;
}
.selfPortrait {
	display: flex;
	justify-content: space-between;
}
.selfPortrait p {
	margin-right: 12px;
	font-size: 1rem;
	margin-left: 0px;
	padding-left: 28px;
}
.frame {
}
.steps {
	margin-right: 79px;
	margin-left: 104px;
}
.ceo {
	width: 400px;
	height: 400px;
	position: relative;
	background-image: url(images/Bio.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-right: 273px;
}
.ceo h2 {
	width: 100%;
	position: absolute;
	top: 20px;
	background-color: rgba(187,255,252,0.50);
	text-align: center;
	padding-top: 10px;
}
.packages {
	text-align: center;	
}
