@import url("/templates/global.css");

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

a {
	color: #275972;
}

body {
	background: #cccccc url(body-bg.jpg) top center repeat;
}

.container {
	width: 1170px;
}

.header-wrapper {
	background: #cccccc url(header-wrapper-bg.jpg) top center repeat;
	margin-bottom: 3rem;
}

.header {
	width: 100%;
	border-top: 10px solid #222222;
}

.header__main {
	padding: 15px 0;
	background: transparent url(header-bg.jpg) top center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-bar {
	background: #383838 url(top-stripe.png) top center repeat-x;
    height: 9px;
}

.header__bottom {
	background: #383838 url(bottom-stripe.png) bottom center repeat-x;
	display: flex;
	align-items: center;
	height: 140px;
}

.header__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__bottom .container .tagline {
	color: #fff;
	font-size: 35px;
	font-family: 'Great Vibes', cursive;
	text-align: center;
}

.header__bottom .container img {
	max-height: 110px;
}

.header__bottom .container .header__address {
	text-align: center;
	color: #fff;
	font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, "sans-serif";
}

.main {
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}