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

/* header */

header:before {
    height: 68px;
    background-color:rgba(0, 32, 52, 0.7);
}

@media screen and (max-width:768px){
	
	header:before {
    height: 56px;
}
	
}