body{font-family: 'Merriweather Sans', sans-serif; font-weight:300; font-size:14px;}

h3{font-family: 'Flamenco', cursive; color:#ff2e2e; text-transform: none; margin-top: 0; font-weight: normal; margin-top:50px; }

/* Main menu
----------------------------*/
header nav#primary-nav ul li a:hover{color:#ff2e2e;}
header nav#primary-nav ul li.current-menu-item a,header nav#primary-nav ul li.current_page_item a,.blog .current-menu-item a,.blog .current_page_item a{color:#ff2e2e;}
header nav#primary-nav ul li a{font-family:  'Open Sans', sans-serif;color:#999; text-decoration:none;font-weight:bold;line-height:22px;padding: 12px 40px 12px 0;display: block;}


/*Wrappers
----------------------------*/
#content-wrapper{padding:50px 0 70px 0;}
#content-wrapper.full-width-grid-wrapper {padding:50px 0 50px 0;}


.worklogo {float:left; margin:10px; width:120px; height:85px;}

/*Section-title & teaser
	----------------------------*/
#section-title{ border-bottom:#000 1px solid!important; border-color:#F00; }
#section-title.with-teaser {padding-bottom:40px;}
#teaser{font-family:'Open Sans', sans-serif;font-size:25px;line-height:28px;color:#000;font-weight:300;text-transform:none !important;margin-top: 30px;}
#teaser.teaser-no-title {margin-top:20px;}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

/* Video */



@media only screen and (max-width: 640px){
	
	.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	
	.video iframe,  
	.video object,  
	.video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}