img {
    width: 100%;
}

.hours {
    position: absolute;
    right: 10px;
    top: 609px;
    padding: 10px;
    background: white;
    z-index: 999;
}

p {
    margin-top: 0;
    padding: 10px;
    display: inline-block;
}

.contact {
    margin: 0 auto 20px auto;
    text-align: center;
    color: #2D2D37;
}

.contact a {
    color: #2D2D37;
}

.link:hover {
    text-decoration: underline;
}

.icon-medium {
    width: 50px;
    height: 50px;
}

.icon-small {
    margin-bottom: -4px;
    height: 20px;
    width: 20px;
}

.yelp {
    margin-bottom: -4px;
    height: 20px;
    width: 40px;
}

.star {
    width: 100px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 10px;
}

.rate {
    color: white;
    background: #CC1916;
}

.rate:hover {
    background: #ba1714;
}

h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.facebook {
    color: white;
    background: #3664a2;
}

.facebook:hover {
    background: #30588f;
}

.google {
    color: white;
    background: #db4935;
}

.google:hover {
    background: #d13a25;
}
