@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,500&display=swap');

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

a {
	color: #92ad94;
}

.header {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.socials {
	padding: 8px 21px;
	text-align: right;
	font-size: 0;
}

.socials a {
	color: #000;
	font-size: 16px;
	margin-left: 20px;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 42px 21px;
}

.header__logo img {
	max-height: 50px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	transition: ease-in-out 0.2s;
	font-weight: 300;
	color: #000;
	padding: 3px 0;
}

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

.header__nav a:not(:last-child) {
	margin-right: 42px;
}

.planroom__button {
	border-bottom: 1px solid #000;
}

.contact__button {
	background-color: #92ad94;
	color: #fff!important;
	font-weight: 500!important;
	transition: .1s opacity linear;
	padding: 30px 45px!important;
	font-size: 16px;
	letter-spacing: 0.96px;
}

.contact__button:hover {
	opacity: .8;
}

.container {
	width: 1200px;
}

.main-wrapper {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(body-bg.png);
	background-size: cover;
	background-position: center;
}

body {
	background-color: white;
}

.sidebar {
	margin-right: 48px;
}