/*
 * UnderConstructionPage 
 * Windmill theme CSS
 * (c) WebFactory Ltd, 2015 - 2018
 */
 
 
html {
   height: 100%;
   padding: 0;
   margin: 0;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fefefe;
  background: #90d479;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  
#hero-image {
  text-align: center;
  margin: 20px auto -1px auto;
}

#hero-image img {
  max-width: 80%;
}

.container-wrap {