p {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

p strong {
    font-weight: 700;
}

p.subtitle {
    font-size: 2em;
}

h1.title {
    margin-bottom: 1em !important;
    font-size: 5em;
    font-family: bree, sans-serif;
    color: #03377f;
}

a {
    color: #00b79f;
}

a.button {
    font-family: Futura, sans-serif;
}

a.button.is-primary {
    color: #00b79f !important;
    border-color: #00b79f !important;
}

a.button.is-primary:hover {
    color: #fff !important;
    background-color: #00b79f !important;
}

iframe.map {
    height: 100%
}

html {
    background-color: #f8f8f8;
}

.space-top {
    margin-top: 3em;
}

img.separator {
    margin: 2em auto;
    display: block;
}