﻿.hero-image {
    background-image: url('../images/mac_hero.png');
}

.locations-section {
    padding: 10px 25px;
    background-color: #fff;
}

.locations-section .section {
    padding: 10px 0px 30px;
}

.locations-section h2 {
    margin: 15px 0;
    color: #333333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.location-wrap {
    border: 1px solid #4a4137;
    display: inline-block;
    background-color: #fff;
    margin: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.17);
}

.location-wrap .map {
    display: inline-block;
    text-decoration: none;
    color: #333;
}

.location-wrap .address {
    padding: 10px;
    font-size: 14px;
}

.location-wrap .map img {
    border-bottom: 1px solid #4a4137;
}

.directions-link {
    font-weight: 700;
    text-align: right;
    color: #007bff;
    padding-top: 5px;
    font-size: 13px;
}

.directions-link svg {
    margin-left: 3px;
}

@media (max-width: 990px) {
    .locations-section {
        text-align: center;
    }
}