@import url('https://fonts.googleapis.com/css?family=Bitter&display=swap');

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

a {
	color: #25545e;
}

.header-wrapper {
	display: block;
	background: rgba(37, 84, 94, 0.95) url(header-bg.png) 25% 0 no-repeat;
	min-height: 165px;
	background-repeat: no-repeat;
	border-bottom: 68px solid rgba(169, 195, 160, 0.95);
}

.header-wrapper:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: rgba(37,84,94,.9);
    position: absolute;
    top: 169px;
}

.header {
	height: 165px;
	width: 1023px;
}

.header__logo {
    text-align: center;
    float: left;
    padding-top: 34px;
    padding-left: 20px;
}

body {
	background-image: url(body-bg.png);
	background-size: cover;
	background-attachment: fixed;
}

.header__nav {
    display: flex;
    text-align: center;
    width: 100%;
    line-height: 67px;
    margin-bottom: -68px;
    padding-top: 30px;
    padding-left: 12px;
}

.header__nav a {
	color: #1d2424;
    font-size: 20px;
    display: inline-block;
    font-family: "Bitter", serif;
    text-decoration: none;
    padding: 0 37px;
    letter-spacing: .5px;
}

.header__nav a:hover {
	background-color: #EBAA38;
}

.main-wrapper {
	margin-top: 30px;
}