@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en);

body{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.8;
    background-size: cover;
    background-color: #030303;
    color: #6c757d;
}

.bg-darker{
    background-color: #0d0d0d;
}
/*
.home::before{
    background: url(../images/ibanez-rgif-playing.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}
.discography::before{
    background: url(../images/mixing-desk-top.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}

.profile::before{
    background: url(../images/gibson-sg-playing.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}


.supporters::before{
    background: url(../images/mixing-console.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}

.inmemory::before{
    background: url(../images/mixing-desk-top.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}

.contact::before{
    background: url(../images/studio-monitors.jpg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}
*/
.white-background{
background-color: #ffffff;
}

.white{
color: #ffffff;
}
.social-icon{
width: 8%;
}
.center-block{
float:none;
}

.navbar-brand {
padding: 0px;
margin: 0px;
height: 90px;
}
.navbar-brand>img {
height: 100%;
width: auto;
margin:0px;
padding: 0px;
}

.nav-link{
color: #ffffff !important;
}

.nav >li >a {
margin-top: 50px;
padding-bottom: 10px;
}
@media (max-width: 500px) {
/* define mobile specific styles come here */
    .nav >li >a {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    h1{
        font-size: 18px;
        font-weight: bold;
    }
}

.footer{
    margin-top: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.verse{
    font-size: 90%
}

.verse a{
    color: #4a4a4a;
    font-size: 80%;
}