html {
  background: #badbc9 url(bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

body {
  background: none;
  color: #fff;
  font-family: Bitter, 'Helvetica Neue';
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

h1 {
  font-family: 'Fredoka One', cursive;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  text-indent: 2px;
  text-transform: uppercase;
}

a {
  color: #fff;
  /*color: #46a9d1;*/
}

.container {
  text-align: center;
  margin-top: 100px;
}

.contact {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.contact .btn {
  font-size: 60px;
}

.glyphicon-envelope {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.links {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.links li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  line-height: 10px;
}

.links p {
  color: #fff;
}

.links a {
  font-size: 20px;
  color: #fff;
}


@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .container {
    margin-top: 20px;
  }

  .contact {
    position: static;
    margin-top: 30px;
  }

  .contact .btn {
    font-size: 30px;
  }

  .glyphicon-envelope {
    margin-top: 5px;
  }

  .links {
    position: static;
    margin-top: 30px;
  }

}
