@font-face {
    font-family: casablanca-bold;
    src: url(casablanca-bold.ttf)
}

body {
    margin: 0;
    color: #2a2a2a;
    font-size: 1.6em;
    font-family: casablanca-bold, serif;
    overflow: hidden;
}

.center {
    margin: 5vw auto 0;
    text-align: center;
}

@media (max-width: 800px) {
    body {
        font-size: 1.5em;
    }

    .top-line {
        height: 10vw;
        background-color: #f7eae4;
    }

    .bottom-line {
        position: fixed;
        bottom: 0;
        height: 5vw;
        width: 100vw;
        background-color: #f7eae4;
    }

    img.top-banner {
        width: 100vw;
    }

    img.bottom-banner {
        position: fixed;
        bottom: 5vw;
    }

    .bottom-banner {
        margin-top: 4vw;
    }

    .logo {
        width: 45vw;
        max-width: 280px;
        margin: 0 auto;
    }

    .content {
        width: 80vw;
        margin: 50px auto 25px;
        text-align: center;
    }

    .logo-white {
        position: fixed;
        width: 44vw;
        left: 50%;
        top: 2vw;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .email-wrapper {
        position: fixed;
        left: calc(50vw - 110px);
        height: 25px;
        width: 180px;
        bottom: 10px;
    }

    .icons-wrapper {
        position: fixed;
        margin-top: -15px;
        left: calc(50vw + 70px);
    }

    .footer-info a {
        font-size: 18px;
        text-decoration: none;
        bottom: 15px;
    }

    .etsy, .ig {
        width: 20px;
        padding-top: 5px;
    }
}

@media (min-width: 801px) {
    body {
        font-size: 1.5em;
    }

    .top-banner, .bottom-banner {
        overflow: hidden;
    }

    .bottom-banner {
        margin-top: -2vw;
    }

    .bottom-line {
        position: fixed;
        bottom: 0;
        height: 2vw;
        width: 100vw;
        background-color: #f7eae4;
    }
    .logo {
        width: 42vw;
        max-width: 280px;
        margin: 0 auto;
    }

    .content {
        width: 70vw;
        margin: 25px auto;
        text-align: center;
    }

    .logo-white {
        position: fixed;
        width: 14vw;
        margin-top: 10px;
        left: 10px;
    }

    .footer-info {
        position: fixed;
        margin: 0 auto;
        bottom: 10px;
        text-align: center;
        font-size: 0.85em;
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .email-wrapper {
        position: fixed;
        bottom: 10px;
        height: 25px;
        width: 180px;
    }

    .icons-wrapper {
        margin-top: -25px;
        margin-left: 180px;
    }

    .footer-info a {
        font-size: 18px;
        text-decoration: none;
        bottom: 15px;
    }

    .etsy, .ig {
        width: 20px;
        padding-top: 5px;
    }
}


@media (min-width: 1200px) {
    body {
        font-size: 1.6em;
    }

    .top-banner, .bottom-banner {
        width: 100vw;
    }

    .bottom-banner {
        width: 140vw;
        margin-top: 0;
    }

    .logo {
        width: 30%;
        margin: 0 auto;
    }

    .logo-white {
        position: fixed;
        transform: translate(0%);
        width: 9vw;
        top: 20px;
        left: 20px;
        margin-top: 0;
    }

    .content {
        margin: 25px auto;
    }

    .footer-info {
        position: fixed;
        margin: 0 auto;
        bottom: 0;
        text-align: center;
        font-size: 1em;
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .email-wrapper {
        height: 25px;
        width: 180px;
    }

    .icons-wrapper {
        margin-top: -25px;
        margin-left: 180px;
    }

    .footer-info a {
        font-size: 18px;
        text-decoration: none;
        bottom: 15px;
    }

    .etsy, .ig {
        width: 30px;
        padding: 5px;
    }
}

.button {
    border: none;
    background-color: #ec6624;
    font-size: 22px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    line-height: 1;
    cursor: pointer;
}

.button:hover {
    background-color: #2a2a2a;
}

.orange, .orange a {
    color: #ec6624;
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 5vw;
}

.footer-info a {
    color: #2a2a2a;
}

