
h1, h2, h3 {
  font-family: 'Courgette', cursive;
}

p {
  color: #000; 
}

hr.w-8 {
  border: 1px solid #ffb8be;
  width: 5rem;
  margin: auto;
}


.space {
  height: 50px; 
}

.fixed-bg {
  background-image: url('../img/background.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  border-top: 6px solid #161616;
  border-bottom: 6px solid #161616;
}
.featurette-heading {
  color: #ffb8be;
  margin-top: 3rem;
}

.dark.featurette-heading {
  color: #490c1b;
  margin-top: 3rem;
}

.marketing{
  background-image: url('../img/backdrop.jpg');
  background-repeat: repeat;
  background-size: cover;

}

.btn-special {
  color: #a4a4a4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #a4a4a4;
  padding: 10px 15px;
  display: inline-block;
  transition: .5s all;
}

.btn-special:hover {
  color: #fff;
  border-color: #fff;
}

.menu {
  background-image: url('../img/abstract.jpg?v=2');
  background-size: cover;
  background-position: center;
  color: #000;
}


  .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .b-example-divider {
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }

    .bi {
      vertical-align: -.125em;
      fill: currentColor;
    }

    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
  
    .dropdown-item {
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bg-dark {
      background-color: #c78343 !important
    }

    .navbar.bg-dark {
      border-bottom: 8px solid #14a800;
    }


    .navbar-brand {
      font-family: 'Courgette', cursive;
      font-size: 30px;
      color: #fff;
    }

    .navbar-brand .logo {
      width: 180px;
    }

    
    .navbar-brand:hover {
      color: #fff;
    }
    
    .nav-link {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      color: #000;
      font-weight: bold;
    }

    .nav-link:hover, .nav-link:focus, .nav-link.active {
      color: #000 !important;
      border-bottom: 2px solid #000; 
    }
    .text-box {
        background: #2b2a33;
        width: 300px;
        display: inline-block;
        height: 60px;
        line-height: 52px;
        color: #fff;
        text-decoration: none;
        border: 3px solid #fff6;
        transition: .5s all;
        letter-spacing: 1px;
    }

    .text-box:hover {
      background-color: #000000d6;
      color: #fff;
    }

    .menu-box {
      background: #161616;
      padding: 4rem 2rem;
      margin: 3rem;
      color: #fff;
    }

    .menu-box a {
      background: #fff;
      padding: .5rem 1rem;
      color: #000;
      text-decoration: none;
      font-size: 18px;
      display: inline-block;
      box-shadow: 0 1px 2px #000;
      transition: .5s all;
    }

    .menu-box a:hover {
      background-color: #2b2a33;
      color: #fff; 
    }
    .back-to-top-btn {
      margin-right: 30px;
      margin-bottom: 20px;
    }


    .photos {
      column-count: 4;
    }
    footer h2 {
      font-size: 16px;
      font-family: Segoe UI;
      letter-spacing: 1px;
      border-bottom: 1px solid #666;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 2rem;
    }

    footer p {
      color: #ddd;
    }

    footer p  a{
      color: #ddd;
      text-decoration: none;
    }

    footer p a:hover {
      color: #fff;
      
    }

    footer {
      background: #4d2102 !important;
    }
    .special {
      text-align: center;
    }
    .top-btn {
      position: relative;
      display: inline-block;
      margin-bottom: 15px;
      text-align: center;
    }

    .top-btn > span {
      position: absolute;
      color: #fff;
      width: 100%;
      font-size: 21px;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Sofia Sans';
    }
    
    .main-button-box {
      z-index: 1;
      position: absolute;
      bottom: 3rem;
      left: 50%;
      text-align: center;
      transform: translateX(-50%);
    }


    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }

    
    .navbar-toggler {
      display: none;
    }

    @media (max-width: 768px) {

      .photos {
        column-count: 2;
      }
      .fixed-bg {
        background-attachment: scroll;
      }

      .carousel-control-next, .carousel-control-prev {
        top: -50%; 
      }
      .main-button-box {
        z-index: 1;
        position: relative;
        top: 2rem;
        padding-bottom: 2rem;

      }
      .carousel {
        position: relative;
        background: #2b2a33;
      }

      .carousel-item {
        width: 100%; 
        height: auto;
      }
      .navbar-toggler {
        display: inline-block;
      }

      .main-button-box { 
        margin-top: 0;
      }
      .bd-placeholder-img {
        height: auto;
        width: 100%;
      }

      .marketing {
        text-align: center;
      }

      footer {text-align: center;}

      footer .col-md-3 {
        margin-bottom: 3rem;
      }

      footer h4 {
        margin-bottom: .5rem;
      }

      .top-btn svg {
        width: 160px;
        margin: 4px 10px;
      }
      .top-btn:last-child svg {
        width: 200px;
      }
      .top-btn {
        margin-bottom: 0 ;
      }

      .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 40px;
        background: #000;
        color: #fff; 
        border-radius: 8px;
        line-height: 20px;
        padding: 8px;
        z-index: 10000;
      }

      .bi.bi-list {
        transition: .5s all;
      }
      .show .bi.bi-list::before {
        content: '\F62A';
      }
      .navbar.show {
        position: absolute;
        background: #c78343;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        padding-left: 2rem;
      }

      body.show {
        overflow: hidden;
      }
      .dropdown-item {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--bs-nav-link-color);
        font-size: 13px;
      }

      .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
        background-color: transparent;
        color: #ddd;
      }

      .dropdown-menu {
        background: #000;
        text-align: center;
      }
    }

