.page h1.page-heading {
    display:none;
}                      
#store .columns img {
    width:100%;
    padding-left: 15%;
    padding-right: 15%;
}   
#store #otherstores img {
    padding-left: 20%;
    padding-right: 20%;
}           
#store .columns .info {
    font-size:30px;
    text-align: center;
    margin-bottom: 0;
}
#store .columns .info a, #store .columns .info a:active, 
#store .columns .info a:visited {
    text-decoration: none;
    color: #402020;
}
#store .columns .info a:hover {
    text-decoration: underline;
}
#store .columns .info .phonenumber:hover {
    text-decoration:none;
    cursor: auto;
}
#store .columns .hours {
    padding-left:36%;
    padding-top:3%;
    font-style:italic;
    font-size:30px;
    text-align: left;
    margin-bottom: 0;
}
#store .columns .hours .borders {
    border-left:#f0a900 2px solid;
    padding-left:2%;
}
.normal {
    font-style:normal;
}
.italics {
    font-style: italic;
}
#store .columns .closure {
    font-size: 30px;
}
#store .columns .coffee {
    width:100%;
    padding-left:10%;
    padding-right: 7%;
    padding-top:4%;
    padding-bottom:4%;
}
#store #giftslink {
    padding-top:1%;
    padding-bottom:3%;
    margin-top: 2%;
    background-image:url("/product_images/uploaded_images/toffee-link.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#store #giftslink .button {
    padding-left:35%;
    padding-right:35%;
    padding-top:5%;
    border: none;
}
@media screen and (max-width: 1366px) {
    #store .columns .hours {
        padding-left: 34%;
    }
}
@media screen and (max-width: 1120px) {
    #store .columns .hours {
        padding-left: 32%;
    }
}
@media screen and (max-width: 1024px) {
    #store .columns .hours, #store .columns .info, #store .columns .closure {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 730px) {
    #store .columns img {
        padding-left: 10%;
        padding-right: 10%;
    }
    #store #otherstores img {
        padding-left: 15%;
        padding-right: 15%;
    }
    #store .columns .hours, #store .columns .info, #store .columns .closure { 
        font-size: 3.5vw;
    }
    #store .columns .hours {
        padding-left: 26%;
    }
    #store .columns .coffee {
        padding-left: 7%;
    }
}
@media screen and (max-width: 630px) {
    #store #giftslink .button {
        padding-left: 32%;
        padding-right: 32%;
    }
}
@media screen and (max-width: 430px) {
    #store .columns img, #store #otherstores img {
        padding-left: 0;
        padding-right: 0;
    }
    #store .columns .hours, #store .columns .info, #store .columns .closure {
        font-size: 5vw;
    }
    #store .columns .hours {
        padding-left: 15%;
    }
    #store .columns .coffee {
        padding-left: 0%;
        padding-right: 0%;
    }
    #store #giftslink .button {
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 7%;
    }
}