@charset "utf-8";
.body {
	margin: 0;
	background: #000;
	font-family: 'Open Sans', sans_serif;
	font-weight: 300;
}

.headline { 
	position: relative; 
	top: 3px; 
	margin: 30px 0 0 100px;
	font-size: 30px;
	font-weight: 300;
}

.link {
	text-decoration: none;
	color: #000;
}

.block {
    position: absolute;
    overflow: hidden;
}

.block--width50 {
    width: 50%;
}

.block--height50 {
    height: 50%;
}

.block--centered {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.separator { 
	height:1px; 
	background: #000; 
	margin: 0; 
	border: none;
}

.img--avatar{
	padding: 10px 100px 0 20px;
	float: right;
}

.img--logo {
	padding: 10px 20px 0 100px;
	float: left;
}

.phone {
	float: right;
	margin: 20px 100px 0 0;
	padding: 0 0 0 30px;
	font-size: 25px;
	color: #fff;
	background: url('../phone.png') no-repeat bottom left;
	background-position:
}
	
