@charset "UTF-8";
/* SCSS Document */

/* =============================================================================
   Body
   ========================================================================== */


html,body {
    height:100%;
}
  

 
 
/* =============================================================================
   Fonts
   ========================================================================== */
 


 @font-face {
	font-family: MrsEaves;
	src: url('../fonts/aleo/ie9/mrseavesot-italic-webfont.eot.eot');
	src: url('../fonts/MrsEaves/MrsEavesOT-Italic.otf');	
}



h3 {
	font:15px MrsEaves, Georgia, serif, italic;
	color:white;
	letter-spacing:2px;	
	text-align:center;	
}

.underc{
	display:block;
	height:20px;
	width:200px;
	position:relative;
	top:50%;
	left: 50%;
	margin-left: -100px;
	margin-top: 40px;
	
}


  
  
  
  
  
/* =============================================================================
   Menu
   ========================================================================== */ 
  





.social {
	width:100%;
	height:80px;
	background: #FFF;
	position:relative;
	
}

.contactbtn{
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-21px;
overflow:hidden;
text-indent:100%;
white-space:nowrap;
}

.email{
	background:url(../img/gfx/email.svg) no-repeat;
	left:50%;
	margin-left:-80px;
}

.linkedin{
	background:url(../img/gfx/linkedin.svg) no-repeat;
	left:50%;
	margin-left:-21px;
}

.twitter{
	background:url(../img/gfx/twitter.svg) no-repeat;
	left:50%;
	margin-left:39px;
}

.work {
	width: 100%;
	height: 250px;
	background: url(../img/bg/blackfloral.jpg) repeat;
	position:relative;
	display:block;
	overflow:hidden;
}



/* =============================================================================
   Header
   ========================================================================== */ 


#header {
	width: 100%;
	height: 85%;
	position:relative;
	background: url(../img/bg/blackfloral.jpg) repeat;
	overflow:hidden;
	display:block;
}



.logo {
	width:124px;
	height:124px;
	position:relative;
	top:50%;
	margin-top:-62px;
	left:50%;
	margin-left:-64px;
	background: url(../img/gfx/logo_svg.svg) no-repeat;

}



.starsA {
	position: absolute;
	width: 1600px;
	height:1200px;
	background-image: url("../img/bg/recaptcha/stars1.png");
	background-repeat: repeat-x;
}

.starsB {
	position: absolute;
	width: 100%;
	height:1200px;
	background-image: url("../img/bg/recaptcha/stars2.png");
	background-repeat: repeat-x;
}
.stars1{

}

.stars2{

}

.stars3{
margin-top: 1190px;
}

.stars4{
margin-top: 1190px;
}



/* =============================================================================
   About me
   ========================================================================== */





.footer-social{
	height:15%;
	background: url(../img/bg/p6.png) repeat;
	position:fixed;
	top:85%;
	min-height:55px;
	
}

.footer-social h1{
	margin-left:40px;
	line-height: 170px;	
}



