@font-face {
    font-family: 'Chandler42';
    src: url('../fonts/Chandler42.eot');
    src: url('../fonts/Chandler42.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Chandler42.woff2') format('woff2'),
        url('../fonts/Chandler42.woff') format('woff'),
        url('../fonts/Chandler42.ttf') format('truetype'),
        url('../fonts/Chandler42.svg#Chandler42') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: "Open Sans", sans-serif;
     color: #000000;
     font-weight: 400;
     background-image: url(../images/Cullinary-Underground-2.png);
     background-repeat: no-repeat;
     background-position: top;
     background-size: cover;
     position: relative;
}
body::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f1e4;
    z-index: -1;
    opacity: 0.7;
}
p {
     font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "League Gothic", sans-serif;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
a{
    text-decoration: none;
    color: #FF0012;
}
a:focus, a:hover{
    text-decoration:none;
    color: #f57222;
}
/*--start-New---*/
.navbar-default .navbar-brand {
    float: none;
    height: auto;
    display: inline-block;
    margin: 0px !important;
    padding: 0px;
    position: absolute;
    top: 10px;
}
.navbar-default .navbar-brand img {
    width: 300px;
    padding: 0px;
}
nav.navbar.navbar-default.navbar-sticky.bootsnav{
    background-color: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    background-color:#f9f1e4;
}
.navbar-right {
    float: right !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    font-size: 22px;
    color: #FF0012;
    padding: 15px 15px;
    font-family: 'Chandler42';
    letter-spacing: 0.3px;
    margin-top: 35px;
    margin-bottom: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    background-color: #00CED1 !important;
    color: #ffffff;
    border-radius: 5px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #FF0012;
    color: #fff;
    padding: 5px 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand img {
    width: 150px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*--navbar-end--*/
.banner_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0px;
    position: relative;
}
.banner-tape1 {
    position: absolute;
    top: -75px;
    right: 130px;
}
.banner-tape1 img {
    width: 150px;
}
.banner-tape2 {
    position: absolute;
    left: 100px;
    bottom: -35px;
}
.banner-tape2 img {
    width: 150px;
}
.banner_bg .main-title {
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}
.banner_bg .main-title h2{
    color: #ffffff;
}
.banner_bg .main-title p {
    color: #f9f1e4;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-bottom: 0px;
}
.banner_bg .main-title .btn-primary {
    background-image: url(../images/Cullinary-Underground-10.png);
    width: 200px;
    height: 66px;
    background-color: transparent;
    border-color: transparent;
    color: #000;
    padding: 10px 15px;
    font-family: 'Chandler42';
    font-size: 20px;
    line-height: 47px;
    font-weight: 900;
    display: inline-block;
    margin-top: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.banner_bg .main-title .btn-primary:hover{
    transform: scale(1.05);
}
.stars-list li {
    padding: 0px 0px;
    font-size: 29px;
    color: #FFEA00;
    margin: 10px 0px;
}
.banner_bg .main-title h2{
    margin-bottom: 10px;
}
.line-block {
    padding: 50px 0px;
}
.line-block img{
    width: 100%;
}
.about-content h5 {
    color: #0047AB;
    font-family: 'Chandler42';
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 900;
}
.about-left img {
    width: 85%;
}
.main-title  h2{
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.main-title .sub-head {
    color: #FF0012;
    display: inline-block;
    position: relative;
}
.main-title .sub-head:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FF0012;
}
.sub-text {
    color: #0047AB;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
}
.about-content {
    text-align: center;
}
.about-content .about-info {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.about-content .main-title h2{
    margin-bottom: 5px;
}
.menu-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}
.bar-menu-info {
    text-align: center;
}
.bar-menu-info h2 {
    font-size: 48px;
    color: #f9f1e4;
}
.bar-menu-info .menu-title {
    color: #FF0012;
}
.bar-menu-info p {
    color: #f9f1e4;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}
.art-section .main-title h2 {
    margin-bottom: 50px;
}
.bar-tape {
    position: absolute;
    top: -45px;
    left: 150px;
}
.bar-tape img, .food-tape img {
    width: 150px;
}
.food-tape {
    position: absolute;
    top: -45px;
    right: 150px;
}
.rooftop-info{
    margin-bottom: 30px;
}
footer {
    background-color: inherit;
    border-top: none;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 30px;
}
.footer-address h2, .footer-contact h2 {
    font-family: 'Chandler42';
    font-size: 36px;
    color: #39FF14;
    font-weight: 900;
    text-shadow: 2px 3px 4px #000;
    line-height: 1.3;
    margin: 0px;
}
.footer-contact h2 a{
     color: #39FF14;
}
.footer-contact img {
    width: 65%;
    display: block;
    margin: 50px auto 0px;
}
.footer-logo {
    padding-top: 100px;
    text-align: center;
}
.footer-logo img {
    width: 90%;
}
.footer-contact{
    float: right;
}
.bottom-footer{
    text-align: center;
}
.bottom-footer p a{
    font-family: 'Chandler42';
    color: #39FF14;
    font-size: 48px;
    font-weight: 900;
    text-shadow: 1px 2px 0px #FF0012;
}
.bottom-footer .pink-clr {
    color: #FE00A0;
    text-shadow: 1px 2px 0px #000000;
    margin-top: 35px;
    font-size: 42px;
    font-weight: 900;
    font-family: 'Chandler42';
}
/*--Inner--pages--*/
.menu-block {
    margin-top: 60px;
}
.menu-info h2 {
    font-size: 48px;
    color: #FF0012;
}
.menu-list h5 {
    font-family: 'Chandler42';
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 0px;
    font-weight: 600;
}
.extra-item {
    color: #FE00A0;
}
.menu-info, .cocktail-block {
    margin-bottom: 30px;
    margin-right: 50px;
}
.cocktail-block {
    border-style: double;
    border-width: 1px;
    border-color: #FF0012;
    position: relative;
    padding: 40px 30px 20px;
    margin-top: 50px;
    outline-offset: 5px;
    outline: 1px solid #FF0012;
}
.handheld-title{
    color: #FF0012;
    font-size: 48px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    background: #faf5ec;
    width: 175px;
    margin: 0px auto;
}
.cocktail-title {
    margin: 0px;
    left: 30px;
}
.monkey-man {
    position: absolute;
    right: -25px;
    bottom: -10px;
    background: #faf5ec;
}
.monkey-man img {
    width: 100px;
}

@media (min-width: 1200px){
    .main-title h2, .bar-menu-info h2{
        font-size: 72px;
    }
    .sub-text{
        font-size: 24px;
    }
    .about-content h5{
        font-size: 36px;
    }
    .footer-address h2, .footer-contact h2 {
        font-size: 42px;
    }
    .banner_bg .main-title h2{
        font-size: 78px;
    }
    .banner_bg .main-title p{
        margin: 0px 18%;
    }
}
@media (min-width: 1400px){
    .container{
        width: 1360px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 26px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .banner_bg .main-title{
        max-width: 350px;
    }
    .bottom-footer p a {
        font-size: 36px;
    }
    .bottom-footer .pink-clr {
        font-size: 30px;
        margin-top: 0px;
    }
}
@media (min-width:992px){
    
}
@media (max-width: 991px) and (min-width: 768px){
    .navbar-default .navbar-brand img{
        width: 200px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 18px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
    }
    .banner-tape1 img {
        width: 100px;
    }
    .banner-tape1 {
        top: -50px;
        right: 10px;
    }
    .banner_bg .main-title {
        max-width: 350px;
    }
    .main-title h2 {
        font-size: 42px;
    }
    .bottom-footer p a{
        font-size: 30px;
    }
    .bottom-footer .pink-clr{
        font-size: 24px;
        margin-top: 0px;
    }
    .footer-address h2, .footer-contact h2{
        font-size: 26px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .navbar-default .navbar-brand {
        position: static;
    }
    .navbar-default .navbar-brand img{
        width: 200px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 18px;
        margin: 0px;
        padding: 10px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a{
        margin:0px;
    }
    ul.nav.navbar-nav.navbar-right {
        background: #f9f1e4;
        width: 100%;
    }
    .banner-tape1, .banner-tape2, .food-tape, .bar-tape{
        display: none;
    }
    .banner_bg .main-title{
        max-width: 300px;
    }
    .about-left img {
        width: 50%;
        display: block;
        margin: 0px auto;
    }
    .menu-bg{
        background-position: left;
    }
    .art-section .main-title {
        padding: 0px 15px;
    }
    .bar-menu-info{
        margin-bottom: 30px;
    }
    .footer-address {
        text-align: center;
    }
    .footer-address img {
        width: 300px;
    }
    .footer-logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-logo img {
        width: 250px;
    }
    .footer-contact {
        float: none;
        text-align: center;
    }
    .footer-contact img{
        width: 200px;
    }
    .bottom-footer p a, .bottom-footer .pink-clr{
        font-size: 18px;
    }
    .bottom-footer .pink-clr {
        margin-top: 0px;
    }
    .bottom-footer p {
        margin-bottom: 0px;
    }
}
@media (max-width: 540px) and (min-width: 320px){
    .main-title h2{
        font-size: 36px;
    }
    .line-block {
        padding: 30px 0px;
    }
    .footer-address h2, .footer-contact h2{
        font-size: 30px;
    }
}
