header {
	background-color: rgba(166, 173, 180, 0.15);
	height: 51px;
	padding: 17px 51px;
	position: relative;
	margin-bottom: 60px;
}

.head_cont {
	width: 1440px;
	margin: 0 auto;
	padding: 0 51px;
}

.logo {
	vertical-align: middle;
	font-size: 13px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	color: #FA6980;
	margin-right: 51px;
}

nav {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
}

nav li {
	display: inline-block;
	margin-right: 22px;
}

nav a {
	color: rgba(52, 54, 56, 0.5);
}

header img {
	vertical-align: middle;
	margin-left: 40px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

body {
	background-color: #F6F8F9;
}

.body_cont {
	width: 1440px;
	margin: 0 auto;
	padding: 0 140px;
}

section {
	margin-bottom: 60px;
}

h1 {
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 31px;
}

h2 {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
	color: white;
}

p {
	font-size: 13px;
	font-family: Acumin Pro;
	line-height: 23px;
	color: #A6ADB4;
	margin-top: 66px;
	margin-left: 40px;
	margin-right: 80px;
}

.info {
	vertical-align: middle;
	display: inline-block;
	margin-left: -3px;
	margin-right: 40px;
	background-color: white;
	width: 360px;
	height: 350px;
	border-radius: 6px;
	box-shadow: 0px 3px 3px #d8d8d8;
	position: relative;
}

.info-last {
	margin-right: 0px;
}

.article_title {
	position: absolute;
	top: 28px;
	left: 40px;
}

.article_time {
	vertical-align: top;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 80px;
}

.time_info {
	vertical-align: top;
	display: inline-block;
	font-family: Helvetica;
	font-style: italic;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.big_image {
	position: relative;
	margin-bottom: 40px;
}

.image_title {
	margin: 0;
	white-space: nowrap;
	font-size: 42px;
	color: white;
	font-weight: lighter;
	text-transform: capitalize;
	text-shadow: 3px 3px 3px  rgba(0, 0, 0, 0.16);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.big-2 {
	vertical-align: top;
	display: inline-block;
	margin-right: 36px;
}

.small-3 {
	vertical-align: top;
	display: inline-block;
}

.small_image {
	margin-bottom: 100px;
}

.last-sect {
	margin-bottom: 0;
}

footer {
	background-color: #A6ADB4;
	width: 100%;
	height: 204px;
}

.footer_cont {
	width: 1160px;
	margin: 0 auto;
	padding-top: 60px;
}

.f_logo {
	vertical-align: top;
	font-size: 13px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin-right: 70px;
}

.footer_nav {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: none;
}

.footer_nav ul {
	display: inline-block;
}

.footer_nav li {
	display: block;
	margin-right: 70px;
	margin-bottom: 8px;
}

.footer_nav a {
	color: #CBD0D3;
}

.footer_cont p {
	vertical-align: top;
	display: inline-block;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 23px;
	color: #CBD0D3;
	margin: 0px 18px 0px 70px;
}

.social_media {
	display: inline-block;
	position: relative;
  	float: right;
  	right: -32px;
}

.social_media img {
	margin-right: 32px;
}