@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;
    font-size: 14px;
    line-height: 1.8;
    background-color: #2f2f2f;
}

.bg-darker{
    background-color: #0d0d0d;
}

p {
    color: #ffffff;
}

.img-scale   {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.footer-content{
    padding: 10px;
}

.intro{
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%), url("/images/control-room-close.png");
}

@media (max-width: 1092px) {
    /* define mobile specific styles come here */
    .nav >li >a {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-header > b {
        font-size: 16px;
        line-height: 100px;
        vertical-align: bottom;
    }

    h1{
        font-size: 18px;
        font-weight: bold;
    }
}

.footer{
    margin-top: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.verse{
    padding-top: 15px;
    font-size: 90%
}

.verse a{
    color: #4a4a4a;
    font-size: 80%;
}