* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }
html, body { 
	margin:0;
	padding:0;background:#000;
	line-height:1;
	
}
@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/proxima_nova_thin-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       
       url('../fonts/proxima_nova_thin-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/proxima_nova_thin-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/proxima_nova_thin-webfont.eot.svg#proxima-nova') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'proxima-nova-sbold';
  src: url('../fonts/proxima_nova_sbold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/proxima_nova_sbold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       
       url('../fonts/proxima_nova_sbold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/proxima_nova_sbold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/proxima_nova_sbold-webfont.eot.svg#proxima-nova') format('svg'); /* Legacy iOS */
}

 html,
body {
    font-family: 'proxima-nova', sans-serif;
    color: #222222;
}
a{
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid #222222;
}
h1 {
margin-bottom:0;
    font-size: 50px;
    margin:0;
}
h2 {
    font-family: 'proxima-nova-sbold';
    font-size: 24px;
    margin:0;
    
}
.wrapper{
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 2;
}
@media only screen and (max-width:991px) {
}
.logo {
    margin-bottom: 80px;
}