@charset 'UTF-8';


/* SECONDARY HEADER */

.header {
	display: block;
	
	height: 90px;
	width: 100%;
	
	position: relative;
	
	margin-bottom: 24px;
	
	background: white;
	box-shadow: 3px 3px 6px 0 #F6F6F6;
}

.redline {
	height: 4px;
	width: 100%;
	
	background: #CE0D0D;
}

.header .logo {
	height: auto;
	width: 130px;
	
	position: absolute;
	
	top: 50%;
	left: 12px;
	
	transform: translate(0,-50%)
}


/* MOBILE */

@media screen and (min-width: 1200px) {
	
	

}

