@charset "UTF-8";
h1  {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h2 {
	font-family: lobster-two;
	font-style: normal;
	font-weight: 400;
}
body {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 500;
	;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	color: #575C5F;
	padding-left: 0%;
}
footer {
	color: #DFDFDF;
	font-size: x-small;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	background-color: #5D5D5D;
	min-height: 100px;
	margin-top: 0px;
	padding-top: 15px;
	font-family: "futura-pt-condensed",sans-serif;
	text-transform: uppercase;
	background-image: url(images/nav_bg_120.jpg);
	background-repeat: repeat;
	border-top: 2px groove rgba(141,141,141,1.00);
	-webkit-box-shadow: 0px 0 0px 0px;
	box-shadow: 0px 0 0px 0px;
}
header {
	clear: both;
	text-align: center;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	font-size: large;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.navHome {
	margin-right: 1%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navPastWork:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.navAbout:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.navPhotos:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.navFollow:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.navHome:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.navEmail:hover {
	text-shadow: 0px -2px 1px #282828;
	color: #CECECE;
}
.imageHeader {
	margin-top: 20px;
}
nav {
	padding-bottom: 2px;
	padding-top: 10px;
}
.navAbout {
	margin-left: 1%;
	margin-right: 1%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navPhotos {
	margin-right: 1%;
	margin-left: 1%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navPastWork {
	margin-left: 1%;
	margin-right: 1%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navEmail {
	margin-left: 1%;
	margin-right: 1%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navFollow {
	margin-left: 1%;
	margin-right: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
h3 {
	color: #575C5F;
	text-align: center;
	text-transform: uppercase;
}
.sectionAbout {
	width: 70%;
	text-align: center;
	clear: none;
	margin-left: 15%;
	padding-bottom: 20px;
}
.sectionLeft {
	width: 35%;
	text-align: left;
	margin-left: 15%;
	margin-right: 2%;
	padding-bottom: 20px;
	float: left;
}
.sectionRight {
	width: 30%;
	text-align: right;
	margin-left: 2%;
	padding-bottom: 20px;
	margin-right: 15%;
	float: right;
}
.videoFull {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	height: 100%;
}
h5 {
	font-size: x-small;
	font-family: "futura-pt",sans-serif;
	color: #575C5F;
	text-align: center;
}
.sectionPhotos {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.sectionRight #instansive_20b5b56644 {
}

@media screen and (max-width:600px){
.logo {
	width: 65%;
	height: 65%;
}
header {
	clear: both;
	text-align: center;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	font-size: 0.75em;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-size: auto 65%
%;
	background-size: auto 65%
%;
	background-size: contain;
	background-clip: border-box;
}
.videoFull {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: none;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width:350px){
nav {
	font-size: 0.85em;
}
}
