@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap');

body {
    background: white url(body_background.png) no-repeat;
    background-position: right 205px;
}

.header__logo {
	display: flex;
    padding-top: 30px;
    padding-left: 30px;
}
 
.header-wrapper {
	background: url(header_secondary_overlay.png) bottom left no-repeat, url(header_roof.png) top center no-repeat;
	background-size: 800px, cover;
}

.header-page-title {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 300;
	padding-top: 30px;
	padding-left: 22px;
}

.header {
	min-height: 205px;
}

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

a {
	color: #1f666e;
}

.container {
	width: 1140px;
}

.main {
	margin-top: 70px;
}