@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'BNazanin';
  src: url('fonts/BNazanin.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BNazanin.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body {
  padding: 0;
  margin: 0;
  background: #0096A6;
}
.wrapper {
  width: 239px;
  margin: 120px auto;
}
h1 > a {
  color: #f7f7f7;
  font-family: byekan;
  font-weight: normal;
  line-height: 149px;
  text-decoration: none;
}
h1 > a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 24px;
  position: absolute;
  margin-left: -54px;
}
img {
  display: block;
  margin-left: 45px;
}
.footer {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 600px;
}
.footer > a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  margin-left: 142px;
}