/*
 * Globals
 */
@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/Calibri Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'CalibriBold';
    src: url('../fonts/Calibri Bold.TTF');
    font-weight: bold;
}
@font-face {
    font-family: 'CalibriLight';
    src: url('../fonts/Calibri Light.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('../fonts/AvenirLTStd-Book.ttf');

}


@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf');

}

@font-face {
    font-family: 'GothamThin';
    src: url('../fonts/Gotham_Thin.ttf');

}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */
html{
    margin: 0;
}

body {
    /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
    font-family: 'Raleway', sans-serif;

}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */
.nav-masthead{
    left: 15.625%;
    position: relative;
    display: inline;
}
.nav-masthead .nav-link {
    padding: 0;
    font-weight: 500;
    color: #ffff;
    background-color: transparent;
    /*font-size: 1.8em;*/
    font-size: 1.52vw;
    padding-top: 0;
    display: inline-block;
}





.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

@media (min-width: 991px) {
    a.nav-link{
        position: relative;
    }
    a.nav-link:not(:last-child)::after {
        /*content: '';
        position: absolute;
        height: 26px;
        width: 2px;
        background-color: #fff;
        display: block;
        top: 13%;
        right: 0;
        line-height: 100%;*/
    }

    .menu-seperator{
        margin: 0 2%;
        display: inline-block;
        color: #fff;
        vertical-align: top;
        position: relative;
        top: 0;
        /*font-size: 1.8em;*/
        font-size: 1.52vw;
    }
}
.nav-masthead .active {
    color: #fff;
    font-weight: 700 !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.carousel-inner{
    background: gray;
}
.carousel-item img {
    max-height: 100vh;
    object-fit: cover;
}


.bg-header-image{
    color: #fff;

    height: 100vh;
    min-height: 500px;
    background-image: url(../img/header-image-min.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-primary{
    color:#707070 !important;
}
.main-heading{
    color:#00a14e !important;
    text-align :center;
    font-weight: 900 !important;
    letter-spacing: 2px;
    font-size: 3em;
}


.btn-outline-secondary{
    letter-spacing: 2px;
    border-color: #000;
    border-radius: 0;
    border-width: 2px;
    color: #000;
    font-weight: 600;
    padding: .8rem 2rem;
    font-size: 1.25rem;
}
.menu-bg{
    /*height: 100vh;*/

    min-height: 64em;
    background-image: url(../img/menu_background-min.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.menu-bg .item_type{
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 0.5em;
    letter-spacing: 3px;

}

.menu-section{
    margin-top: 2em;
    margin-bottom: 2em;
}

.menu-bg .item_type:before,
.menu-bg .item_type:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 14%;
}
.menu-bg .item_type:before{
    left:-2%;
}
.menu-bg .item_type:after{
    right:-2%;
}

.family_platter_type{
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 3px;

}

.family_platter_type:before,
.family_platter_type:after {
    background-color: #00a14e;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}
.family_platter_type:before{
    left:-2%;
}
.family_platter_type:after{
    right:-2%;
}

.menu-bg .item_name,.menu-bg .item_price {
    font-weight: 600;
    color: #000;
}
.menu-bg .item_description{
    color: #707070;
    font-weight: 600;
    font-size: 0.85em;
}

.bg-green{
    background-color: #00a14e;
    color:#fff;
}

.text-green{
    color: #00a14e;
}
.text-white{
    color: #fff;
}
.slick-track{
    background: rgba(0, 0, 0, 0.85);
}
.slick-slide{
    transition: all .2s;
}
.slick-slide.slick-actsive:not(.slick-current) {
   /* -webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!
    filter: grayscale(100%);*/
}


.slick-slide:not(.slick-current) {
    /*opacity: 0.4;*/
}
.slick-slide.slick-active.slick-current{
   /* box-shadow: 1px 1px 20px 20px black;*/
}

.display-4{
    font-weight: 900 !important;
   /* font-size: 8.4em;*/
    font-size: 6.978124999999999VW;
    text-shadow: 0px 3px 11px #000;
    line-height: 76%;
}

.side-lines{
    /*position: relative;
    text-align: center;*/
}

.side-lines h3:before, .side-lines h2:before, .side-lines h1:before{
    /*content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    line-height: 100%;
    background:#000;
    left:0;
    top: 0;*/

}

.side-lines:after{

}

.side-lines h3, .side-lines h2, .side-lines h1{
    display: block;

}




#carouselExampleIndicators .carousel-item {
    height: 100vh;
    /*min-height: 350px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-indicators{
    display: none;
}

.taisho_promise_bullets{
    list-style: none;
}
.taisho_promise_bullets li{
    background: url(../img/ninja-helmet-min.png) no-repeat left top;
    padding: 0 0 0 2.1em;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1em;
}

.font-family-number
{
    /*font-family: 'CalibriRegular', sans-serif;*/

    font-family: CalibriLight;
    font-size: 1.2rem;
}

.item_description .font-family-number
{
    font-size: inherit;
}
.item_price
{
    font-family: 'CalibriRegular', sans-serif;


}

.header-top-logo{
    margin-top: 2.56%;
    text-align: center;
    margin-bottom:2.82%;
    margin-left: 35.15625%;
    margin-right: 35.15625%;
}