@font-face {
    font-family: 'Botanica';
    src: url('../fonts/botanica-webfont.woff2') format('woff2'),
         url('../fonts/botanica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/gotham-book/Gotham-Book.woff2') format('woff2'),
         url('../fonts/gotham-book/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.uk-background-secondary {background-color: #131313;}
body {color: #131313; font-family: 'Gotham Book', sans-serif;}
input, select, textarea, button {font-family: inherit;}
a:hover {color: #5EA893;}
.hh-footer-link {color: #ffffff;}
.hh-footer-link:hover {color: #5EA893;}
::selection {background-color: #5EA893; color: #ffffff;}
::-moz-selection {background-color: #5EA893; color: #ffffff;}
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-h1, h1,
.uk-h2, h2,
.uk-h3, h3,
.uk-h4, h4,
.uk-h5, h5,
.uk-h6, h6 {
    font-family: 'Botanica', serif;
    text-transform: lowercase;
}
.hh-top-large-text {
    font-family: 'Botanica', serif;
    text-transform: lowercase;
    line-height: 4.5rem;
    font-size: 5rem;
    padding: 120px 20px 120px 20px;
}
.hh-top-slideshow {margin-left: auto; margin-right: auto;}
@media (max-width: 959px) {
    .hh-top-grid-offset {margin-left: 0;}
    .hh-top-grid-offset > * {padding-left: 0;}
}
@media (min-width: 960px) {
    .hh-top-slideshow {margin-left: 30px; margin-right: 0;}
    .hh-top-grid-offset {position: relative; top: -80px; margin-bottom: -80px;}
    .hh-top-text-offset {position: relative; top: 80px; margin-bottom: 80px;}
}
.hh-divider-white::after {
    border-top-color: #fff;
}
.hh-form-text {
    padding: 10px 5px 20px 5px;
}
@media (min-width: 960px) {
    .hh-form-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hh-form-title {
    font-family: 'Botanica', serif;
    text-transform: lowercase;
    line-height: 3.5rem;
    font-size: 4rem;
}
.hh-bottom-title {
    font-family: 'Botanica', serif;
    text-transform: lowercase;
    line-height: 3.5rem;
    font-size: 4rem;
}
.hh-bottom-white-section {
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}
.hh-roboto {font-family: 'Roboto Condensed', sans-serif !important; font-size: 2.2rem; line-height: 2.6rem; font-weight: 100; text-transform: inherit;}
.hh-text-footer1, .hh-text-footer2 {font-size: 12px; color: #ffffff;}
.hh-text-footer2 {text-align: left;}
.uk-section-secondary {background-color: #131313;}