body {
    background-color: #222;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

nav {
    background: #121212 none repeat scroll 0 0 !important;
}
h2, h3, h4 {
    font-weight: bold;
}
.navbar-brand {
    height: 90px !important;
    padding: 10px !important;
}

.navbar-brand > img {
    max-height: 75px;
}
.players-list li {
	list-style-type: none;
	text-align: center;
}
footer {
    font-size: 11px;
    padding: 50px 0;
}

.container {
    width: 90%;
}

#about .wrapper {
    background: rgba(0, 0, 0, 0) url("http://www.pocketfullofsoulmovie.com/images/pfos-cover-lg.jpg") repeat scroll 22% 0;
    display: inline-block;
    padding: 20px;
	margin-top: 95px;
}

#bio .wrapper {
    background: rgba(0, 0, 0, 0) url("http://www.pocketfullofsoulmovie.com/images/pfos-bio-cover-lg.jpg") repeat scroll 22% 0;
    display: inline-block;
    padding: 45px 25px;
}
.content {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    float: right;
    line-height: 1.4;
    padding: 20px;
    width: 70%;
}

.content h3,.content .h3 {
    font-size: 36px;
    margin-top: 0;
}
.movie {
    margin-top: 90px;
}
.movie iframe {
	max-height: 90vh;
}
.thumbnail .caption {
    min-height: 345px;
}
.navbar-nav > li > a {
    font-weight: bold;
    padding: 30px;
}
.navbar-default .navbar-nav > li > a {
    color: #23acdd;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #dd9933;
}
.row {
    margin-top: -110px;
    padding-top: 110px;
}
#shop:before, #players:before { 
  display: block; 
  content: " "; 
  margin-top: -90px; 
  height: 90px; 
  visibility: hidden; 
}

.section-clear {
  display: block; 
  height: 110px; 
  visibility: hidden; 
}

@media (max-width: 768px) {
	.content {
	float: none;
    padding: 10px;
    width: 100%;
}
}