@import url("https://fonts.googleapis.com/css?family=Material+Icons&display=swap");

html {
  background-color: #f7f5ed;
  height: 100%; 
  scroll-behavior: smooth;
}

body {
  font-family: 'Libre Franklin', 'Trebuchet MS', Arial, sans-serif;
  font-size: min(calc(1em + .3vw), 1.3em);
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Josefin Sans', 'Arial Black', 'Arial Bold', Arial, Helvetica, sans-serif; 
}

h1{
  font-size: min(calc(3em + 2.5vw), 5.5em);
}

h2{
  font-size: min(calc(2.5em + 2vw), 4.5em);
}

h3{
  font-size: min(calc(2em + 1.5vw), 3em);
}

h4{
  font-size: min(calc(1.5em + 1vw), 2.5em);
}

h5{
  font-size: min(calc(1em + .75vw), 2em);
}

h6{
  font-size: min(calc(.75em + .5vw), 1.5em);
}

.fill {
  min-width: 50%;
min-height: 100%;
width: auto;
height: auto;
}

.fill img {
  min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}

a{
  color: #432B17;
  transition: .3s;
}

a:hover{
  color:#761303;
}

nav{
  height: 80px;
  line-height: 80px;
  font-family: 'Josefin Sans', 'Arial Black', 'Arial Bold', Arial, Helvetica, sans-serif; 
  background-image: url("../pictures/theming/bkgicon.webp");
  background-blend-mode: difference;
  background-position: 0%;
  background-repeat: repeat;
  background-size:contain;
}

nav a:hover{
  color: #ffffff;
}

nav li, nav li a{
  font-weight: bold;
}

.dropdown-content li > a, .dropdown-content li > span{
  color:#761303;
  background-color: #f7f5ed;
}

nav .nav-wrapper i{
  height: 80px;
  line-height: 80px;
}

.navbar-fixed{
  height:80px;
}

.parallax-container{
  height: min(70vw, 450px);
  
}

.carousel a{
  transition: 0s;
}

.sidenav-overlay{
  z-index: 996;
}

footer{
  border-top: #761303 15px solid;
}

.page-footer {
  padding-left: 5px;
  padding-right: 5px; 
  background-color: #1f1f1f;
  color:#f7f5ed;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
  color: #f7f5ed;
}

footer ul li {
  margin: 15px;
  display: inline-block; 
}

footer a{
  color:#9e9e9e;
  transition: .3s;
}

footer a:hover{
  color: #f7f5ed;
}

.scale-center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto; 
}

.shortHR {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f5ed; 
}

.heading {
  margin-top: 4em;
  margin-bottom: 1em;
  font-family: 'Josefin Sans', 'Arial Black', 'Arial Bold', Arial, Helvetica, sans-serif; 
  text-transform: uppercase; 
}

.vcenter-container{
  width:100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bhbbq {
  font-family: 'Josefin Sans', 'Arial Black', 'Arial Bold', Arial, Helvetica, sans-serif; 
  font-size: min(12vw, 85px);
   line-height:1;
   text-transform: uppercase;
}

.bhbbq, .bhbbq-tagline{
  color:#ffffff;
}

.bhbbq-tagline
{
  font-size:  min(3.5vw, 1.5em);
  margin-bottom: 1.3em;
}

.bhbbq-hr{
  height: .1em;
  margin-top: -20px;
  color:#ffffff;
  box-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 20px black, 0px 0px 30px black;
}

.bhbbq div{
  font-size: 2.35em;
  height: .8em; 
  margin: 0;
}

.carousel {
  height: 200px; 
}

.carousel-item img{
  border-radius: 15px;
}

.bold {
  font-weight: bold; 
}

.italics {
  font-style: italic; 
}

.map {
  border: 1em solid #761303; }

.bh-red {
  color: #761303; 
}

.btn, .btn-large{
  background-color: #761303;
  color: #ffffff;
}

.btn:hover, .btn-large:hover{
  background-color: #121212;
  color: #ffffff;
}

.btn:focus, .btn-large:focus{
  background-color: #761303;
  color: #ffffff;
}

.btn-alt, .btn-alt-large{
  background-color: #761303;
  color: #fff;
  padding: .5em 1em;
  border-radius: 3px;
  
}

.btn-alt:hover, .btn-alt-large:hover{
  background-color: #fff;
  color: #000;
}

.btn-alt:focus, .btn-alt-large:focus{
  background-color: #fff;
  color: #000;
}

.bhaccentred {
  background-color: #dabdb0; 
  border-top: #761303 1em solid;
}

.bhgray {
  background-color: #121212; 
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.logo {
  display: inline-block;
  height: 100%; 
}

.logo-wrapper
{
  width: fit-content;
  height: fit-content;
  float:left; 
  transition: .3s;
}

.logo-wrapper:hover{
  transform: rotate(2deg); 
}

.logo-wrapper img
{
  width: 300px;
  height: auto;
}

.logo-wrapper:not(:hover){
  transform: rotate(0deg); 
}

.hr-dotted {
  border: none;
  border-top: 3px dotted black;
  height: 2px;
  width: 100%; 
}

.same-height-row {
  display: flex; }

.display-ul-dot {
  list-style: initial; 
}
  .display-ul-dot li {
    list-style-type: initial !important; 
  }

.ul-center {
  width: auto;
  margin: auto; }

.img-box {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
}

.nobull ul {
    list-style-type: none;
  }

  .ul-col-2{
    columns: 2;
  }

 /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #607d8b;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #607d8b;
     box-shadow: 0 1px 0 0 #607d8b;
   }

   .icon-bkg{
     background-image: url("../pictures/theming/bkgicon.webp");
   }

   .menu-price{
    font-size: min(calc(1.1em + .75vw), 2.2em);
      float:right;
      color: #761303;
      margin-top: .2em;
      font-weight: 600;
   }

   .menu-desc{
    font-size: min(calc(.9em + .75vw), 1.3em);
    line-height: 1;
   }

   .menu-title{
    font-size: min(calc(1.1em + .75vw), 1.8em);
    font-weight: 600;
   }

   .menu-block{
    margin-bottom: 1em;
   }

   .menu-list{
     margin-top: 0;
   }

   .menu-list li{
    margin-bottom: .5em;
   }

   .menu-heading{
    text-transform: uppercase;
    color:#761303;
    margin-top: 3em;
   }

   .menu-block .hr-dotted{
     margin-top: -.5em;
   }

   .menu-container{
     margin-top: 2vw;
     margin-bottom: 2vw;
   }

   .menu-container h3{
     color:#20201f;
   }

   .showSmallScreen{
    display:none;
  }

  .hideSmallScreen{
    display:initial;
  }

  .logoshowSmallScreen{
    display:none;
  }

  .logohideSmallScreen{
    display:initial;
  }

  .cater-para-container{
    width:100%; 
    height: 100%;
  }

  .cater-para-container .heading{
    margin-top: 1em;;
  }

  .cater-para-container img{
    object-fit: cover; 
    width: 50%;
  }

  .cater-para-container .parallax{
    width:50%;
  }

  .parallax{
    background-color: black;
  }

  .cater-para{
    width:50%;
    margin-left:50%;
    padding: 1em;
  }

  .cater-para div{
    max-width: 1000px;
    margin:0 auto;
  }

  .mobile-tabs{
    display: none;
  }
  
      @media screen and (max-width:1000px)
      {
        /*.logo-wrapper{
          width: 300px;
          height: 100%;
        }*/

        .logo-wrapper img
        {
          width: 250px;
          height: auto;
        }

        .logoshowSmallScreen{
          display:initial;
        }
    
        .logohideSmallScreen{
          display:none;
        }

        .sidenav li a:hover{
          color: #761303;
      }

      .mobile-tabs{
        display: flex;
        z-index: 9999;
        position: fixed;
        bottom:0;
        left: 0;
        right: 0;
        border-top: 1px solid lightgray;
        height: 55px;
      }

      .mobile-tabs li{
        border-right: 1px solid lightgray;
        border-left: 1px solid lightgray;

      }

      /*.mobile-tabs li{
        border-right: 1px solid lightgray;
        border-left: 1px solid lightgray;
        height: 60px;
        line-height: 60px;

      }*/

      .mobile-tabs .tabs, .mobile-tabs .tab{
        height: 55px;
        line-height: 55px;
      }

      .mobile-tabs .tab{
        border-right: 1px solid lightgray;
        border-left: 1px solid lightgray;
      }

      /*@supports (-webkit-touch-callout: none) {
        .mobile-tabs{
          height: 60px;
        }

        .mobile-tabs .tabs, .mobile-tabs .tab{
          height: 60px;
          line-height: 48px;
        }
      }*/

    }

  @media screen and (max-width:600px)
  {
    .navbar-fixed{
      height: 80px;
    }

    .heading{
      word-wrap:break-word;
    }

    .menu-container{
      padding: 2vw;
      width: 100%;
    }

    .showSmallScreen{
      display:initial;
    }

    .hideSmallScreen{
      display:none;
    }

    .cater-para{
      width:100%;
      margin-left:0;
      padding: 0em;
    }

    .cater-para div{
      padding: 1em;
    }

    .cater-para img{
      object-fit: cover;
      width: 100%;
    }

  }