#toTop {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #7F0000;
    color: white; 
    cursor: pointer;
    padding: 5px 10px 5px 10px; 
    border-radius: 10px; 
    font-size: 18px;
}

#top {
    border-top: 3px solid #7F0000;
    padding-top: 2%;
    padding-bottom: 2%;
}

#storeImg {
    height: 60%;
    width: 60%;
}

a:link, a:visited {
    color: #7F0000;
}

a:active, a:hover {
    color: #532d2d;
}

h2 {
    color: #7F0000;
}

#weBuy, #staffPicks, #events, #indexPage {
    margin-bottom: 2%;
}

h4 {
    padding-top: 2%;
    padding-bottom: 2%;
}



@media screen and (max-width: 767px) {
    #weBuyIMG {
        display: none;
    }

    #storeImg {
        height: 100%;
        width: 100%;
    }
}