
html, body {
  font-family: arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:47484f;
  font-size: 20px;
  line-height: 1.428571429;
  /* background-color: #f00; */
  overflow: unset;
}

h1 h4 h5 b {
  font-family: arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:47484f;
 }

h2 {
  font-family: arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 30px;
  font-weight: bold;
 }

h3 {
  font-family: arial-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7d7d7d;
  font-size: 28px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
 }



   
* { box-sizing: border-box; }
html { overflow-y: scroll; }

body { background-color:#fff; }

/* @media (max-width: 991px) {
  #head {
      background-image: url('../img/headerback_mobile.png');
      background-position: center;
      min-height:none;
      height:200px;
  }
} */

  @media (max-width: 767px) {
  /* @media (max-width: 991px) { */
    #head {
        /* background-image: url(images/background-mobile.jpg); */
        /* background-image: url('../img/headerback_mobile.png'); */
        background: url(../img/headerback_mobile.png) no-repeat center; 
    }
  }
  /* @media (min-width: 768px) and (max-width: 991px) {
    #head {
        /* background-image: url(images/background-tablet.jpg); */
    /* } */ 
  @media (min-width: 768px) {
  /* @media (min-width: 992px) { */
    #head {
        /* background-image: url(images/background-tablet.jpg); */
        /* background-image: url('../img/headerback_desktop@2x.jpg'); */

        background: url(../img/headerback_desktop@2x.jpg) no-repeat center top; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 1600px 391px; /*cover;*/
    }
  }


/* 
.cardot li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
} */
  
/* .flickity-page-dots {
  bottom: -40px;
}
.flickity-page-dots .dot {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  background: #121817;
  margin: 10px;
}
.flickity-page-dots .dot.is-selected {
  width: 18px;
  height: 18px;
  transform: none;
  background: #91cfc5;
} */