/*
   Vincent Bootstrap Project
/*
    Firehouse Grill and Pub
	Author: Ola Vincent
	Date: July 4, 2015  
*/

/*   Body Style   */
body.body {     
     background-color: #ECE5E5;
}

p {
text-align:	justify;
}

img {
    padding-right: 3px;
    padding-bottom: 3px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 10px;
    -moz-box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
    box-shadow: rgba(0,0,0,0.7) 2px 2px 2px;
    -shadow: rgba(0,0,0,0.7) 2px 2px 2px;
}

/*   Jumbotron Style   */
.jumbotron {     
   background-color: #060106;
}

.wel_txt {
    color: white;
}

h3#salad {
    margin-top: -15px;
}
    
.navbar-inverse {
    background-color: #000000;
    border-color: #080808;
}

.navbar-default {        
    background-color: #F5EFEF;
    border-color: #e7e7e7;
}

.footer {
    margin-top: 15px;
    text-align: center;
}


/* Style for Media Queries for min-width of 400px and max-width of 550px  */

/*@media only screen and (min-width : 450px) and (max-width : 650px)
{
.slidesjs-container {
	display: none;
}
}
*/

@media only screen and (min-width : 150px) and (max-width : 470px)
{
.slidesjs-container {
	display: none;
}

.jumbotron {
    background-color: #060106;
}

}





