/* CSS Document */

/* Background pattern*/
body {
    background-image: url("../img/background/black.png");
    background-repeat: repeat; 
}

/*loyal header menu bar */
.loyalheader {
	background-image: url("../img/background/wood2.png");
    background-repeat: repeat; 
}

.top-buffer { margin-top:0px; }

/*Menu/specials image within content */
img {
	vertical-align: middle;
	border: 0;
	page-break-inside: avoid;
	max-width: 100% !important;
}

/* Promotion Panel surounding*/

/* Centering the Nav Bar */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
	height: 45px;
	line-height: 20px;
	padding: 0px; 
       	}

.navbar .navbar-collapse {
    text-align: center;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}
.marketing h2 {
  font-weight: normal;
  color: #ffffff;
}
.marketing .col-sm-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/*Beer Page*/
.thumb {
	margin-bottom:10px;
        
}

.jumbo-color {
    background: green;
  }


/*White text needed */
.whitetext {
color: #ffffff;
}


/*TABS TABS TABS TABS*/
/* tab color */
.nav-tabs>li>a {
  background-color: #ff6600; 
  border-color: #777777;
  color:#fff;
  margin-bottom: 5px;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #666;
  border: 1px solid #888888;
}

/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}
