* {
    margin: 0;
    padding: 0;
}

section, article, header, footer, nav, aside, hgroup, form, fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
	font-weight: 400;
}

h1 {
	display: block;
	width: 232px;
	height: 68px;
	background: url('../img/logo.png') no-repeat;
	margin: 0 auto;
	margin-bottom: 3rem;
}

h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.7rem;
	line-height: 2rem;
}

p {
	margin-bottom: 2rem;
}

a {
	color: #114159;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.lead {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.dotted {
	border-bottom: 1px dashed #698796;
	color: #acbdc5;
}

.hidden {
	position: absolute;
	left: -9999px;
}

.container {
	width: 1080px;
	margin: 0 auto;
}

.header {
	background-color: #114159;
	color: #fff;
	padding: 5rem 0 4rem 0;
	margin-bottom: 4rem;
}

.half {
	width: 515px;
	margin-right: 50px;
	float: left;
	margin-bottom: 2rem;
}

.last {
	margin-right: 0;
}

.linkedin {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../img/linkedin.png') no-repeat;
	float: left;
}

.contacts {
	padding-top: 2.2rem;
	box-sizing: border-box;
	border-top: 5px solid #cecece;
}

.sixth {
	margin-bottom: 0;
	margin-left: 1.5rem;
	float: left;
	display: block;
}

.cleaner {
  clear: both;
  font-size: 0px;
  height: 1px;
}


/* tablet */
@media only screen and (min-width: 725px) and (max-width: 1024px)
{
	.container {
		width: 660px;
	}

	.half {
		width: 660px;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.lead {
		width: 100%;
	}
}

/* landscape */
@media only screen and (min-width: 475px) and (max-width: 724px)
{

	.container {
			width: 460px;
		}

		.half {
			width: 460px;
			margin-right: 0;
			margin-bottom: 1rem;
		}

		.lead {
			width: 100%;
			font-size: 1rem;
			line-height: 1.5rem;
			font-weight: 400;
		}

		.header {
				padding: 4rem 0 3rem 0;
				margin-bottom: 3rem;
		}

}

/* portrait */
@media only screen and (min-width: 0px) and (max-width: 474px)
{
	.container {
		width: 260px;
	}

	.half {
		width: 260px;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.lead {
			width: 100%;
			font-size: 1rem;
			line-height: 1.5rem;
			font-weight: 400;
		}

	.sixth {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.linkedin {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.header {
				padding: 4rem 0 3rem 0;
				margin-bottom: 3rem;
		}
}