@charset "UTF-8";
h2 {
	font-family: lobster-two;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
body {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	background-image: url(images/DSCN1110-2.jpg);
	background-position: 0% 0%;
	background-color: #000000;
	background-repeat: no-repeat;
	align-content: center;
}
footer {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 600;
	font-size: x-small;
	text-align: center;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}
.wrapStage #Stage {
	margin-left: 1%;
	margin-right: 1%;
}

nav {
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	font-family: lobster-two;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	padding-top: 0px;
}
.sectionCenter {
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom: 10px solid #000000;
	text-align:center;
}
body header img {
	width: 80%;
	height: 75%;
}
.sectionCenter p {
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	
}
header {
	text-align: center;
	background-color: #000000;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
	padding-bottom: 1px;
	clear: both;
	color: #FFFFFF;
}
header nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.navHome {
	padding-left: 0px;
	padding-right: 10px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.navDesign {
	padding-right: 10px;
}
.navRetouch {
	padding-right: 10px;
}
.navContact {
	padding-right: 10px;
}
.navBlog {
	padding-right: 10px;
}
.navDesign {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.navRetouch {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.navBlog {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.navHome:hover {
	color: #CEDF37;
}
.navDesign:hover {
	color: #CEDF37;
}
.navRetouch:hover {
	color: #CEDF37;
}
.navBlog:hover {
	color: #CEDF37;
}
.navContact {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.navContact:hover {
	color: #CEDF37;
}
.sectionCenter .sectionEmail {
	text-align: center;
	font-weight: normal;
}
.sectionCenter .sectionLinked {
	font-weight: normal;
	margin-top: -25px;
	margin-bottom: -10px;
	text-align: center;
	text-decoration: none;
}
.sectionLinked {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.sectionEmail {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}
.sectionLinked:hover {
	color: #CEDF37;
}
.sectionEmail:hover {
	color: #CEFD37;
}
.wrapStage {
	width: 100%;
  	position: relative;
 	overflow: hidden;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
	
}
