@import url('https://fonts.googleapis.com/css?family=Michroma');

body {
	background-color: #FFF;
}

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

a {
	color: #0A92FA;
}

.container {
	width: 1200px;
}

.header-wrapper {
	background: url(header-bg.png) no-repeat scroll center top #F2F2F2;
	height: 200px;
}

.header__nav {
	margin-top: 6px;
}

.header__nav {
	display: flex;
	margin-top: 27px;
}

.header__nav a {
	color: #FFFFFF;
	display: block;
  padding: 10px 20px;
  line-height: 22px;
	font-family: 'Michroma';

}

.header__nav a:hover {
	text-decoration: none;
	color: #E8E8E8;
}

.header__right {
	float: right;
  padding: 7px 20px 0 0;
	text-align: right;
	font-family: 'Michroma';
}

.header__right img {
	display: inline;
}

.header__right .buttons a {
	display: block;
	margin: 17px 0;
}

.header__right .buttons a span {
	border-radius: 3px;
}

.header__right .buttons a:hover {
	text-decoration: none;
}
