@font-face {
  font-family: 'Edward';
  src: url('./fonts/Edwardian\ Script\ ITC/ITCEDSCR.TTF');
  font-weight: normal;
  font-style: normal;
}

* {
    box-sizing: border-box;
  }
  
  .menu-section {
    padding: 2rem;
  }
  
  
  body {
    overflow-x: hidden; 
    font-family: Callibri, sans-serif;
    background-image: url("../images/branding/White\ Background.jpg");
    font-size: 13px;
    color: #19264F;
  }
  
  h1{
    font-family: "Edward", sans-serif;
    font-size: 40px;
    font-weight: 500;
  }
  
  .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .subcat{
    background-image: url("../images/branding/Sub-Headers\ background.jpg");
    height: 10rem;
    width: 100vw;
  }
  header{
    height: 3.5rem;
    padding: 0 1rem;
    width: 100vw;
    background-color: white;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
  }
  
  .nav-tabs{
    /* background-image: url("../images/branding/menubg.jpg"); */
    /* opacity: 1; */
    /* padding: 0.5rem;  */
    border-bottom: 0;
  }
  
.nav-tabs-custom > li > a{
  border-radius: 5px;
  background-color: #19264F;
  color: #fff;
  /* padding: 0.5rem !important; */
  border-radius: 5px; 
  border: 1px solid white;
  font-family: "Edward";
  font-size: 18px;
  font-weight: 300;
}

  .nav-tabs > li > a{
    border-radius: 5px;
    background-color: #19264F;
    color: #fff;
    padding: 0.5rem !important;
    border-radius: 5px; 
    border: 1px solid white;
    font-family: "Edward";
    font-size: 24px;
    font-weight: 300;
  }
  /* .nav-tabs > li > a:hover{
    background-color: #19264F !important;
    border-radius: 5px;
    color:#fff;
    border:1px solid #fff;
  } */
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover{
    background-color: #fff !important;
    color:#19264F;
    border:2px solid #19264F;
  }
  
  .menu-bg{
    background-image: url("../images/branding/menubg.jpg");
    background-size: contain; 
    background-repeat: repeat-x;
    background-position: center center; 
    z-index: 5;
  }
  
  li{
    display: inline-block;
    padding: 1rem;
    text-align: center;
  }
  
  a{
    text-decoration: none;
    display: inline-block;
    min-width: 10rem;
  }
  
  .jumbotron {
    color: white;
    background-image: url("../images/content/Landing\ Screen/Landing Screen Image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
  
  .box{
    height: 250px;
    width: 250px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0.25rem;
    margin: 0.25rem;
  }
  
  .box2{
    height: 190px;
    width: 200px;
    border-radius: 5px;
    padding: 0.2rem;
    margin: 0.2rem;
  }
  
  .box3{
    height: 190px;
    width: 270px;
    border-radius: 5px;
    padding: 0.25rem;
    margin: 0.1rem;
  }
  
  .page-title{
    height: 4rem;
    vertical-align: middle;
  }
  
  .mid-row{
    text-align: center;
    margin: auto;
  }
  
  .fixed-img-size{
    height:18rem;
    /* width:25rem; */
    width: 31.25rem;
  } 

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 0.5rem;
  }
  .grid + .grid {
    margin-top: 2rem;
  }
  
  #menu-wine{
      grid-column: 2/4;
  }
  #menu-cottages{
      grid-column: 5/7;
  }
  #menu-solar{
      grid-column: 3/5;
  }
  /* /200px;  280px;  */
  .tk-menu-centre{
    width: 100vw; 
    margin-left: 7%;
  }

  .tk-content-centre{
    width: 90%;
    margin: auto;
  }

  /* .carousel-control-next{
    position: absolute;
    top: 16rem;
    bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 1rem;
    opacity: 0.8;
    right: 0;
}
.carousel-control-prev {
  position: absolute;
  top: 16rem;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
 width: 1rem;
  opacity: 0.8;
  left: 0;
} */

.carousel-control-prev,
.carousel-control-next{
    align-items: flex-end; /* Aligns it at the bottom */
    min-width: 2rem;
    width: 5% !important;
    background-color: #fff;
    height: 1.5rem;
    margin-top: 16.5rem;
}

.carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2318264E' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2318264E' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.write-up h1{
  text-align: left;
}
.write-up{
  margin-top: 1rem;
}

.write-up::-webkit-scrollbar {
  display: inherit;
}

.write-up:hover::-webkit-scrollbar {
  width: 10px;
}

.write-up:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.write-up:hover::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(100,100,100,0.8); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.holder{
  position: relative;
  text-align: center;
  color: white;
  font-family: "Edward", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 2rem;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}