/* .body {
  margin-left: auto;
  margin-right: auto;

  padding-left: 0 px;
  padding-right: 0 px;
} */

.i {
  color: white;
}
.topbar{
  z-index:2;
}
.navbar-custom {
  background-color: #000; /* black background */
  position: sticky;
  z-index: 2;
  width: 100%;
  top: 20;
  transition: top.03s;
}

.navbar-toggler {
  border-color: #fff; /* Changes the border color to white */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  /* Changes the icon color to white - you can replace '#fff' with any color you want */
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #fff !important; /* white text */
}

.topnav {
  /* overflow: hidden; */
  background-color: black;
  position: fixed;
  z-index: 2;
  width: 100%;
  color: white;
  top: 0;
  text-align: left;
  height: 70px;
}
.navIcon {
  padding: 10px;
}

a:focus, button:focus, input:focus {
  outline: 2px solid black;
  background-color: rgb(164, 225, 65) ;
}

.topnav a {
  float: left;
  /* font-family: "Oswald", sans-serif;
  display: block; */
  /* color: white; */
  text-align: center;
  /* padding: 10px 5px; */
  text-decoration: none;
  font-size: 17px;
  /* height: 45px; */
  align-content: center;
  vertical-align: middle;
}
.links {
  text-align: center;
}

.logo {
  float: left;
  height: 50px;
  padding-right: 20px;
  padding-top: 10px;
  padding-left: 5px;
  
}
.nav-lable {
  font-family: "Oswald", sans-serif;
  color: white;
  font-weight: 400;
}

.splash {
  width: 100%;
  height: 100%;
  max-width: 800px;
  /* align-content: center;
  float: center; */
  object-fit: contain;
  /* margin-top: 75px; */
}

.splashcontainer {
  margin: auto;
  text-align: center;
  width: 50%;
  flex: 1 auto;
  float: left;
  height: auto;
  display: block;
  object-fit: contain;
}

.opsLogo{
  width: 100%;
  height: 100%;
  max-width: 300px;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 5vw;
}

.article-headline {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  text-align: center;
  width: 100%;
}

.reservation-headline {
  font-family: "Oswald", sans-serif;
  font-size: 3.5vw;
  text-align: center;
  width: 100%;
  display: inline-block;
}



.address {
  font-family: "Oswald", sans-serif;
  font-size: 2.75vw;
  margin: 0px auto;
}

.headline {
  font-family: "Shadows Into Light", cursive;
  font-size: 3vw;
  margin-top: 20px;
  width: 100%;
}

.headline-oppspage {
  font-family: "Shadows Into Light", cursive;
  font-size: 2.5vw;
  margin-top: 20px;
  width: 100%;
}

.ops-headline {
  font-family: "Shadows Into Light", cursive;
  font-size: 2vw;
  margin-top: 5px;
  width: 100%;
}

.content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.address-content {
  /* margin: auto; */
  text-align: center;
  flex: 1 auto;
  height: 100%;
  background-color: rgb(164, 225, 65);
  width: 50%;
  float: right;
  margin-bottom: 0;
}
/*new staff grid */

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}

.staff-member {
  text-align: center;
}

.staff-member img {
  width: 100%;
  height: auto;
}

.staff-member h2 {
  font-weight: bold;
  font-family: "Shadows Into Light", cursive;
  font-size: .9375rem;
  margin: 0;
  padding: 0;
  text-align: left;
}

.staff-member p {
  font-weight: normal;
  font-family: "Open Sans", cursive;
  margin: 0;
  padding: 0;
  font-size: .9375rem;
  text-align: left;
}

.staff-container {
  position: relative;
  max-height: 400px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
 
  
}

.staff-image {
  width: 100%;
  height: auto;
  display: block;
  
}

.opsUnleashedPeople-container {
  position: relative;
  overflow: hidden;
  
}

.opsUnleashedPeople-image {
 
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
 
 
}

/* .staff-name {
  position: absolute;
  font-family: "Oswald", sans-serif;
  bottom: 0;
  /* left: 0; 
  color: white;
  padding: 8px 12px;
  font-size: 20px;
  background: radial-gradient(ellipse at 0% 75%, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  width: 75%;
  margin: 0 auto;
}

.staff-pronouns {
  font-size: 12px; /* Slightly smaller than the name 
  color: white; /* Softer color for pronouns 
  display: block; /* Ensures it appears below the name 
  margin-top: 2px; /* Adds slight spacing from the name 
} */
.staff-name {
  position: absolute;
  bottom: 0; /* Aligns the name at the bottom of the image */
  left: 0; /* Ensures alignment with the image's left edge */
  width: 100%; /* Makes the name div span the full width of the image */
  color: white;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
  padding: 10px; /* Adds padding inside the name box */
  font-family: "Oswald", sans-serif;
  font-size: 18px; /* Adjust font size as needed */
  text-align: left; /* Aligns text to the left */
  box-sizing: border-box; /* Includes padding in width/height calculations */
}

.staff-pronouns {
  font-size: 0.50em; /* Slightly smaller font size for pronouns */
  color: white; /* Softer color for pronouns */
  display: block; /* Makes pronouns appear on a new line */
  margin-top: 5px; /* Adds space between the name and pronouns */
}


/*staff member carosel */

.staff-bio-group {
  margin: auto;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 70px;
}

.staff-bio-container {
  height: auto;
  width: 100%;
  text-align: center;
  display: none;
}

img.staff-photo {
  max-width: 550px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

.staff-name {
  /* font-family: "Shadows Into Light", cursive; */
  font-size: 25px;
}

.staff-bio {
  font-family: "Open Sans", cursive;
}

.staff-info {
  width: auto;
  display: inline-block;
  width: 50%;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgb(164, 225, 65);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.btn-group {
  margin: auto;
  text-align: center;
  width: 100%;
}

.intro {
  margin: auto;
  text-align: center;
  width: 100%;
  
  overflow: hidden;
  height: auto;
  background-color: rgb(164, 225, 65);
}

.headline-container {
  display: inline;
}

.btn {
  background-color: black;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 2.5vw;
  cursor: pointer;
  /* display: block; */
  /* width: 100%; */
  /* max-width: 20vw;
  max-height: 3.75vw;
  min-width: 20vw;
  min-height: 3.75vw; */
  margin: 10px auto;
  font-family: "Oswald", sans-serif;
}
.social-btn {
  /* background-color: black; */
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 2.75vw;
  margin-bottom: 5px;
}

.social-btn-group {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(50, 50, 50);
  color: white;
  text-align: center;
  /* height: 50px; */
}

.ft-btn {
  /* font-family: "Lato", sans-serif;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  position: relative;
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  color: white; */
  display: none;
}

.top-btn {
  font-family: "Lato", sans-serif;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  position: relative;
  display: inline-block;
  margin: 10px 3px 0px 3px;
  text-decoration: none;
  color: white;
  background-color: black;
}

.fab {
  margin: 5px 0 5px 0;
}

.top-btn:hover {
  background-color: rgb(164, 225, 65);
}

.social-btn-group-mobile {
  display: none;
}

.giftcard-container{
  
  text-align: center;
}

.button-container{
  display: flex;
  justify-content: center;
  gap: 20px; /* Optional: adjust to control the space between buttons */
}

.giftcard-btn{
  width: 10rem;
  padding-top:10px;
}

@media screen and (max-width: 1000px) {
  i {
    margin-bottom: 5px;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .row:last-child {
    justify-content: flex-start; /* Default to left alignment on smaller screens */
  }

  .topnav {
    /* overflow: hidden; */
    background-color: black;
    position: fixed;
    z-index: 2;
    width: 100%;
    color: white;
    top: 0;
    text-align: left;
    height: 45px;
    left: 0;
  }
  .topnav a.icon {
    float: right;
    display: block;
    height: 35px;
  }
  .logo {
    float: left;
    height: 40px;
    padding-top: 0px;
  }
  .topnav.responsive {
    position: fixed;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .intro {
    margin: auto;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
    background-color: white;
    margin-top: 45px;
  }

  .address {
    font-family: "Oswald", sans-serif;
    font-size: 3.25vw;
    margin: 0px;
  }

  .headline-container {
    visibility: hidden;
  }
  .article-headline {
    font-family: "Oswald", sans-serif;
    font-size: 1px;
    text-align: center;
    width: 100%;
    visibility: hidden;
  }
  .content {
    font-family: "Open Sans", sans-serif;
    font-size: 4vw;
  }

  .content-faq{
    padding: 5px;
    width: 100% !important; 
  }

  .headline {
    font-family: "Shadows Into Light", cursive;
    font-size: 5vw;
    margin-top: 5px;
  }

  .social-btn {
    /* background-color: black; */
    border: none;
    color: white;
    padding: 10px 10px;
    font-size: 5.75vw;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .social-btn-group {
    visibility: hidden;
  }
  .btn {
    background-color: black;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 5.25vw;
    cursor: pointer;
    display: block;
    /* width: 100%; */
    /* max-width: 20vw;
    max-height: 3.75vw;
    min-width: 20vw;
    min-height: 3.75vw; */
    margin: 10px auto;
    font-family: "Oswald", sans-serif;
  }
  .btn-group {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    margin: auto;
    text-align: center;
    width: 100%;
  }

  .intro {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    margin: auto;
    text-align: center;
    width: 100%;
  }

  .btn-group > * {
    padding: 10px;
    flex: 1 100%;
  }
  .intro > * {
    padding: 10px;
    flex: 1 100%;
  }

  .ft-btn {
    font-family: "Lato", sans-serif;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    position: relative;
    display: inline-block;
    margin: 3px;
    color: white;
    text-decoration: none;
  }
  .social-btn-group-mobile {
    margin-top: 10px;
    background-color: rgb(164, 225, 65);

    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 55px;
    display: block;
  }

  /* footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(50, 50, 50);
    color: white;
    text-align: center;
    height: 50px;
  } */
}

.link-btn {
  text-decoration: none;
  flex: 1 auto;
  padding-right: 5px;
  bottom: 5px;
  position: relative;
}

.btn:hover {
  background-color: rgb(164, 225, 100);
}

.row {
  display: flex;
  flex-wrap: wrap; /* Ensures images wrap onto the next row if necessary */
  justify-content: flex-start; /* Default alignment for full rows */
}

.row:last-child {
  justify-content: center; /* Centers the items in the last row */
}

/* footer {
  visibility: visible;
} */
