﻿.marker {
    background-image: url('/images/Icons/bed_green.gif');
    background-size: cover;
    width: 18px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
}

.Navy-Campground-marker {
    background-image: url('/images/Icons/yellow_tent_sm.gif');
}

.Navy-Hotel-marker {
    background-image: url('/images/Icons/yellow_bed_sm.gif');
}

.Navy-RV-marker {
    background-image: url('/images/Icons/yellow_rv_sm.gif');
}

.Navy-VacationRental-marker {
    background-image: url('/images/Icons/yellow_cabin_sm.gif');
}

.Navy-multiple-marker {
    background-image: url('/images/Icons/yellow_luggage_sm.gif');
}

.AirForce-Campground-marker {
    background-image: url('/images/Icons/blue_tent_sm.gif');
}

.AirForce-Hotel-marker {
    background-image: url('/images/Icons/blue_bed_sm.gif');
}

.AirForce-RV-marker {
    background-image: url('/images/Icons/blue_rv_sm.gif');
}

.AirForce-VacationRental-marker {
    background-image: url('/images/Icons/blue_cabin_sm.gif');
}

.AirForce-multiple-marker {
    background-image: url('/images/Icons/blue_luggage_sm.gif');
}

.Army-Campground-marker {
    background-image: url('/images/Icons/black_tent_sm.gif');
}

.Army-Hotel-marker {
    background-image: url('/images/Icons/black_bed_sm.gif');
}

.Army-RV-marker {
    background-image: url('/images/Icons/black_rv_sm.gif');
}

.Army-VacationRental-marker {
    background-image: url('/images/Icons/black_cabin_sm.gif');
}

.Army-multiple-marker {
    background-image: url('/images/Icons/black_luggage_sm.gif');
}

.MarineCorps-Campground-marker {
    background-image: url('/images/Icons/red_tent_sm.gif');
}

.MarineCorps-Hotel-marker {
    background-image: url('/images/Icons/red_bed_sm.gif');
}

.MarineCorps-RV-marker {
    background-image: url('/images/Icons/red_rv_sm.gif');
}

.MarineCorps-VacationRental-marker {
    background-image: url('/images/Icons/red_cabin_sm.gif');
}

.MarineCorps-multiple-marker {
    background-image: url('/images/Icons/red_luggage_sm.gif');
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}