@import url(https://fonts.googleapis.com/css?family=Montserrat:600);

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #41682d;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom: 2px solid #908e8e;
	padding: 10px 40px 15px 12px;
}

.header-wrapper {
	background-color: white;
	background-image: url(header_bg.jpeg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}

.header__logo {
	max-height: 68px;
}

.header a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: black;
}

.header a:hover {
	text-decoration: none;
}

.main {
	box-shadow: 0 0 25px #e8e8e8;
}