/*Hauptdesign für die Lubberchen Lorbas Website*/


body {
    background-color: 434344;
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    padding-left: 5%;
}

#content {
    background-image: url("../images/DSC_7986.JPG");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

#text {
    opacity: .9;
}

#grayBoxUnderContent {
    background-color: 232324;
    flex-grow: 1;
    height: 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}



#noJavaScriptWarning {
    color: red;
    background-color: gray;
    font-size: 20pt;
}

#navbar {
    background-color: rgb(48, 148, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fixed-bottom {
    color: #ffffff;
    background-color: rgb(48, 148, 0);
    border-color: #130269;
}

#impressumLink {
    color: rgb(90, 39, 158);
}


#bandPicture {
    max-height: 40% ; 
    max-width: 40%;
}