@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	min-height:100%
}

@font-face {
  font-family: sourceLight;
  src: url(../fonts/SourceSansPro-Light_0.otf)       
}

@font-face {
  font-family: forte;
  src: url(../fonts/FORTE.TTF)       
}

#services{
	margin-top:100px;
}

#pimento_header{
	height:100%;
	width:100%;
	background-image: url(../img/header-bg.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:#fff;
	display:table;
	
	
}

#home_screen{
   width:100%;
   height:100%;
   display:table-cell;
   vertical-align:middle;
   text-align:center;
}

#tag_line{
	font-family:sourceLight;
	margin-bottom:60px;
	font-size:28px;
}


#top_logo{ 
 height:60px; 
 margin-top:-10px;
}

#main_logo{
	height:250px;
	margin-bottom:40px;
}
 
@media (max-width: 1800px){
 #top_logo{ 
 height:60px; 
 margin-top:-10px;
 }
 
 #main_logo{
	height:210px;
	margin-bottom:40px;
}


 
 
}

@media (max-width: 1200px){
	#top_logo{
		height:50px;
		margin-top:-5px;
	}
	
	#main_logo{
	height:190px;
	margin-bottom:40px;
}



}
	
@media (max-width: 768px){
	#top_logo{
		height:45px;
		margin-top:5px;
		margin-left:15px;
	}
	
	#main_logo{
	height:200px;
	margin-bottom:20px;
}


}
	
