﻿.main-header {
	background: linear-gradient(0deg, rgba(13, 30, 49, 0.95), rgba(13, 30, 49, 0.95)), url(/images/1-b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.94;
	color: #fff;
}
