/*
 * UnderConstructionPage
 * Masif theme CSS
 * (c) WebFactory Ltd, 2015 - 2023
 */


html {
   height: 100%;
   padding: 0;
   margin: 0;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #234f76;
  background: #E4ECEF;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#under-image {
  text-align: left;
  margin: 16px auto 0 20px;
}

#under-image img {
  max-width: 100px;
}

#hero-image {
  text-align: center;
  margin: 20px auto 30px auto;
}

#hero-image img {
  max-width: 80%;
}

h1 {
  font-size: 23px;
  color: #234f76;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin: -40px 0 10px 0;
  text-align: center;
}

.content {
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
}

#social {
  text-align: center;
  margin-top: 10px;
}

#social a i {
  color: #234f76;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #2C3D55;
}

#mc_embed_signup .button {
    background-color: #234f76!important;
}

@media(max-width:767px){
  h1 {
     font-size: 30px;
     margin: 10px 0 30px 0;
  }
  #hero-image img {
    max-width: 95%;
  }
}
