body {
    background-image: url("images/background.jpg")!important;
    background: fixed;
} 

h1 {
    text-align: center;
    font-family: 'Dead Kansas', sans-serif;
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 1px;
    background: url("images/grunge-background4.jpg") 50% 50%;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.heading {
    display: block;
    
}

.allbuttons {
    width: 60%;
    margin-top: 100px;
    margin-left: 20%;
    text-align: center;
    height: 200px;
}

button {
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 5px black;
    font-size: 0;
    width: 200px;
    height: 200px;
    margin: 20px 20px;
    display: inline-block;
}

button:hover {
    background-color: black;
}

button:active {
    box-shadow: 0px 3px black;
    transform: translateY(6px);
  }

#button1 {

    background-image: url("images/werelaust.jpg");
    background-size: cover;

}

#button2 {
    background-image: url("images/oliveoil.jpeg");
    background-size: cover;

}

#button3 {
    background-image: url("images/whoisthat.jpg");
    background-size: cover;

}

#button4 {
    background-image: url("images/youarecreepyasshit.jpg");
    background-size: cover;

}

#button5 {
    background-image: url("images/youmeanme.jpg");
    background-size: cover;

}

#button6 {
    background-image: url("images/coral.jpg");
    background-size: cover;

}

#button7 {
    background-image: url("images/hotdiggitydog.jpg");
    background-size: cover;

}

#button8 {
    background-image: url("images/sendmeapostcard.jpg");
    background-size: cover;

}

#footer {
    text-align: center;
    display: block;
    margin: 370px 370px;
    font-size: 30px;
    font-family: 'Dead Kansas', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    background: url("images/black2.jpg") 50% 50%;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}



@media (max-width: 820px) {
    h1 {
        font-size: 90px;
    }

    body {
     background-size: cover;   
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
    }

    .allbuttons {
        margin-left: auto;
        width: 100%;
        height: 100%;
        margin-top: 90px;
    }
    
    button {
        width: 150px!important;
        height: 150px!important;
        
    }

    #footer { 
        display: block;
        margin: auto;
        margin-top: 100px;
        font-size: 20px;
    }

}


@media (max-width: 768px) {
    h1 {
        font-size: 60px;
    }

    body {
     background-size: cover;   
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
    }

    .allbuttons {
        margin-left: auto;
        width: 100%;
        height: 100%;
        margin-top: 90px;
    }
    
    button {
        width: 150px!important;
        height: 150px!important;
        
    }

    #footer { 
        display: block;
        margin: auto;
        margin-top: 100px;
        font-size: 20px;
    }

}


@media (max-width: 414px) {
    h1 {
        font-size: 40px!important;
    }

    body {
     background-size: cover;   
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
    }

    .allbuttons {
        margin-top: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;
        ;
    }
    
    button {
        width: 150px;
        height: 150px;
        
    }

    #footer { 
        display: block;
        margin: auto;
        margin-top: 10px!important;
        font-size: 20px;
    }

}

@media (max-width: 350px) {
    h1 {
        font-size: 30px!important;
    }

    body {
     background-size: cover;   
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
    }

    .allbuttons {
        margin-top: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;
    
    }
    
    button {
        width: 80px!important;
        height: 80px!important;
        
    }

    #footer { 
        display: block;
        margin: auto;
        margin-top: 10px!important;
        font-size: 10px;
    }

}