body{
  background-color:#FFFFFF !important;
}
.logo-font {
  font-family: titillium web, sans-serif;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

* {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar {
    padding: 0;
  }

  .nav {
    font-size: 15px;
  }
}
