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

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

a {
	color: #0077b3;
}

.container {
	width: 1170px;
}

.header-wrapper {
	background-color: #005580cc;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0 9px;
	width: 1540px;
}

.header__logo svg {
	height: 99.38px;
}

.header__nav {
	text-align: right;
}

.header__nav a {
	color: white;
	font-family: "Montserrat", sans-serif;
	padding: 6px;
}

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

.nav__top {
    font-size: 14.4px;
    margin-bottom: 16px;
}

.nav__bottom {
	font-size: 18px;
}

body {
    background-color: white;
    height: 612.5px;
	background-image: url(body-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 100%;
}

.main {
	margin-top: 80px;
}