@import url("https://use.typekit.net/zeg8grc.css");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.hg-rel {position:relative;margin-bottom:15px;}

.bb-logo {
  width: 100px;
  margin-left: auto;
  margin-bottom: -20px;
  margin-right: 20px;
}

.padding-box {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: -110px;
  margin-bottom: 20px;
  position: relative;
}

.img-border-white img {border:2px solid #fff;}

.hb-logo {
  margin-left: -20px;
}

.hg-head {
  position: absolute;
  color: #00868a;
  text-align: center;
  font-size: 90px;
  top: 18%;
  left: 15%;
  font-weight: bold;
  transform: translate(0%, -60%);
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  line-height: 1;
}

.main-padding-layout {
  padding-left: 100px!important;
  padding-right: 100px!important;
}

.expo-font {
    font-family: "expo-sans-pro", sans-serif!important;
    font-size: 17px;
}

.slogan {
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
  line-height: 1;
  margin-top: -20px;
  text-align: center;
  transform: rotate(-7deg);
}

.hg-green {
  color: #fff;
  background-color: #00868a;
  border-radius: 15px 15px 0 0;
  padding: 40px 20px 20px 20px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}


/* Desktop  */

@media only screen and (min-width: 960px) and (max-width: 1199px) {   

    }   

/* tablet */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {   

}   

/* Mobile */

@media only screen  and (min-device-width: 320px) 
  and (max-device-width: 767px) {   
      
.hg-head {
  position: relative;
  color: #00868a;
  text-align: center;
  font-size: 36px;
  top: 0%;
  left: 0%;
  font-weight: bold;
  transform: translate(0%, 0%);
  -webkit-text-stroke: 0px white;
  text-stroke: 1px white;
  line-height: 1;
  margin-top: 10px;
}     

.padding-box {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: -60px;
  margin-bottom: 20px;
  position: relative;
}
      
.main-padding-layout {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.slogan {
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
  line-height: 1;
  margin-top: 0;
  text-align: center;
  transform: rotate(-7deg);
  padding-left: 0;
}

.hb-logo {
  margin-left: 0;
  margin-bottom: 20px;
}

}