@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

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

a {
	color: #0b3796;
}

body{
    background-color: white;
}

.container {
	width: 1000px;
}

.header__logo, .endcap{
	width: 150px;
	margin: 0 84px;
}

.header__logo img {
	width: 100%;
}

.header-wrapper:after {
	content: "PLANROOM";
	display: block;
	height: 180px;
    line-height: 180px;
	width: 100%;
	background-image: url(header_wrapper_bottom.jpg);
	background-position: bottom center;
	font-size: 59px;
	font-weight: 700;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.header{
	width: 100%;
	height: 91px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 10px solid #8d8d8d;
}

.header__nav {
    text-align: center;
    padding: 20px;
    font-size: 0;
    position: center;
    display: flex;
}

.header__nav a {
	font-family: 'Open Sans', sans-serif;
	color: #7a7a7a;
	font-size: 14px;
	padding: 0px 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}