/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 14px;
}

body {
    font-family: 'Quicksand', sans-serif !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}




/* font Awesome Gradients
-------------------------------------------------- */
div svg.icon-gradient * {
    fill: url(#gradient-primary);
}


/* Default Site Styles
-------------------------------------------------- */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.bg-gradient {
    background-image: linear-gradient(to right bottom, #5fdb0d 0%, #204e03 100%);
}

.bg-gradient-red {
    background-image: linear-gradient(to right bottom, #b82e2e 0%, #cd9c0c 100%);
}

.bg-gradient-blue {
    background-image: linear-gradient(to right bottom, #0456b1 0%, #31d4ca 100%);
}

.btn-pill {
    border-radius: 100px !important;
}


.box-shadow {
    box-shadow: 0 4px 15px rgba(50,50,93,.04), 0 4px 5px rgba(0,0,0,.07);
}

.card-shadow {
    box-shadow: 0 5px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    transition: box-shadow 0.15s ease-in;
}
    .card-shadow:hover {
        box-shadow: 0 12px 48px 0 rgba(0,0,0,.2);
    }

.font-size-1 {
    font-size: 1.1em;
}

.font-size-2 {
    font-size: 1.2em;
}

.font-size-3 {
    font-size: 1.3em;
}

.font-size-n1 {
    font-size:.9em;
}

.font-size-n2 {
    font-size: .8em;
}

.font-size-n3 {
    font-size: .7em;
}



/* btn-white
-------------------------------------------------- */

.btn-white {
    background-color: #fff;
    border-color: #f8f9fa;
}

    .btn-white:hover {
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-white:focus, .btn-white.focus {
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #fff;
        background-color: #fff;
        border-color: #005a5a
    }

    .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

        .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
            background-color: #e2e6ea;
            border-color: #dae0e5;
            box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
        }


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
