@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

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

a {
	color: #0645ad;
}

body {
	background: #F5F5F5 url(body-bg.jpg) top center no-repeat;
}

.container {
	width: 1200px;
}

.header-wrapper {
	background-color: rgba(151,208,234,0.9);
	border-top: 15px solid #023878;
	margin-bottom: 3rem;
}

.header {
	display: flex;
	justify-content: space-between;
	height: 135px;
}

.header__nav {
	display: flex;
	align-self: flex-end;
}

.header__nav a {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	padding: 20px;
	color: #000;
}

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

.main {
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}

/* .main-wrapper {
	background-color: #fff;
	margin: auto 3rem;
}

@media screen and (max-width: 1231px) {
	.main-wrapper {
		margin: initial;
	}
} */