@font-face {
    font-family: 'DymaxionScriptRegular';
    src: url('DymaxionScript-webfont.eot');
    src: url('DymaxionScript-webfont.eot?#iefix') format('embedded-opentype'),
         url('DymaxionScript-webfont.woff') format('woff'),
         url('DymaxionScript-webfont.ttf') format('truetype'),
         url('DymaxionScript-webfont.svg#DymaxionScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLight';
    src: url('Quicksand_Light-webfont.eot');
    src: url('Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Light-webfont.woff') format('woff'),
         url('Quicksand_Light-webfont.ttf') format('truetype'),
         url('Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLightOblique';
    src: url('Quicksand_Light_Oblique-webfont.eot');
    src: url('Quicksand_Light_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Light_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Light_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Light_Oblique-webfont.svg#QuicksandLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('Quicksand_Book-webfont.eot');
    src: url('Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Book-webfont.woff') format('woff'),
         url('Quicksand_Book-webfont.ttf') format('truetype'),
         url('Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('Quicksand_Book_Oblique-webfont.eot');
    src: url('Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('Quicksand_Bold-webfont.eot');
    src: url('Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Bold-webfont.woff') format('woff'),
         url('Quicksand_Bold-webfont.ttf') format('truetype'),
         url('Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBoldOblique';
    src: url('Quicksand_Bold_Oblique-webfont.eot');
    src: url('Quicksand_Bold_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Bold_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Bold_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Bold_Oblique-webfont.svg#QuicksandBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandDash';
    src: url('Quicksand_Dash-webfont.eot');
    src: url('Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Dash-webfont.woff') format('woff'),
         url('Quicksand_Dash-webfont.ttf') format('truetype'),
         url('Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrapper{
	width:1000px;
	margin:auto;
	}
header{
	margin-top:40px;
	position:relative;
	width:100%;
	border-bottom:thin solid #cab180;
	
	}

.navigation{
	width:100%;
	height:40px;
	background-color:#fff;
	margin-top:15px;
	}

.navigation ul{
	list-style-type:none;
	padding:0;
	}

.navigation a{
	float:left;
	display:block;
	width:12%;
	padding-left:20px;
	height:40px;
	background-color:#fff;
	text-decoration:none;
	color:#bebaba;
	font-family:arial;
	font-size:0.75em;
	line-height:160%;
	border-right:thin solid #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s; 
	}


.navigation a:hover{
	background-color:#fff;
	color:#9d9797;
	}
	
.mainImage{
	margin-top:40px;
	text-align:center;
	width:100%;
	line-height:450%;
	
	}
.mainImage img{

	max-width:100%;
	}

.mainVideo {
    width: 684px;
	margin:0 auto;
	margin-top:50px;
	line-height:100px;
	

	}

.top{
	
	font-family:arial;
	font-size:0.75em;
	font-weight:normal;
	text-align:center;
	margin-top:30px;
	
	}
.top a{
	text-decoration:none;
	color:#949494;
	}
.top a:hover{
	color:#5f5b5b;
	text-decoration:none;
	}
.foot{
	
	font-family:arial;
	font-size:1.25em;
	font-weight:normal;
	margin-top:150px;
	text-align:center;
	border-bottom:thin solid #cab180;
	margin-bottom:30px;
	
	}
.foot a{
	color:#949494;
	text-decoration:none;
	}
.foot a:hover{
	color:#5f5b5b;
}
	
.cv{color:#bebaba;
	font-family:arial;
	display:block;
	font-size:1em;
	}
.client{font-size:1em;
	     color:#bebaba;
	     font-family:arial;
	   }
.please{font-size:1em;
	     color:#bebaba;
	     font-family:arial;
	     text-align:center;
	     margin-top:50px;
	     }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	