
body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: black;
}
h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 5px;
    font-size: 20px;
    color: #111;
}
.container {
    padding: 110px 120px;
}

#container {
    padding: 110px 40px;
}
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 1.7;
}
.person:hover {
    border-color: #f1f1f1;
}
.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(20%); /* make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
}
.carousel-caption h3 {
    color: #fff !important;
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* Remove border and add padding to thumbnails */
#menu .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

#menu .thumbnail p {
    margin-top: 15px;
    color: #555;
}

/* Black buttons with extra padding and without rounded borders */
.btn {
    padding: 5px 10px;
    border-radius: 5px;
    transition: .2s;
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover {
    border: 1px solid #333;
    background-color: #000000;
    color: #ffffff;
}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}
.modal-header, .modal-body {
    padding: 40px 50px;
}
.nav-tabs li a {
    color: #777;
}
#location1 {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    color:#ffffff;
    background-color: #d4d4d4!important;
}
footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}
footer a {
    color: #f5f5f5;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
textarea {
    resize: none;
}

#cart_summary{
    position:fixed;
    top:50px;
    left:0;
}



.mobile-btn-checkout {
    display: block;
    background-color: #E64D64;
    color: #ffffff;
    border-radius: 0;
    outline: 0;
    padding: 14px;
    width: 100%;
}
.mobile-btn-checkout:hover {
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.mobile-total-amount {
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #e52d16;
}
.mobile-cart-item a {
    padding: 14px;
    text-align: center;
    font-size: 15px;
}
.mobile-cart-item {
    border-right: 1px solid #dbdbdb;
}

.mobile-cart-item a {
    color: #e52d16;
    display: block;
    text-decoration: none;
}

.mobile-cart-nav {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #d1d1d1;
}
.notification-area {
    background: #E64D64;
    color: #ffffff;
    display: none;
    font-size: 20px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    border-radius: 0;
    height: 50px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.notification-area > p {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    margin-top: 12px;
}

p > .fa.fa-check-square-o {
    float: left;
    font-size: 2.5em;
    margin: 0.1em 4px 18px 0.3em;
}

.notification-area{
    background:#E64D64 !important;
    color:#ffffff!important;

}
@media (max-width: 650px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }

    .container {
        padding: 80px 30px;
    }

}
@media (max-width: 767px) {

    .navbar .dropdown-menu li a {
        color: #f44141 !important;
    }

    .container {
        padding: 80px 30px;
    }

}

