@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Cinzel:700');

body {
	background-color: #EBEBEB;
	background-image: url(body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	overflow-y: scroll;
}

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

a {
	color: #0061a4;
}

.header-wrapper {
	background-image: url(header_bg.png);
	background-repeat: repeat-x;
}

.container {
	width: 1250px;
}

.header__logo {
	padding: 71px 74px;
}


.header__nav {
	position: absolute;
	top: 106px;
	right: 0;
}

.header__nav a {
	display: inline-block;
	font-family: 'Cinzel';
	font-weight: 700;
    margin: 0 13px 0 14px;
    padding: 0 15px;
    font-size: 18px;
    color: #303030;
    line-height: 38px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.header__nav a:hover {
	background-color: #0a698e;
    border: 1px solid #f89e15;
    border-right-color: #f89e15;
    color: white;
    text-decoration: none;
}

.main {
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}