@font-face {
  font-family: 'UniSansRegular';
  src: url("../fonts/UniSans.eot");
  src: url("../fonts/UniSans.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSans.woff2") format("woff2"), url("../fonts/UniSans.woff") format("woff"), url("../fonts/UniSans.ttf") format("truetype");
}

@font-face {
  font-family: 'UniSansBoldItalic';
  src: url("../fonts/UniSansBoldItalic.eot");
  src: url("../fonts/UniSansBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansBoldItalic.woff2") format("woff2"), url("../fonts/UniSansBoldItalic.woff") format("woff"), url("../fonts/UniSansBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'UniSansBook';
  src: url("../fonts/UniSansBook.eot");
  src: url("../fonts/UniSansBook.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansBook.woff2") format("woff2"), url("../fonts/UniSansBook.woff") format("woff"), url("../fonts/UniSansBook.ttf") format("truetype");
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-family: "UniSansRegular";
  background: #000 url("../img/bg.gif") repeat;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

.clr {
  clear: both;
  display: block;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.content {
  position: absolute;
  width: 800px;
  height: 540px;
  left: 50%;
  top: 50%;
  margin: -270px 0 0 -400px;
}

.content__logo {
  display: inline-block;
}

.content__text {
  margin-top: 110px;
  letter-spacing: -0.5px;
  font-family: 'UniSansBoldItalic';
  font-size: 126px;
  line-height: 100px;
  text-transform: uppercase;
}

.content-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-buttons-cell {
  float: left;
  margin-right: 50px;
}

.content-buttons-cell:last-child {
  margin-right: 0;
}

.content-buttons__btn {
  width: 370px;
  background-color: #000;
  height: 96px;
  float: left;
  padding: 24px 0px 24px 38px;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
}

.content-buttons__btn span {
  padding-left: 62px;
  display: block;
}

.content-buttons__btn.bh span {
  background: #000 url("../img/Behance.svg") left no-repeat;
}

.content-buttons__btn.dr span {
  background: #000 url("../img/Dribbble.svg") left no-repeat;
}

@media (max-height: 550px) {
  .content {
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    padding: 0 5px 120px 5px;
  }
}

@media (max-width: 800px) {
  .content {
    left: 0;
    margin-left: 0;
    left: 0;
    width: 100%;
    padding: 0 5px 120px 5px;
  }
  .content__text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 100px;
    line-height: 80px;
  }
  .content-buttons {
    padding: 0 5px;
  }
  .content-buttons-row {
    margin: 0 -5px;
  }
  .content-buttons-cell {
    padding: 0 5px;
    width: 50%;
    margin: 0;
  }
  .content-buttons__btn {
    padding: 24px 0;
    width: 100%;
  }
  .content-buttons__btn span {
    text-indent: -1000px;
    padding: 0;
  }
  .content-buttons__btn.bh span {
    background: #000 url("../img/Behance.svg") top no-repeat;
  }
  .content-buttons__btn.dr span {
    background: #000 url("../img/Dribbble.svg") top no-repeat;
  }
  .content-buttons__btn:last-child {
    margin-right: 0;
    float: right;
  }
}

@media (max-width: 450px) {
  .content__text {
    font-size: 80px;
    line-height: 70px;
  }
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
