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

@font-face {
	font-family: "Slabo";
	src: url(slabo.woff2);
}


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

a {
	color: #e3b510;
}

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

.container {
	width: 1140px;
}

.main {
	border-bottom: 15px solid #0059A1;
}

.header {
	width: 100%;
}

.header__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #0059A1;
	padding: 0 15px;
	border-top: 15px solid #000;
}

.header__nav a {
	color: #fff;
    font-family: "Slabo", serif;
    text-transform: uppercase;
	padding: 15px;
	height: 50px;
	font-size: 14px;
}

.header__main {
	background: transparent url(header-bg.jpg) top center repeat-y;
	padding: 35px 0 15px;
}