@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
  margin:0;
  padding:0;
}

.logo{
    text-align: center;
}


body{
  margin:0;
  font-family: "Lato-Regular", Helvetica, sans-serif;
  font-size:17px;
  line-height:1.6;
}

#showcase{
  background-image:url(ZAT-UnderConstruction.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 20px;
}

#showcase h1{
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Lato";
    color: #005F8A;
    letter-spacing: 3px;
}

#showcase p{
  font-size:20px;
}

#showcase .button{
  font-size:18px;
  text-decoration:none;
  color:#926239;
  border:#926239 1px solid;
  padding:10px 20px;
  border-radius:10px;
  margin-top:20px;
}

#showcase .button:hover{
  background:#926239;
  color:#fff;
}


#footer-bottom {
    background-color: #ffffff;
    padding: 15px 0 5px;
}

.social-icon{
     margin: 0px 5px;
}

.fa {
    padding: 0px;
    font-size: 20px;
    width: 15px;
    text-align: center;
    text-decoration: none;
}
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook, .fa-youtube, .fa-linkedin, .fa-twitter{
    color: #0c71c3;
    }
.container {
    text-align: left;
    margin: 0 auto;
    width: 1080px;
    position: relative;
}

.mh-social-icons {
    float: right;
}

ol, ul {
    list-style: none;
}

.mh-social-default-color .mh-social-facebook, .mh-social-default-color .mh-social-youtube, .mh-social-default-color .mh-social-linkedin, .mh-social-default-color .mh-social-twitter {
    color: #005F8A;
}

.mh-social-icons li {
    display: inline-block;
}

.mh-social-icon a {
    font-size: 16px;
    position: relative;
    text-align: center;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: inherit!important;
    font-family: sans-serif;
    padding: 3px 5px;
}

.mh-select-tweet-icon:before, .mh-social-twitter a.icon:before, .twitter i:before {
    content: '\e6f4';
}

.author-social-icons a i:before, .comment-edit-link:before, .icon-icon_heart:before, .mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after, .mh-icon-after:after, .mh-icon-before:before, .mh-social-icon a:before, .mh_audio_container .mejs-playpause-button button:before, .mh_audio_container .mejs-volume-button button:before, .mh_overlay:before, .mh_quick_item_social i, .mhc-arrow-next:before, .mhc-arrow-prev:before, .mhc_font_icon:before, .mhc_pricing_neon .mhc_pricing li:before, .mhc_scroll_top:before, .mhc_social_icon a.icon:before, .mhc_testimonial:before, .mhc_testimonials_slide_icon:before, .mhc_toggle_title:before, .mhc_video_play:before, .post-edit-link:before, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before, .wpcf7 form .wpcf7-response-output:before, [class*=" icon-mhicons"], [class^=icon-mhicons], span.mh_share_float_slide:before {
    font-family: mhicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mh-social-icon span {
    display: none;
}

body.chrome #footer-info, body.chrome #footer-info a, body.chrome #mh-secondary-nav li, body.chrome .bottom-nav a, body.chrome .bottom-nav li {
    white-space: nowrap;
}

#footer-info {
    color: #5c5a5a;
}

#footer-info {
    text-align: left;
    color: #005F8A;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Lato";
}

    
.mh-copyrights {
        display: block;
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    @media screen and (max-width:430px){
        .container{
          width:100%;
          text-align-last: center;
        }
      
        .mh-social-icons{
          float:none;
        }
      }



Resources1× 0.5× 0.25×Rerun