html {
    scroll-behavior: smooth;
}
body, label, strong {
    color: #4e2200!important;
}
.navbar-item img {
    max-height: 50px;
}

.hero-body {
    padding: 0;
}

#contact {
    background: url(../images/bg.png) no-repeat center center;
}

#contact .collage {
    max-width: 75%;
}

.title {
    font-family: 'Alike', serif;
    color: #4e2200;
}

.subtitle {
    font-family: 'Alike', serif;
    color: #d7b989;
    font-size: 1.5rem;
}

.lead {
    font-size: 1.75rem;
    text-align: justify;
}

.section.is-odd {
    background-color: #f6f2ed;
}

.button.is-gold {
    background-color: #d7b989;
    border: none;
    color: white;
}

@media screen and (max-width: 768px) {
    .collage {
        max-width: 100%!important;
    }
    .lead {
        font-size: 1.5rem!important;
    }
}