.navbar {
    background-color: transparent;
}

@media screen and (min-width: 769px), print {
    .column-hero-title {
        flex: none;
        width: 55%;
    }
}

.hero-subtitle, .hero-subtitle * {
    font-size: 1.6rem;
}

a.button.is-hero-button {
    transition: background .25s ease !important;
    text-shadow: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

box {
    padding: 3em;
}

.title img {
    height: 5rem
}

.illustration-logo {
    height: 30rem;
}

#vision {
    background: #fff url("/static/index/pattern.png") center fixed repeat;
}

@media only screen and (max-width: 768px) {
    body {
        background: #fff url("/static/index/pattern.png") center repeat;
        background-size: 10rem;
    }
    .title img {
        height: 3rem
    }
    section .inner .box.perk-1 {
        animation: none;
    }
    section .inner .box.perk-2 {
        animation: none;
    }
    section .inner .box.perk-3 {
        animation: none;
    }
    section .inner .box.perk-4 {
        animation: none;
    }
    .hero-title, .hero-title * {
        font-size: 2.3rem !important;
    }
}