﻿:root {
    :: -webkit-scrollbar

{
    height: 10px;
    width: 10px
}

::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 6px
}

::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 6px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #c4c4c4
    }

}

html, body {
    background: #EFF3F4;
    background: #FFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.hero.is-info.is-bold {
    background-image: url('/media/3p3necbg/scio-background-frequency-of-love.webp');
    background-position: 0 0;
    background-size: cover;
}

.hero-body .container {
    max-width: 700px;
}

.hero-body .title {
    color: hsl(192,17%,99%) !important;
    font-size: 60px;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.title:not(.is-spaced) + .subtitle {
    margin-top: 0;
}

.hero-body .subtitle {
    margin-top: 0;
    color: hsl(192,17%,99%) !important;
    font-size: 30px;
    padding-top: 0;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.4);
}

.navbar-menu .is-white.is-outlined {
        background-color: rgba(170, 180, 193, 0.5);
 }

.navbar-menu .is-white.is-outlined.is-active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
}

.navbar-burger {
    color: #fff;
}

.features {
    padding: 1rem 0;
}

.box.cta {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.card-image > .fa {
    font-size: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #209cee;
}

.card-content .content {
    font-size: 14px;
    margin: 1rem 1rem;
}

    .card-content .content h4 {
        font-size: 16px;
        font-weight: 700;
    }

.card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    margin-bottom: 2rem;
}

.intro {
    padding: 5rem 0;
    text-align: center;
}

.sandbox {
    padding: 5rem 0;
}

.tile.notification {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.is-shady {
    animation: flyintoright .4s backwards;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

.is-shady:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

.footer {
    padding: 1rem 1.5rem 2rem;
}