@import url('https://fonts.googleapis.com/css2?family=Karla:wght@700&display=swap');

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

a {
	color: #f79239;
}

body {
	background-color: #fff;
}

.header {
	width: 100%!important;
	font-family: "Karla", sans-serif;
}

.header__logo img {
	width: 200px;
	height: 70px;
	max-height: 100%;
	max-width: 400px;
}

.header__main .tagline {
	width: 300px;
	height: 19px;
}

.header__main {
	display: flex;
	align-items: center;
	padding: 5px 20px 5px 0;
	justify-content: space-between;
}

.main__nav {
	font-size: 0;
}

.main__nav a {
	font-size: 16px;
	text-transform: uppercase;
	color: #00609c;
	font-weight: 700;
	padding: 8px 25px;
	border: 1px solid #00609c;
	border-radius: 3px;
	margin-left: 15px;
}

.main__nav a:hover {
	text-decoration: none;
	color: #f79239;
	border-color: #f79239;
}

.container {
	width: 1140px;
}

.nav__outer {
	width: 100%;
	background-color: #f2f2f2;
}

.header__nav {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 53px;
}

.header__nav a {
	flex-grow: 1;
	text-align: center;
	font-size: 15px;
	color: #5e5e5e;
	text-transform: uppercase;
	transition: color .1s ease-out,background .1s ease-out,border .1s ease-out;
}

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

.header-wrapper::after {
	height: 140px;
	content: "Planroom";
	display: block;
	background-image: url(banner.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: 36px;
	font-family: "Karla", sans-serif;
}