
/** Nav Style Overrides **/

.navbar {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

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

/** Section Header Images **/

.img-center {
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}


/** Section id Styles **/

#bio {
	margin-bottom: 25px;
	padding-top: 10px;
}

#discography {
	padding-top: 75px;
	padding-bottom: 50px;
	padding-left: 25px;
}

#disc{
	margin-bottom: 25px;
	padding-top: 25px;
}

.poetry-rev{
	padding-top: 50px;
}

#myModalLabel{
	color:#000;
}

#gallery {
	padding-top: 100px;
	padding-left: 25px;
}

#videos{
	margin-top: 150px;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 25px;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#instruction, 
#kudos{
	padding-top: 50px;
}


/** Reviews **/


#quotes-l,
#quotes-r{
	margin-top: 75px;
}

#evo {
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

#vice {
	margin-bottom: -50px;

}

#review-left,
#review-right {
	margin-top: 75px;
}



/** contact **/

.panel-default {
	background-color: #000;
}

.panel-default > .panel-heading{
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.list-group{
	background-color: #000;
	color: #fff;
}

#contact-mailer{
	margin-top: 75px;
}

footer{
	border-top: 1px solid #fff;
	margin-top: 25px;
	padding-top: 25px;
}
