@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/oswald-v57-latin-regular.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/muli-v34-latin-300-600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/muli-v34-latin-300-600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/muli-v34-latin-300-600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/muli-v34-latin-300-600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Fjalla One";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/fjalla-one-v16-latin-regular.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.static-contact-actions {
    clear: both;
    padding: 2rem 1rem;
    text-align: center;
    background: #253348;
    color: #fff;
}
.static-contact-actions h2 {
    margin: 0 0 1rem;
    color: #fff;
}
.static-contact-button {
    display: inline-block;
    margin: .4rem;
    padding: .8rem 1rem;
    border: 2px solid #fec900;
    color: #fff !important;
    text-decoration: none;
}
.static-contact-button:focus,
.static-contact-button:hover {
    background: #fec900;
    color: #111 !important;
}
.jdGallery .slideElement {
    background-size: cover !important;
}
@media (max-width: 600px) {
    .static-contact-button {
        display: block;
        margin: .6rem auto;
        max-width: 20rem;
    }
}
