:root{
  --bs-body-bg: #1b1e20;
  --bs-body-color: #fff;
  --bs-border-color: #e24440;
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background: #1b1e20;
}
.overlay-image{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .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;
      }
      /* change the background color */
    .navbar-custom {
        background-color: #121415;
    }
    
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ccc;
    }
    
    /* change the link color */
    .navbar-custom .nav-link {
        color: #fff;
        font-size: 1.6em;
    }
    
    .navbar-custom .nav-link.active{
        color: #e24440;    
        font-weight:bold;
    }
    
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:focus .nav-link,
    .navbar-custom .nav-item:hover .nav-link, .navbar-toggler-icon {
        color: #fff;
    }
    
    .food-menu tr{
        font-size: 1.2em;
    }
    .food-menu td{
        padding: 0 !important;
        padding-bottom: 5px !important;
    }
    .food-menu tr:nth-child(odd){
        font-weight: bold;
    }
    .food-menu tr:nth-child(even){
        color: #A3A7A5!important;
        border-bottom: hidden;
    }
    .food-menu tr:nth-child(even) td{
        padding-bottom: 30px !important;
    }

    .wine-menu tr{
      font-size: 1.2em;
    }
    .wine-menu td{
        padding: 0 !important;
        padding-bottom: 5px !important;
    }
    .wine-menu tr{
        font-weight: bold;
        border-bottom: hidden;
    }
    .wine-menu tr:first-child{

    }
    .wine-menu tr:last-child td{
        padding-bottom: 30px !important;
        color: #A3A7A5!important;
        border-bottom: hidden;
        font-weight: normal !important;
    }

    .events{
      font-size: 1.25em;
      font-weight: 300;
    }



    .table{
        margin-bottom: 0px !important;
    }

.my-5{
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.py-5 .row-cols-1{
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.text-muted{
  color: #A3A7A5!important;
}
.vesterhus-cover{
  background-image: url('../img/wall_bg_cropped.jpg');
  background-size: cover;
  background-position: center;
  //padding-top: 2rem!important;
  //padding-bottom: 2rem!important;
}
.vesterhus-logo{
  max-height: 240px;
  padding: 10px;
}
h1, h2, .bi-red, .bi:hover{
  color: #e24440!important;
}
h1{
  font-weight: 500!important;
  text-transform: uppercase;
}
.mb-1{
  margin-bottom: 0!important;
}
h2{
  text-transform: uppercase;
  font-weight: 500!important;
  font-size: 1.5rem!important;
}
#hanging-icons{
  padding-bottom: 1.5rem!important;
}
.width1000{
  max-width: 1000px;
  margin:auto;
}
.col-11{
  width: 90%!important;
}
.carousel-caption h1{
  //text-shadow: 0.5px 0.5px #7D2E25!important;
}
.carousel-caption p{
  text-shadow: 1px 1px #222!important;
}
.red{
  color: #e24440!important;
}
a:hover{
  color: #e24440!important;
}
.button{
  font-weight: bold;
    padding: 20px;
    background-color: #e24449;
    color: #fff !important;
    text-transform: uppercase;
}
.vinklub-signup{
  text-decoration: none;
}
.vinklub-signup:hover{
  font-weight: bold;
  text-decoration: underline;
  color: #fff !important;
}