@import url(plugin/reset.css);
@font-face {
  font-family: 'Bebasthin';
  src: url("../font/bebasthin.otf"); }
@font-face {
  font-family: 'Bebasregular';
  src: url("../font/bebasregular.otf"); }
h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.7em;
  text-align: center;
  font-family: 'Bebasthin'; }
  h1 span {
    font-family: 'Bebasregular'; }

h2 {
  color: #ffffff;
  font-size: 1.8em;
  text-align: right;
  font-family: 'Bebasregular';
  text-transform: none;
  text-decoration: none; }

.container {
  width: 229px;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 15%; }

body {
  background-color: #252628;
  height: 100%; }

#logo {
  background: url("../image/logo.png");
  width: 229px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
  margin: 0 auto;
  margin-top: 150px; }

#title {
  margin-top: 20%; }

#contact {
  display: block;
  margin-top: 10%;
  height: 25px; }
  #contact #mail {
    width: 30px;
    height: 30px;
    float: left; }

#contact2 {
  display: block;
  margin-top: 5%;
  height: 25px; }
  #contact2 #phone {
    width: 26px;
    height: 30px;
    float: left; }

@media only screen and (max-width: 600px) {
  #logo {
    margin-top: 20%; } }

/*# sourceMappingURL=screen.css.map */
