body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(255,255,255);
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a {
    color: rgb(255, 255, 255);
}
a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.fullBackground {
    height: 100vh;
}
#map {
    height: 100vh;
}
.mapHeadline {
    color: rgb(255,255,255);
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    letter-spacing: 3px;
    line-height: 35px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.mapIntro {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mapCredit {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
}
.scrollDown {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    animation: 4s ease 2s normal none infinite running bounce;
}
.mapTitle {
    border-radius: 4px;
    margin-top: 10px;
    position: absolute;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    z-index: 1;
    right: 30px;
    background-color: rgba(51,51,51,0.5)
}
.leaflet-container {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.leaflet-container img {
    width: 465px;
    border-radius: 2px;
}
.leaflet-popup {
    width: 500px;
}
.leaflet-popup-content {
    color: rgb(51, 51, 51);
    width: 480px !important;
}
.leaflet-popup-content h3 {
    margin: 0 auto;
}
.leaflet-popup-content p {
    margin: 12px 0px;
}
.leaflet-control-attribution a:hover {
    color: rgb(0, 120, 168);
    text-decoration: none;
}
div.awesome-marker-icon-red > i > span {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mapHeadline {
        font-size: 50px;
        line-height: 35px;
    }
    .mapIntro {
        font-size: 18px;
    }
    .mapCredit {
        font-size: 14px;
        padding-top: 40px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mapHeadline {
        padding-top: 10px;
        font-size: 60px;
        line-height: 55px;
    }
    .mapIntro {
        padding-top: 30px;
        font-size: 16px;
    }
    .mapCredit {
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .mapHeadline {
        padding-top: 40px;
        line-height: 60px;
        font-size: 70px;
    }
    .mapIntro {
        font-size: 20px;
        padding-top: 60px;
    }
    .scrollDown {
        width: 50px;
        height: 50px;
        font-size: 50px;
    }
    .mapCredit {
        font-size: 16px;
    }
}
