@charset "UTF-8";


@font-face {
    font-family: 'brush_script_mtitalic';
    src: url('brushsci-webfont.woff2') format('woff2'),
         url('brushsci-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.navbar-fixed {
  position: fixed;
  top: -($nav-height);
  width: 100%;
}

#navbar{
    z-index: 2000; 
}


.white{
    color: #fff; 
}

.sub-font{
    font-family: 'Raleway', sans-serif;
    color: #f0ad4e; 
    font-weight: 500; 

}

.image-label{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
    color: #fff; 
    font-family: 'Raleway', sans-serif;
    font-size: 50px; 
    text-align: center;
    font-weight: 300; 
    letter-spacing: 1; 
}

.product-seasoning{
    margin: 5em;
}

.shopify-buy-frame--product.shopify-buy__layout-horizontal {
display: block;
margin-left: 2.5em!important;
margin-right: 2.5em!important;
}

.cook{
    width: 100%; 
    height:650px; 
    position: relative;
    display: none; 
    
}


.word-label{
    position: absolute;
    color: black; 
    color: #EB2322;
    font-family: 'brush_script_mtitalic';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
    font-size: 70px; 
    margin: 0px; 
    
}

.promotions-text{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
    margin: 0px;

}

.text-border{
    border: 1px solid #fff; 
    width: 150px; 
    padding: .5em 0em; 
    margin: 0 auto; 
    white-space: nowrap;
}


.black{
    color: #333; 
    font-weight: 400; 
}
.red{
    color: #EB2322;
}

.gold{
    color: #f0ad4e; 
}


.main-image {
    width: 100% !important; 
    position: relative !important;
    min-height: 600px !important; 
}

.mobile-images{
    display: block !important;
}

.desktop-images{
    display: none !important;
}

.bgimg-1 {
 background-image: url("../images/img1.jpg");
}

.bgimg-1, .bgimg-8, .bgimg-9 { 
  height: 90vh; 
  position: relative;
  background-attachment: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  
}

.bgimg-10{
    position: relative;
  background-attachment: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 600px !important; 

}

.bgimg-8 {
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),
  url("../images/services.jpg");
}

.bgimg-9 {
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),
  url("../images/potpie.jpg");
}

.bgimg-10 {
      background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),
      url("../images/chef2.jpg");
}


.bgimg-2 {
  background: -webkit-linear-gradient(top, #DC7633, #EDBB99);
  background: linear-gradient(to bottom, #DC7633, #EDBB99);
  height: 600px; 
  
}

.bgimg-3 {
  background: -webkit-linear-gradient(top, #000000, #C2C2C2);
  background: linear-gradient(to bottom, #000000, #C2C2C2);
  height: 600px; 
}

.bgimg-4 {
  background: -webkit-linear-gradient(top, #EB2322, #701212);
  background: linear-gradient(to bottom, #EB2322, #701212);
  height: 600px; 
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}


.logo{
    width: 6.5%; 
    min-width: 4em; 
}

.logo2{
    width: 9.5%; 
    min-width: 7em; 
}

.mobilelogo{
    margin-top: .75em; 
    margin-left: 2.5em; 
    float: left; 
}

.hamburger {
    color: #000;
    margin-top: .55em; 
    margin-right: 1.5em; 
    float: right; 
    font-size: 1.75em; 
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #fff; 
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 12%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    
    
}

/* The navigation links inside the overlay */
.overlay a {
    padding: .5em;
    text-decoration: none;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    background-color: #EB2322; 
    margin: .5em 1em;  
    border-radius: 5px 5px 5px 5px;
}



/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 40px;
    background-color: transparent; 
    color: #EB2322; 
    padding: 0em;
    border: none; 
}

.overlay a {
  font-size: 20px; 
}

.overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 0px;
    }
.package{
  display: none;
}

.hamburgerlogo{
    width: 100%; 
    height: 70px; 
    background-color: #fff; 
    border-radius: 0px 0px 0px 0px;  
    z-index: 98; 
    box-shadow: 0px 2px 10px #333;
}

#logolink {
    display: none; 
}

.head-image{
    width: 100%; 
    height: 500px; 
    background-color: #333; 
}


.carousel-inner>.item{

-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out; 

}

.about{
    width: 100%; 
    height: 100%; 
    background-color: #333; 
    display: inline-block;
    
}

.info-tabs{
    width: 100%; 
    height: 100%; 
    background-color: #333; 
    display: inline;
}

.about-intro{
    height: 100%; 
    width: 100%; 
    background-color: #fff; 
    float: none;
    padding: 2em; 

}


.chef-image, .info-div{
    height: 600px; 
    width: 100%;  
    float: none;
}

.info-div{
    padding: 2em; 
    background-color: #fff; 
    height: 100%; 
}

.info-div p, .general-text{
    font-family: 'helvetica neue', helvetica, verdana; 
    font-size: 20px; 
    color: #000; 
    font-weight: 200; 
    line-height: 1.5em; 

}

.cursive-heading{
    font-family: 'brush_script_mtitalic'; 
    color: #EB2322; 
    margin-bottom: -20px; 
}

.about-intro p{
    font-family: 'helvetica neue', helvetica, verdana; 
    line-height: 1.50em; 
    width: 90%; 
    font-size: 18px; 
    font-weight: 300; 
    color: #000; 
}

.about-mrgn{
    margin-top: 2.5em; 
    margin-bottom: 1em; 
}

.bkg-red, .bkg-white{
    font-family: 'helvetica neue', helvetica, verdana;
    font-weight: 200;
    color: #fff; 
    width: 100%; 
    background-color: #EB2322; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding: .30em 0em; 
    overflow: hidden;
}

.bkg-white {
    background-color: #fff; 
    color: #000;  
    padding: .5em 0em; 
}

.section-label{
    display: inline-block;
    width: 100%; 
    height: 100%; 
}

.red-tabs{
    padding: 0em 0em; 

}

.nav{
    width: 100%; 
    margin: 0 auto; 

}

.nav-tabs{
border-bottom: 0px solid #ddd;
}

.nav-tabs>li{
    float: left;
    margin-bottom: -2px;
    width: 50%;
}

.nav-tabs>li a{
    border: 0px solid transparent;
}

.nav li a{
    position: relative;
    color: #fff; 
    font-size: 16px; 
    margin-right: 0em; 
    font-family: 'helvetica neue', helvetica, verdana;
    padding: 10px 15px; 
    border-radius: 0 0 0 0;
    width: 100%; 

}


.nav li a:hover{
    color: #000; 
    width: 100%; 
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
color: #000;
cursor: default;
background-color: #fff;
border: 0px solid #fff;
width: 100%; 
}

.form-group{
    margin-bottom: 1.75em; 
}

.form-grp{
    width: 100%; 
}

.form-grp .form-group{
    float: left;
    width: 30%; 
}

label{
    font-family: 'Raleway', sans-serif;
    font-weight: 600; 
}

.mrgn{
    margin-right: 5%; 
}


.box-height{
    height: 100%;
    min-height: 400px;  
}

.thumbnail{
    padding: 0px; 
}

.about-page{
    padding: 3em; 
}

footer{
    background-color: #EB2322; 
    padding: 3em 3em ; 
}

.mrgn-bottom{
    margin-top: 2em;
    margin-bottom: 2em;  
}

.logo-center, .cntr{
    text-align: center;
}

.gallery{

border: 0px;
border-radius: 4px;
}


@media only screen and (min-width: 768px) {

.bgimg-10 {
  background-image: url("../images/chef.jpg");
}

.mobile-images{
    display: none !important;
}

.desktop-images{
    display: block !important;
}

.nav{
 width: 700px; 
} 

.nav-tabs>li{
    float: left;
    margin-bottom: -2px;
    width: 25%; 
}

.nav li a{
    
    margin-right: 0em; 
    font-family: 'helvetica neue', helvetica, Verdana, sans-serif;
    padding: 10px 15px; 
    border-radius: 0 0 0 0;
}

.about-page{
    padding: 4em; 
}

}


@media only screen and (min-width: 1024px) {


.overlay, .hamburger, .hamburgerlogo{
  display: none;
}

#logolink{
    display: inline; 
}

.cook{
    display: block;
}

.logo{
    width: 85px; 
    padding: 10px 0px; 
}

.package{   
    display: block;
    width: 100%;
    background-color: #fff;   
    border-radius: 0px 0px 0px 0px;  
    margin: 0 auto; 
    box-shadow: 0px 2px 10px -5px #333;
    z-index: 5; 
}


.package a{ 
    position: relative;
    color: #000; 
    text-decoration: none;  
    font-size: 16px; 
    margin-right: 3em; 
    font-family: 'helvetica neue', helvetica, verdana, sans-serif;
}
.overlay-content{
    background-color: #fff; 
}


.nav-tabs{
border-bottom: 0px solid #ddd;
width: 700px; 
}


.no-padding{
    padding-bottom: 0em; 
}

.package a:hover {
  color: #CA995F; 
   transition: 0.4s; /* Transition effects on hover (color) */
}

.bkg-red{
    margin-top: 0px; 
}


.about-intro{
    min-height: 600px;  
    width: 55%;  
    float: right;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax (must be last) */

}

.chef-image, .info-div{
    min-height: 600px; 
    width: 45%; 
    float: right;
}

.cntr{
    text-align: right;
}

.logo-center{
    text-align: left;
}





}



