/* make html and body to cover the full screen at minimum and let the page get longer if needed */

html, body {
    height: 100%;
}

#hero div.text, #hero p.text {
    color: white
}

.datepicker-cell.disabled {
    background-color: coral;
}

.contact .info .email, .contact .info .phone {
    margin-top: 0px;
}


h1, h2 {
    font-family: "Pirulen", sans-serif
}

a.navlink {
    font-family: "Pirulen", sans-serif
}