@font-face {
    font-family: 'MuseoSans900';
    src: url('type/MuseoSans_900-webfont.eot');
    src: url('type/MuseoSans_900-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('type/MuseoSans_900-webfont.woff') format('woff'),
         url('type/MuseoSans_900-webfont.ttf') format('truetype'),
         url('type/MuseoSans_900-webfont.svg#MuseoSans900') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	background: url(video/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #d8dcb9;
}
	
body {
	text-align: center;
	font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
	-webkit-font-smoothing: antialiased;
}

html, body {
	margin: 0;
    width: 100%;
    height: 100%;
}


/* Layout –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#outer-wrapper {
	background: transparent url(images/noise.png);
	
	width: 100%;
	height: 100%;
}

main {
	 top:0; bottom:0; left:0; right:0;
	margin:auto; height:240px; width:70%;

	font-size: 55px;
	letter-spacing: -1px;
}

main #frame {
	height:  1px;
	background: transparent url('images/icons.png') no-repeat center bottom;
	
}

main #frame h1 {
	
}

main #frame h2 {
	padding-top: 1px;
	font-size: 29px
}

main #frame h3 {
	padding-top: 5px;
	font-size: 29px;
	color: red;
}

main #frame p.est {
	display: none;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	clear: both;
	padding: 0 0 50px 0;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#me {
	display: none;
}
/* #me {
	display: none;
	float: left;
	width: 375px;
	height: 50px;
	text-align: left;
}

#me h2 {
	font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 25px;
	letter-spacing: -0.05em;
	line-height: 25px;
}

#me h3 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
} */

#social {
	width: 320px;
	margin: 0 auto;
}


/* Icons –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#social ul li {
	display:  inline-block;
}

#social ul li a {
	width: 40px;
	height: 40px;
	display: block;
	background: transparent url('images/icons.png') no-repeat;
	text-indent: -9999px;
	margin: 0 5px;
}

#social li a.github {
	background-position: -50px 0;
}
#social li a.github:hover {
	background-position: -50px -50px;
}

#social li a.dribbble {
	background-position: -100px 0;
}
#social li a.dribbble:hover {
	background-position: -100px -50px;
}

#social li a.instagram {
	background-position: -150px 0;
}
#social li a.instagram:hover {
	background-position: -150px -50px;
}

#social li a.linkedin {
	background-position: -200px 0;
}
#social li a.linkedin:hover {
	background-position: -200px -50px;
}

#social li a.email {
	background-position: -250px 0;
}
#social li a.email:hover {
	background-position: -250px -50px;
}

#social ul li a:hover {
	background-position: 0 -50px;
}

/* Video –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.video-background video {
	min-height: 100%; 
	min-width:100%; 
}