body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: rgb(234, 234, 234);

}


.wrapper{
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header-img{
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: 40px;
}

.logo{
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	position: absolute;
	left: 20px;
	top: 0;
	border-radius: 20px;
}

.menu{
	position: absolute;
	top: 0;
	right: 0;
}

.menu-item{
	display: inline-block;
	background-color: rgb(48, 48, 48);
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 6px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-item:hover{
	filter: brightness(0.85)
}

.menu-item:nth-child(1){
	background-color: rgb(183, 109, 60);
}
.menu-item:nth-child(1){
	background-color: rgb(153, 160, 11);
}
.menu-item:nth-child(2){
	background-color: #5E7977;
}
.menu-item:nth-child(3){
	background-color: #C6BA47;
}

.content{
	padding: 20px;
	background-color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.blocks{
	margin-left: -10px;
	margin-right: -10px;
	display: inline-block;
	box-sizing: border-box;
}

.block{
	padding: 10px;
	box-sizing: border-box;
}

.footer-border{
	width: 100%;
}

.footer{
	text-align: center;
	margin-bottom: 20px;
	color: rgb(122, 122, 122)
}

.highlight{
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgb(153, 160, 11);
	color: white;
	padding: 20px;
	border-radius: 6px;
	font-size: 1.3em;
}

a{
	text-decoration: none;
	color: #5E7977;
}

h1{
	text-transform: uppercase;
}

p{
	margin: 0;
}