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

body {
    background-color: white;
    background-image: url(body_bg.png);
    background-repeat: repeat-x;
}

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

a {
	color: #3b88b8;
}

.container {
	width: 1100px;
}

.header {
	width: 100%;
}

.header__logo {
	width: 172px;
	padding-top: 24px;
	margin: 0 auto;
}

.header__logo-wrapper {
	width: 35%;
	position: absolute;
	text-align: center;
	height: 120px;
}

.header-wrapper {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	height: 120px;
	position: relative;
    z-index: 1000;
}

.header-wrapper:before {
	content: ' ';
	display: block;
	width: 50%;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.header__middle  {
	width: 1240px;
	margin: auto;
	text-align: right;
}

.header__contactinfo {
	float: right;
	color: #686868;
	font-size: 16px;
	margin-right: 30px;
	font-family: "Roboto", Sans-serif;
	line-height: 25px;
}

.header__contactinfo i {
	color: #b23850;
	margin-left: 47px;
	font-size: 14px;
	margin-right: 2px;
}

.header__planroomlinks a {
	line-height: 25px;
	color: #b23850;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 0px 15px;
	display: inline-block;
	margin-top: 3px;
}

.header__planroomlinks a:last-child {
	border-left: 2px solid #b23850;
	padding-right: 30px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	display: inline-block;
	color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'heiti sc', serif;
    font-size: 16px;
}

.header__nav a:hover {
	background-color: white;
	color: #3b88b8;
	text-decoration: none;
}

.main {
	padding: 2rem 0;
	margin-top: 30px;
}