    .container {
      max-width: 100%;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      font-family: 'Libre Baskerville', serif;
      background: #14161e;
      font-weight: 400;
      color: #fff;
      font-size: 14px;
    }

    a {
      text-decoration: none;
      color: #fff;
    }

    a:hover {
      text-decoration: none;
      color: #fff;
    }

    .swiper-container {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 13px;
      background: #000;
      display: inline-block;
      width: 200px;
      padding: 20px;
      font-weight: 700;
    }

    .hero {
      width: 100%;
      background: url(hero.jpg) no-repeat;
      background-position: center;
      background-size: cover;
      margin: 0 !important;
      padding:0 !important;
      height: 200px;
    }

    .logo-container {
      text-align: center;
      justify-content: center;
      margin-bottom: 20px;
      padding-top: 0px;
    }

    .logo {
      width: 200px;
      padding-top: 0px;
      height: auto;
    }

    h2 {
      padding-top: 20px;
      color: #989eb2;
      font-weight: 500;
      font-size: 24px;
    }

    h4 {
      font-size: 16px;
      font-weight: 500;
    }

    h3 {
      font-size: 17px;
      margin-top: 30px;
      font-weight: 500;
    }


    .sticky {
      position: fixed;
      bottom: 0;
      z-index: 100;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
    }

    .menu-container {
      display: flex;
      flex-direction: column;
      align-items: left;
      margin-top: 30px;
    }

    .menu-item {
      display: flex;
      align-items: left;
      margin-bottom: 0px;
    }

    .menu-item img {
      width: 60px;
      margin-right: 20px;
      border-radius: 40px;
    }

    .menu-item-content {
      flex: 1;
      padding-top: 8px;
    }

    .menu-item-content p {
      color: #989eb2;
    }

    .menu-item-image {

      width: 80px;
    }

    .custom-hr {
      border: 1px solid #20232d;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
    }