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

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

a {
	color: #205493;
}

body {
	min-height: 100vh;
	background-color: #f1f1f1;
}

.header__logo {
	font-size: 44px;
	font-family: "Montserrat", sans-serif;
	color: #323a45;
}

.container {
	width: 1100px;
}

.header {
	padding: 20px 0;
}

.header-wrapper {
	background-color: #fff;
	border-top: 10px solid #191919;
	border-bottom: 20px solid #205493;
}

.main-wrapper {
	background-color: #fff;
}

.main {
	padding: 3em 0;
}

.sidebar {
	margin-right: 3em;
}

.footer-wrapper {
	display: block;
	content: "";
	height: 125px;
	background-color: #191919;
	border-top: 50px solid #112e51;
	margin-top: 50px;
}