html{
    width: 100%;
    height: 100%;
    background-color: black;
}

.index{
    background: url(images/backgnd.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.mothermoth{
    background: url(images/backgnd-mothermoth.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;    
}

.leffondras{
    background: url(images/backgnd-leffondras.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;    
}

body{
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}


#mainlogo{
    min-height: 80px;
    max-height: 15vh;
    padding: 5px 0px 0px 10px;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.about{
    display: none;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 50px;
}

.newsletter{
    max-width: 60%;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 50px;
}

.band{
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
    font-size: 0.8rem;
    color: whitesmoke;
    
}


h2{
    font-size: 1.2rem;
    margin: 120px 0 0 0;
    background-color: rgba(0, 0, 0, 0.6);
}

h3{
    margin: 20px 0 5px 0;
    padding-left: 2rem;
    text-align: left;
    font-size: 0.8rem;
    background-color: black;
}


#overlay, #overlay a{
    text-align: center;
    font-size: 0.8rem;
    color: whitesmoke;    
}

footer{
    position: fixed;
    bottom: 0;
    padding-bottom: 0.2rem;
    text-align: center;
    width: 100%;
    background-color: black;
}

footer h1{
    margin: 0;
    font-size: 0.8rem;
    color: whitesmoke;
}

nav, nav a{
    margin: 0;
    font-size: 0.8rem;
    color: whitesmoke;
    text-decoration: none;
}

.band p, .band p a{
    max-width: 100%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.6);
}

.text-bg{
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

#mailchimp input{
    padding: 0rem 0.5rem;
    border-radius: 0.3rem;
    background-color: black;
    border: 1px solid whitesmoke;
    font-family: inherit;
    font-size: 0.7rem;
    color: whitesmoke;
    text-transform: uppercase;
}