@import url('https://fonts.googleapis.com/css?family=Metamorphous');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lora');

body {
    background: #333 !important;
    font-family: 'Roboto', sans-serif;
}

.jumbotron h1 {
    font-family: 'Metamorphous', cursive;
}

.jumbotron p {
    font-family: 'Lora', serif;
}

.jumbotron p em {
    font-size: 80%;
    font-style: normal;
    color: #c9302c;
}

.panel-default {
    text-align: center;
}

.map-thumbnail {
    padding: 10px;
    min-height: 260px;
    overflow: hidden;
}

.map-thumbnail img {
    cursor: zoom-in;
}

.featherlight-content {}

.featherlight-image {}