@import url("resets.css");
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300);

BODY {
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
}

a {
	text-decoration: none;
	transition: all ease 0.3s;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

.half {
	width: 45%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.credit {
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}

.black {
	color: #000!important;
}

.list-title {
	color: #9db1c0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}


header.site-header {
	width: 100%;
	background-color: rgba(134, 152, 164, 0.8);
	position: fixed;
	top:0;
	box-sizing: border-box;
	padding: 18px 50px;
	z-index: 999;
	position: fixed;
	z-index: 999;
}

.logo {
	width: 100px;
	float: left;
}

nav {
	float: right;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 0px;
}

nav li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

nav li + li {
	margin-left: 5px;
}

nav li.twitter {
	margin-left: 50px;
	font-size: 24px;
	line-height: 0px;
}

nav a {
	color: #fff;
}

nav a:hover {
	color: #000;
}

nav li.twitter a {
	color: #000;
}

section {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.home {
	
	
}

.home .content {
	position: absolute;
	top:165px;
	left: 50px;
	width: 35%;
	color: #9db1c0;
}

.about {
	
}

.about .content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px;
	position: absolute;
	bottom: 100px;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.about .content .left {
	width: 45%;
	float: left;
}

.about .content .right {
	width: 45%;
	float: right;
}

.clients .content {
	width: 100%;
	padding: 100px 50px 0px 50px;
	box-sizing: border-box;
}


.clients .left {
	width: 50%;
}

.clients .left li {
	width: 48%;
	list-style: none;
	display: block;
	float: left;
	margin-bottom: 4%;
}
.clients .left li.end {
	margin-left: 4%;
}

.clients-list {
	float: left;
}

.clients-list:nth-child(2) {
	float: left;
	margin-left: 25%;
}

.clients-list li {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 4px;
}

.press .content {
	position: absolute;
	top: 100px;
	right:0px;
	width: 45%;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.press .content span {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
}

.press .content a {
	color: #fff;
}

.press .content a:hover {
	color: #e8263e;
}

.contact .content {
	color: #fff;
	position: absolute;
	bottom: 15%;
	right: 0;
	width: 45%;
	font-size: 15px;
	line-height: 23px;
}

.contact .content p {
	float: left;
	margin-right: 80px;
}

.contact .content a {
	color: #9db1c0;
	font-weight: bold;
}

.contact .content a:hover {
	color: #fff;
}

.down {
   position: absolute;
   bottom: 25px;
   left: 50%;
}
.down img {
	max-width: 30px; 
}

.down:hover {
	opacity: 0.6;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
	
	BODY {
		font-size: 15px;
	}

	header.site-header {
		padding: 20px;
	}
	
	.logo {
		max-width: 30%;
	}
	
	nav {
		letter-spacing: 0px;
		font-size: 10px;
	}
	
	nav li {
		display: inline;
		list-style: none;
		margin-right: 1px;
	}
	
	nav li + li {
		margin-left: 1px;
	}
	
	nav li.twitter {
		margin-left: 5px;
		font-size: 12px;
	}
	
	section {
		min-height: 600px;
	}
	
	.content {
		position: relative!important;
		padding: 100px 20px 50px 20px!important;
		box-sizing: border-box;
	}
	
	.home .content {
		width: 80%;
		left: auto;
		top:0px;
	}
	
	.about .content {
		bottom: auto;
	}
	
	.about .content .left, .about .content .right {
		width: 100%;
	}
	
	.clients {
		height: 1100px;
	}
	
	.clients .left, .clients .right {
		width: 100%;
	}
	
	.press .content {
		top:auto;
		width: 100%;
	}
	
	.contact .content {
		bottom: auto;
		width: 100%;
	}
	.about .content, .press .content, .contact .content {
		font-size: 12px;
		line-height: 18px;
	}
	.clients-list li {
		font-size: 12px;
		line-height: 16px;
	}
	.clients-list:nth-child(2) {
		padding-left: 18px;
	}
	.list-title {
		font-size: 13px;
	}
	
	.down {
		display: none;
	}
	
}

@media screen and (max-width: 400px) {
	
	header.site-header {
		padding: 20px 20px 10px 20px;
	}
	
	nav li.twitter {
		position: fixed;
		font-size: 16px;
		margin-left: -10px;
		margin-top: -15px;
	}
	
	.content {
		position: relative!important;
		padding: 120px 20px 50px 20px!important;
		box-sizing: border-box;
	}
	.clients {
		height: 920px;
	}
	
	.clients-list {
		float: left;
		width: 137px;
	}
	
	.clients-list:nth-child(2) {
		margin-left: 5px;
		padding-left: 0px;
		float: right;
	}
	.credit {
		display: none;
	}
}