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

.header-primary {
	width: 100%;
	height: 300px;
	background-color: #333333;
	background-image: url("http://preview.4at5.net/email_domains/yes/hub_pages/images/splash.jpg");
	background-repeat: no-repeat; 
	background-size: cover;
}

.header-secondary {
	width: 100%; 
	height: 110px; 
	position: fixed;
	z-index: 4;
	background-color: #333333;
	background-image: url("http://preview.4at5.net/email_domains/yes/hub_pages/images/splash.jpg");
	background-size: cover;
	font-family: Arial, sans-serif ;
	color: #ffffff;
	
}

.header-val {
	width: 100%; 
	height: 110px; 
	position: fixed;
	z-index: 4;
	background-color: #333333;
	background-image: url("http://preview.4at5.net/email_domains/val/9000/images/splash.jpg");
	background-size: cover;
	font-family: Arial, sans-serif ;
	color: #ffffff;
	
}




.header-yes-logo {
	float: left;
	padding: 35px 0px 20px 30px;
	
}

.header-yes-logo::after {
	content: " " url("http://preview.4at5.net/email_domains/yes/hub_pages/images/da_logo_40px.png");
    
}


.header-client {
	width: 100%; 
	text-align: center; 
	display: inline-block; 
	font-family: Arial, sans-serif ; 
	font-size: 24px; 
	color: #dddddd; 
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}

.header-title {
	width: 100%; 
	text-align: center; 
	display: inline-block; 
	font-family: 'Poppins-light', Arial, sans-serif ; 
	font-size: 62px; 
	color: #ffffff;
	font-weight: normal;
	line-height: 62px;
}

.header-nav {
	float: right;  
	width: 280px;
	height: 50px;
	text-align: right;
	display: inline-block;
	padding: 42px 40px 20px 0px;
	font-family: Arial, sans-serif ;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;

}


.header-nav-link {
	color: #eeeeee;
	text-decoration: none;
}


.header-nav-content::after {
	content: "\2039  Client Name Creative Hub";
}



