/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#hometown_map {
    height: 400px;
    width: 9000px;
    max-width: 99%;
}
#map_information {
    max-width: 99%;
    width: 600px;
    height: 400px;
    overflow-y: scroll;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?vdd273');
    src:  url('fonts/icomoon.eot?vdd273#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vdd273') format('truetype'),
    url('fonts/icomoon.woff?vdd273') format('woff'),
    url('fonts/icomoon.svg?vdd273#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e907";
}
.icon-location:before {
    content: "\e906";
}
.icon-pinpoint:before {
    content: "\e906";
}
.icon-map-marker:before {
    content: "\e906";
}
.icon-pin:before {
    content: "\e906";
}
.icon-wash:before {
    content: "\e905";
    color: #5d5d5d;
}
.icon-vending:before {
    content: "\e900";
}
.icon-wifi:before {
    content: "\e901";
}
.icon-television:before {
    content: "\e902";
}
.icon-tv:before {
    content: "\e902";
}
.icon-shower:before {
    content: "\e903";
}
.icon-laundry:before {
    content: "\e904";
}
