#sp-footer, #sp-bottom {
  background: #f1f1f1;
  color: #014e60;
}
@media (min-width:800px){
h1 {
    font-size: 100px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 0.8;
    text-decoration: none;
    text-transform: uppercase
}
  }
@media (max-width:800px){
h1 {
    font-size: 34px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 0.8;
    text-decoration: none;
    text-transform: uppercase
}
  }

.burger-icon {
  width: 45px;
}
.burger-icon > span {
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  margin-top: 30px;
}
.offcanvas-menu {
  background-color: #fff;
  color: #014e60;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #014e60 !important;
}
@media (min-width: 376px) {
  .logo-image {
    height: 0px;
    display: none;
  }
}
@media (min-width: 375px) {
  #sp-header {
    height: 0px;
  }