
.nav a {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: bold;
  
}



.shop img {
margin-bottom: 80px

}



.jumbotron {
  background: url(images/banner.jpg)  center;
 height: 250px;
}

.jumbotron .container .content {
  position: relative;
  top: 30px;
  
}

.jumbotron .container img {
	position: relative;
	top: 0px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  
}

.jumbotron p {
  font-size: 25px;
  color: #E6E6E6;
}

.learn-more {
  background-color: #292929;
}

.hours h3 {
color: #E60000;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #CC0000;
}

.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides {
    background-color: #1F1F1F;
   
}

.neighborhood-guides h2 {
    color: #CC0000;
    font-size: 35px;
	margin-top: 20px;
}

.neighborhood-guides h3 {
    color: #CC0000;
}

.neighborhood-guides .hours-font h3 {
    color: #CC0000;
	font-size: 40px;
}



.neighborhood-guides p{
    font-size: 15px;
	color: #D6D6D6;
	
}

.neighborhood-guides ul{
    font-size: 15px;
	color: #D6D6D6;
}

.container img {
	border: 2px;
	border-radius: 5px;
}

	


.games p {
margin-left: auto;
margin-right: auto;
}

.games h3 {
text-align: center;
font-size: 30px;
color: #E60000;
}

.games h2 {
padding-top: 525px;
}

.games img {
border: 2px;
border-radius: 15px;
}

.centered {
margin: 0 auto;
text-align: center;
}



#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 21px;
    background-color: rgba(209, 8, 8, 1);
    background: -webkit-linear-gradient(top, rgba(135, 8, 8, 1) 0%, rgba(209, 8, 8, 1) 100%);
    background: linear-gradient(to bottom, rgba(135, 8, 8, 1) 0%, rgba(209, 8, 8, 1) 100%);
    border-bottom-width: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(214, 214, 214, 1);
    background-color: rgba(214, 4, 4, 0.13);
    background: -webkit-linear-gradient(top, rgba(138, 28, 28, 0) 0%, rgba(214, 4, 4, 0.13) 100%);
    background: linear-gradient(to bottom, rgba(138, 28, 28, 0) 0%, rgba(214, 4, 4, 0.13) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(232, 232, 232, 1);
    background-color: rgba(117, 9, 9, 0.99);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(230, 230, 230, 1);
    background-color: rgba(92, 6, 6, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #5c0606;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #5c0606;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #5c0606;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #d10808;
}

.navbar {
    margin-bottom: 0px;
	margin-top: 0px;
}


.navbar-text{
	float: right
}

.navbar-default .navbar-text {
  color: #FFFFFF;
}

#hours {
background-color: #131313;
border-style: solid;
border-width: 2px;
border-color: #101010;
border-radius: 3px;
margin-bottom: 20px;
}

