/*
 * UnderConstructionPage
 * Rocket theme CSS
 * (c) WebFactory Ltd, 2015 - 2025
 */

/* Font imports */
@font-face {
  font-family: 'Pacifico';
  src: url('Pacifico.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'YanoneKaffeesatz';
  src: url('YanoneKaffeesatz-Bold.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

html {
   height: 100%;
   padding: 0;
   margin: 0;
}

body {
  font-weight: 100;
  font-size: 18px;
  line-height: 120%;
  color: #181818;
  background: #ffffff; /* White background */
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "YanoneKaffeesatz", sans-serif;
}

#hero-image {
  text-align: center;
  margin: 20px auto 10px auto;
  border-bottom: 5px solid #414042;
}

#hero-image img {
  max-width: 80%;
}

h1 {
  font-size: 34px;
  color: #181818;
  font-family: "Pacifico", cursive;
  font-weight: normal;
  margin: 20px 0 30px 0;
  text-align: center;
}

.content {
  text-align: center;
  font-family: "YanoneKaffeesatz", sans-serif;
}

#social {
  text-align: center;
  margin-top: 30px;
}

#social a i {
  color: #181818;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #E8C547;
}

@media(max-width:767px){
  h1 {
     font-size: 30px;
     margin: 10px 0 30px 0;
  }
  #hero-image img {
    max-width: 95%;
  }
  #hero-image {
    border-bottom: 3px solid #414042;
  }
}