﻿
@font-face {
    font-family: Heebo;
    font-display: swap;
    font-weight: 400;
    src: url(Heebo-400.woff2);
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    font-weight: 600;
    src: url(Heebo-600.woff2);
    font-weight: bold;
}
.img-round {border-radius: 50%;}
.img-shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.headerImportant {
    background-position: center bottom;
    background-image: url('../images/back-white.png');
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

/* Main container */
.overlay-image {
    position: relative;
    width: 100%;
}
    /* Original image */
    /*.overlay-image .image {
        display: block;
        width: 100%;
        height: auto;
    }*/
    /* Original text overlay */
    .overlay-image .text {
        /*color: rgba(54,177,213,1);*/
        color: rgba(80,80,80,1);
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 50%;
        transition: 2s ease;
    }
    .overlay-image:hover .text {
        height: 90%;
        color: rgba(54,177,213,1);
        transition: .5s ease;
    }
    .overlay-image .textDescription {
        /*display: none;*/
        opacity: 0;
        visibility: hidden;
        color: rgba(255,255,255,0);
    }
    .overlay-image:hover .textDescription {
        /*display: block;*/
        opacity: 1;
        visibility: visible;
        color: rgba(80,80,80,1);
        transition: 1s ease;
    }
    .overlay-image .fog {
        position: absolute;
        top: 50%;
        height: 40%;
        width: 100%;
        background-color: rgba(240,240,240,0.7);
        transition: .5s ease;
    }
    .overlay-image:hover .fog {
        /*color: rgba(54,177,213,1);*/
        color: rgba(80,80,80,1);
        top: 0;
        height: 97%;
        background-color: rgba(240,240,240,0.9);
        transition: .5s ease;
    }

.divider {
    height: 3px;
    border-radius: 50px;
    background: #a0a0a0;
    width: 60px;
}
.divider.is-centered {margin: 0 auto;}

html {
    scroll-behavior: smooth;
}


/* ==========================================================================
Section Styles
========================================================================== */

/*.section .title, .section .subtitle {
    font-family: 'Open Sans', sans-serif;
}

.section .subtitle.is-muted {
        color: #999;
    }
*/
.title-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/*.title-wrapper .title, .title-wrapper .subtitle {
    font-family: 'Open Sans', sans-serif;
}
.title-wrapper .subtitle.is-muted {
    color: #999;
}
*/


/*.content-wrapper {
    padding: 60px 0;
}

img.pushed-image {
    margin-top: -29vh;
}

.media.icon-box {
    border-top: none !important;
}
.media.icon-box .media-content .content p span {
    display: block;
}

.media.icon-box .media-content .content p .icon-box-title {
    color: #444F60;
    font-size: 1.2rem;
    font-weight: 600;
}

.media.icon-box .media-content .content p .icon-box-text {
    color: #A9ABAC;
    font-size: 1rem;
    font-weight: 400;
}
*/


/* ==========================================================================
Hero styles
========================================================================== */
/*.hero-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero-body .title, .hero-body .subtitle {
    font-family: 'Open Sans', sans-serif;
}

.hero-body .title.is-bold {
    font-weight: 700;
}

.hero-body .subtitle.is-muted {
    color: #999;
}

.hero-foot img.partner-logo {
    height: 70px;
}
*/

/* ==========================================================================
/* ==========================================================================
Classes to change the feel of bulma buttons
========================================================================== */
.button {
    cursor: pointer;
    transition: all 0.5s;
}

    .button.cta {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        padding: 26px 40px 26px 40px;
    }

    .button.is-clear {
        line-height: 0 !important;
    }

    .button.rounded {
        border-radius: 500px;
    }

    .button.raised:hover {
        box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
        opacity: 0.8;
    }

    .button.btn-outlined {
        background: transparent;
    }

    .button.signup-button {
        font-size: .9rem;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        padding: 24px 26px;
        width: 130px;
    }

    .button.primary-btn {
        outline: none;
        border-color: #46b5d7;
        background-color: #46b5d7;
        color: #fff;
        transition: all 0.5s;
    }

        .button.primary-btn:hover {
            color: #fff;
        }

        .button.primary-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(79, 193, 234, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(79, 193, 234, 0.2) !important;
            opacity: 0.8;
        }

        .button.primary-btn.btn-outlined {
            border-color: #4FC1EA;
            color: #4FC1EA;
            background-color: transparent;
        }

            .button.primary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #4FC1EA;
            }

    .button.secondary-btn {
        outline: none;
        border-color: #ffd200;
        background-color: #ffd200;
        color: #fff;
        transition: all 0.5s;
    }

        .button.secondary-btn:hover {
            color: #fff;
        }

        .button.secondary-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(243, 146, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(243, 146, 0, 0.2) !important;
            opacity: 0.8;
        }

        .button.secondary-btn.btn-outlined {
            border-color: #F39200;
            color: #F39200;
            background-color: transparent;
        }

            .button.secondary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #F39200;
            }

    .button.button.accent-btn {
        outline: none;
        border-color: #ff4e00;
        background-color: #ff4e00;
        color: #fff;
        transition: all 0.5s;
    }

        .button.button.accent-btn:hover {
            color: #fff;
        }

        .button.button.accent-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(104, 187, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 187, 136, 0.2) !important;
            opacity: 0.8;
        }

        .button.button.accent-btn.btn-outlined {
            border-color: #00efb7;
            color: #00efb7;
            background-color: transparent;
        }

            .button.button.accent-btn.btn-outlined:hover {
                color: #fff;
                background-color: #00efb7;
            }

/* ==========================================================================
========================================================================== */


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        top: 100%;
        left: 50%;
        margin-left: -125px;
        margin-top: 8px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        border-radius: 6px;

        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 0.9;
    }





