@charset "UTF-8";

@import url('https://use.typekit.net/pfl8xxc.css');

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

img,
video,
audio {
    max-width: 100%;
}

img,
video {
    height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

svg {
    max-height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

iframe {
    border: none;
    width: 100%;
}

button,
[type="submit"] {
    -webkit-appearance: button;
}

[type="radio"],
[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    margin-right: 2px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::-moz-focus-inner {
    border: none;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'adelle-sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #5a412d;
    line-height: 1.2;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 40em) {
    body {
        font-size: 1.25rem;
    }
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

button {
    font-size: 100%;
    outline: none;
    padding: 0;
    border: 0;
    border-radius: 0.3125rem;
    background: transparent;
    line-height: 1.2;
    cursor: pointer;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px;
}

.site-header .logo {
    display: block;
    width: 205px;
}

.site-header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
}

.site-footer .inner {
    display: flex;
    flex-direction: column;
}

.slogan {
    font-size: 15px;
    color: #91becd;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
}

.contact {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.05em;
}

.contact a {
    color: #000000;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 640px) {

    .site-header .logo {
        width: 300px;
    }

    .slogan {
        font-size: 21px;
        padding-right: 30px;
        margin-bottom: 24px;
    }

    .contact {
        font-size: 20px;
    }

    .site-footer {
        padding: 50px;
    }

    .site-header {
        padding: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .site-footer .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .slogan {
        margin-bottom: 0;
    }
}
