html, body {
      overflow-x: hidden;
  }

.modal-dialog {
  top:20vh;
  max-width: 800px!important;
  margin: 30px auto!important;
}

.modal-body {
  position:relative!important;
  padding:0px!important;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem!important;
  font-weight: normal!important;
  color:#fff!important;
  opacity:1!important;
}

.parallax__container {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  /* BG behaviour */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.fab{
  font-size: 13px;
  padding: 15px 15px 5px 0px;
  color: white;
}

.fab-footer{
  font-size: 22px !important;
}

.fas{
  font-size: 12px;
  padding: 12px 8px 12px 15px;
  color: white;
}

.navbar{
  background-color: white !important;
  font-size: 15px;
}

.navbar-dark .navbar-toggler{
  border-color: #000 !important;
}
.custom-toggler{
  padding: 4px 10px 4px 10px;
}
.custom-toggler .navbar-toggler-icon {
  height: 25px;
  width: 25px;

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-nav li a{
  color: #000 !important;
}
.nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-item:hover{
  background-color:#8aad9b;
}

.nav-link:hover{
  color:white;
}


.dropdown:hover>.dropdown-menu {
    display: block;
}

.bg-dropdown {
  background-color: #4d4d29!important;
  border-color: #4d4d29!important;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-1{
  padding: 50px 0 50px 0;
}

.section-1-h1{
  color: #789687;
  font-family: 'roboto', sans-serif;
  font-weight: 100;
}

.section-1-p{
  color: #212529;
  font-family: 'roboto', sans-serif;
}

.custom-btn{
  background-color: #6d6c40;
  color: #fff;
  border-radius: 20px!important;
  padding: 8px 35px!important;
  transition: all 0.3s ease 0s!important;
}

.custom-btn:hover {
  background-color: #789687;
  box-shadow: 0px 0px 15px grey;
  transform: scale(1.12);
}

.section-1-button{
  padding-top: 20px;
}

.section-2{
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2-h4{
  color: #789687;
  font-family: 'roboto', sans-serif;
  font-weight: 100;
  padding-bottom: 60px;
}

.button-menu {
  padding-top: 50px;
  padding-bottom: 50px
}

.round-button {
  color: white;
  padding: 50px 0 50px 0;
  transition: all 0.2s ease-in-out;
}

.round-button:hover {
  filter: sepia(30%) hue-rotate(0deg) saturate(250%);
  transform: scale(1.1);
}

.img-reward-card {
  height: 300px;
  width: auto;
}

.row-1-rewardcards{
  padding-top: 20px;
  padding-bottom: 40px;
}

.row-2-rewardcards{
  padding-top: 20px;
  padding-bottom: 40px;
}

.card{
  border:hidden!important;
}

.card-header{
  background-color: white!important;
  border-bottom: 1px solid rgba(90, 90, 90, 0.542)!important;
}

.card-body{
  padding: 0 50px 20px 50px!important;
}

thead{
  border-top: hidden;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:;
}
.table-title {
  padding-top: 10px;
  font-family: 'roboto',sans-serif;
  font-weight: 300;
  color: #4d4d29;
}

.table-title:hover{
  transform: scale(1.12);
}

.table-col-1-width {
  font-family: 'roboto',sans-serif;
  width: 800px;
}

.table-col-2-width {
  font-family: 'roboto',sans-serif;
  width: 400px;
}

.table-col-3-width {
  font-family: 'roboto',sans-serif;
  width: 400px;
}

.td-content-padded {
  padding-left: 50px!important;
  font-size: 14px;
  font-family: 'roboto', sans-serif;
}

.td-content {
  font-size: 14px;
  font-family: 'roboto', sans-serif;
}


.section-footer-rewardcards{
  padding: 100px 15px 100px 15px;
}

.section-tc{
  width: auto;
  border-color: #cad9a9;
  border-width:5px;
  border-style:solid;
  border-radius: 10px;
  margin-top:60px;
  margin-bottom:60px;
  padding-top: 30px;
}

.tc-h1{
  font-family: 'robot',sans-serif;
  font-weight: 100;
}

.tc-h4{
  font-family: 'robot',sans-serif;
  font-weight: 100;
}

.tc-content{
  padding-left: 50px!important;
  padding-right: 50px!important;
  font-family: 'roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 18px;
}

.tc-link-email{
  color: #4d4d29;
}

.section-footer-info{
  margin-top: auto;
  margin-bottom: auto;
}

.section-footer-info-l1{
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: 'roboto', sans-serif;
  font-weight: 100 !important;
  color: white;
  line-height: 2;
}

.section-footer-address {
  font-size: 18px;
  font-family: 'roboto',sans-serif;
  font-weight: 100;
  color: white;
  padding-bottom: 20px;
}

.section-footer-contact {
  font-size: 15px;
  font-family: 'roboto',sans-serif;
  font-weight: 100;
  color: white;
}

.location-text {
  font-size:16px;
  color: white!important;
}

.section-footer {
  background-color: #1c1c1c;
}

.back-top-btn {
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

#button {
  display: inline-block;
  background-color: #6d6c40;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#contact-info{
  padding-left: 12px;
  font-size: 13px;
  color: white;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
}

#header{
  background-color: #4d4d29;
}

#banner{
  background-color: #6d6c40;
  height:auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Dancing Script', cursive;
  font-weight: 100;
  font-size: 38px;
  color: white;
}

#drop-item{
  color: white !important;
  font-weight: 100;
}

#drop-item:hover{
  color: black !important;
  font-weight: 100;
}

#drop-item:focus{
  color: black!important;
}

#drop-item:active{
  color: black!important;
  background-color: #4d4d29!important;
}

#location-link{
  color: white;
}

.specials-responsive-img {
  max-width: 100%;
  /* Ensures the image doesn't exceed the container width */
  height: auto;
  /* Maintains the original aspect ratio */
  display: block;
  /* Optional: Helps center images and remove extra space below them */
  margin: 0 auto;
  /* Optional: Centers the image if it's smaller than the container width */
}