
@font-face {
  font-family: 'Arvin'; 
  src: url('Arvin.ttf'); 
}


@font-face {
  font-family: 'Axiforma'; 
  src: url('Kastelov\ -\ Axiforma\ Black.otf'); 
}

@font-face {
  font-family: 'Axiforma Thin'; 
  src: url('Kastelov\ -\ Axiforma\ Thin.otf'); 
}
body {
  background: url(background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {

  color: #fff;
  margin: 40px auto;

  border-radius: 5px;
  padding-bottom: 32px;
  margin-left: 7%;
}
.logo {
  height: 40px;

  margin-top: 5%;
}
.bottom {
  position: absolute;
    bottom: 100px;
}
.line {
  background-color: #bf7459;
  width: 100%;
  height: 3px;
  margin-bottom: 40px;
}
.bottom h4 {
  font-size: 35px;
  font-family: 'Axiforma Thin';
  margin-top: 0px;
  margin-bottom: 0px;
}
.bottom h1 {
  font-size: 70px;
  margin-top: 0px;
  font-family: 'Axiforma'; 
  margin-bottom: 0px;
}

.bottom p {
font-size: 20px;
font-family: 'Axiforma Thin'; 
}

@media only screen and (max-width: 600px) {
  body {
    
    background: url(mobile_last.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bottom h1 {
    font-size: 45px;
  }
  .bottom h4 {
    font-size: 30px;
  }
  .line {
    background-color: #bf7459;
    width: 95%;
    height: 3px;
    margin-bottom: 40px;
}
}