html, body {
	margin:0;
	padding:0;
	background-color: #384554;
	font-family: 'Source Sans Pro', sans-serif;
}

section {
	position: absolute;
	top: 50%;
	height: 560px;
	margin-top: -280px;
	width: 100%;

	background: url(assets/BG.jpg);
	background-position: center;
	background-size: cover;
}

.wrapper {
	width: 860px;
	height: 120px;
	margin: 170px auto 170px auto;
	padding: 50px;

	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4)
}

.wrapper .contact {
	width: 405px;
	float: left;
}

.wrapper .contact:first-child {
	margin-right: 50px;
}

.wrapper .contact .image {
	float: left;
}

.wrapper .contact .image img {
	width: 120px;
	border-radius: 60px;
}

.wrapper .contact .name,
.wrapper .contact .title,
.wrapper .contact .info {
	margin-left: 140px;
}

.wrapper .contact h2 {
	margin: 12px 0 0 0;
	font-size: 24px;
	font-weight: 300;
}

.wrapper .contact h3 {
	margin: 6px 0 0 2px;
	font-size: 14px;
	font-weight: normal;
}

.wrapper .contact p {
	margin: 8px 0 0 2px;
	font-size: 14px;
}

.wrapper .contact a {
	text-decoration: none;
	color: #000;
}

.wrapper .contact a:hover {
	text-decoration: underline;
}

@media (max-width: 960px) { 
	section {
		height: 600px;
	}

	.wrapper {
		width: 430px;
		height: 290px;
		margin: 105px auto 105px auto;
	}

	.wrapper .contact:first-child {
		margin-right: 0;
		padding-bottom: 25px;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 25px;
	}
}