﻿

.mapExploreTitle {
    font-weight: 600;
    text-transform: uppercase;
}
.foodie-title {
    font-weight: 900;
    text-transform: uppercase;
}

.backtomap {
    font-size: 1em;
    letter-spacing: 4px;
    color: #000;
    text-transform: uppercase;
    margin: 50px auto;
    text-align: center;
    display: block;
    font-weight: 600;
}

.foodie-intro {

}

.foodie.foodie-guide .overlay:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.current-xs .mapExploreTitle, current-sm .mapExploreTitle {
    max-width: 75%;
    text-align: center;
    margin: 30px auto;
}


.map-links {
    display: block;
    padding-top: 130px;
    margin-left: 20px;
}

.current-sm .map-links, .current-xs .map-links {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 30px;
    overflow: auto;
}

section.last {
    margin-bottom:30px;
}


.foodieguide-margin .divider {
    margin:60px 0;
}


@media screen and (max-width:379px ) {
    .current-xs .divider, .current-sm .divider {
        margin: 30px 0;
    }

    .divider--noline {
        background-color: white;
        border: none;
    }
}