* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'GillSansEllLightMedium';
  src: url("fonts/gillsael-webfont.eot");
  src: url("fonts/gillsael-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/gillsael-webfont.woff") format("woff"), url("fonts/gillsael-webfont.ttf") format("truetype"), url("fonts/gillsael-webfont.svg#GillSansEllLightMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  font-family: 'GillSansEllLightMedium', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 25.2px;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
  text-align: center;
  margin: 0px auto;
}

.logo {
  margin-top: 10px;
  display: block;
}

.hero-image {
  margin: 50px 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 60vh;
}
.hero-image.hero-image--cove {
  background-image: url("images/image-1.jpg");
}
.hero-image.hero-image--cove1 {
  background-image: url("images/image-3.jpg");
}
.hero-image.hero-image--zeloom {
  background-image: url("images/image-2.jpg");
}

.hero-text {
  text-align: center;
  margin: 50px auto;
  width: 80%;
  

}
.hero-text1 {
  text-align: center;
  margin: 50px auto;
  width: 90%;
  font-size: 28px;

}

.hero-text a {
  color: #BCA98D;
  text-decoration: none;
}
.hero-text1 a {
  color: #BCA98D;
  text-decoration: none;
}

.buttons {
  width: 100%;
  margin: 50px 0;
}

.buttons-item {
  width: 100%;
  color: #BCA98D;
}
.buttons-item img {
  height: 63px;
}

.buttons-text {
  line-height: 40px;
  font-size: 24px;
}

.footer {
  border-top: 1px solid #959595;
  padding-top: 10px;
  margin-top: 70px;
}
.footer a {
  line-height: 40px;
}
.footer-links {
  text-align: center;
  display: inline-block;
}
.footer-links a, .footer-links span {
  font-family: Arial;
  font-size: 14px;
  color: #959595;
  text-decoration: none;
}


#centeredDiv {
    width: 100%;
    margin: 0 auto!important;
    text-align: center!important;
}
#centeredDiv ul {
    display: inline-block!important;
    text-align: left!important;
    padding: 0!important;
 	font-size: 18px!important;
}

@media only screen and (min-width: 600px) {
  .buttons-item {
    float: left;
    width: 50%;
  }

  .hero-image--cove {
    height: 630px;
  }
  .hero-image--cove1 {
    height: 630px;
  }

  .hero-image--zeloom {
    height: 577px;
  }

  .footer-logo {
    float: left;
  }

  .mhosp {
    float: right;
  }
}
