html {
    background-color: white;
    font-size: 120%;

}

body {
    padding: 0 20px;
    font-family: "M PLUS Rounded 1c", serif;
    background-image: url(../img/bg2.png);
    background-size: 100%;
    image-rendering: pixelated;

}


.bg-panel {
    background-image: url(../img/back-pain.svg   );
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 2em;
    overflow: hidden;

}


.bg-inner {
    padding: 2em 0;
    background-image: linear-gradient(90deg, #f3f4f6 10%, #f3f4f600);
}

.hero-logo {
    image-rendering: optimizeQuality;
    width: 70%;

}

.neura-logo {
    width: 100px;
    margin: 1em;
}

h1,
h2 {
    font-family: "M PLUS Rounded 1c", serif;
}

.content h1 {
    color: #6ac7c1;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.content h2 {

    font-weight: 500;
}

.content p.lead {
    font-size: 150%;
}

nav.is-hidden-mobile {
    display: none;
}

.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 20000;

}

.nav-panel {
    background-color: #6ac7c1;
    width: 100%;
    padding: 1em;
    border-bottom-left-radius: 2.1em;
    border-bottom-right-radius: 2.1em;

}

.named-anchor {
    position: absolute;
    margin-top: -4.5em;
    display: block;

}


.navbar {
    background-color: transparent;


}

.navbar-item {
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6em 2em;
}

.navbar-start {
    flex-grow: 1;
    justify-content: space-around;
    background-color: #f3f6f6;
    border-radius: 2em;
}

.members h2 {
    font-size: 1.3em;
    font-weight: 600;
}

.members p {
    font-size: 0.9em;

    padding: 0.3em 0;
    margin: 0em 0.6em !important;
    font-style: italic;
}

section {
    border-radius: 2em;
}

.is-purple {
    background-color: #79b7af;
    color: white;
}

form {
    background-color: #d2d2d277;
}

.form-container {
    max-width: 500px;
}

.responsive-hero-pad {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    text-align: center;
}

.responsive-form-pad {
    padding: 3rem !important;
}

.responsive-button {
    width: auto !important;
}

@media screen and (max-width: 1023px) {

    html {
        font-size: 100%;
    }



    .navbar-menu {
        background-color: transparent;
        box-shadow: none;
        padding: 1em;
    }

    .responsive-hero-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .responsive-form-pad {
        padding: 0 !important;
        background-color: transparent;
    }

    .hero-body {
        padding: 1rem !important;
    }

    .responsive-button {
        width: 100% !important;
    }

    .centre-on-mobile,
    .center-on-mobile {
        text-align: center;
    }


    .nav-panel {
        padding: 0;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        right: 0;
        left: 0;
        margin-bottom: 10px;




    }
}

.navbar-burger {
    color: #fff;
}

.is-teal {
    background-color: #6ac7c1;
    color: white;
    font-weight: 700;
}


.text-center {
    text-align: center;
}

.cta-button {
    padding: 1em 0;
}

figure {
    width: 75%;
    margin: 2em auto;

}

figure img {
    width: 100%;
    display: block;

}

.dia-steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #6ac7c184;
    padding: 1em;
    border-radius: 1.5em;
}

.dia-steps div.step {
    padding: 0.5em 1em;
    background-color: #eee;
    margin: 0.25em;
    font-size: 20px;
    border-radius: 0.75em;
    color: black;
    line-height: 1.25;
    font-weight: 400;
}

.arrow-down {
    background-image: url(../img/right-arrow.svg);
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    flex-grow: 0;
    flex-shrink: 0;
}

.arrow-group .arrow-down:first-child {
    margin-bottom: 1em;
}

.dia-vertical {
    flex-direction: column;
}

.dia-vertical .arrow-down {
    background-image: url(../img/down-arrow.svg);
}

figure.alloc-dia img {
    width: 600px;
    margin: auto;
}

/** vertical diagram **/

@media screen and (max-width: 959px) {
    .dia-steps {
        flex-direction: column;
    }

    figure {
        width: 400px;
        margin: 2em auto;
    }

    .arrow-down {
        background-image: url(../img/down-arrow.svg);
        width: 32px;
        height: 28px;
    }

    .dia-steps > div.step {
        text-align: center;
    }

    figure.alloc-dia {
        width: 100%;
    }

}


/** vertical diagram **/

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

    figure {
        width: 100%;
    }

    .dia-steps > div.step {
        width: 100%;
    }



    figure.alloc-dia img {
        width: 100%;
        margin: auto;
    }


}