 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #000B26;
}

nav {
    background-color: #000B26;
}

    nav .nav-link:hover {
        opacity: .75;
    }

button.navbar-toggler,
button.navbar-toggle:focus {
    border: none;
}

#logo_top {
    height: 50px;
}

#logo_bottom {
    height: 100px;
    margin-bottom: 20px;
}

.coming_soon {
    background-color: green;
    color: #fff;
    font-size: 0.8rem;
}


h1, h2, h3, h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

    h1 span, h2 span, h3 span, h4 span {
        font-weight: 300;
    }



.bt-light-blue {
    background-color: #5083FB;
    color: #fff;
    font-weight: 500;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: .2rem;
}

    .bt-light-blue:hover {
        background-color: #5083FB;
        filter: brightness(75%);
        color: #fff;
    }

.bt-brand-dark-green {
    background-color: #27EFB4;
    color: #000;
    font-weight:500;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: .2rem;
}

    .bt-brand-dark-green:hover {
        /*background-color: #5BF3C6;*/
        background-color: #27EFB4;
        filter: brightness(75%);
        color: #000;
    }


/*.custom-nav-link {
    background: #19231F;
    border: 1px solid #19231F;
    border-radius: .4rem !important;
    padding: .4rem .8rem;
    margin: .2rem;
    font-size: 1rem;
    color:#fff;
}

    .custom-nav-link:hover {
        background: #19231F;
        border: 1px solid #19231F;
        color:#fff;
        filter: brightness(75%);
    }

    .custom-nav-link.active {
        background: #000 !important;
        border: 1px solid #19231F;
    }

*/

.custom-nav-link {
    background: #5083FB;
    border: 1px solid #5083FB;
    border-radius: .2rem !important;
    padding: .4rem .8rem;
    margin: .2rem;
    font-size: .8rem;
    text-transform: uppercase;
    color:#fff;
    font-weight:500;
}

    .custom-nav-link:hover {
        background: #5083FB;
        border: 1px solid #5083FB;
        color:#fff;
        filter: brightness(75%);
    }

    .custom-nav-link.active {
        background: #000 !important;
        border: 1px solid #5083FB;
    }    




#hero, #content {
    padding-top:6rem;
    background: url(img/bg.png) center top no-repeat;
    background-size: cover;
}

#discover {
    background: #18181C;
}


#demo, #features {
    background: #000 url(img/bg2.png) center top no-repeat;
    background-size: cover;
}

.tab-pane p {
    margin-top: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #27EFB4;
    color: black;
}

#features .italic {
    font-style: italic
}

#hive {
    background: #000B26;
}

    #hive .container-a {
        background: url(img/bg_hive.svg) center center no-repeat;
        background-size: cover;
    }

    #hive .container-b {
        background: url(img/hive.svg) center left no-repeat;
        background-size: contain;
    }





#contact {
    background: #000;
}

.form-control {
    border: 0;
    background: #18181C;
}

    .form-control:focus {
        border: 0;
        background: #262626;
    }






/* FOOTER */


footer .list-unstyled li a:hover {
    opacity: .5;
}


/* COPYRIGHT BAR */

#copyright {
    background: #000;
}

.btn-social:hover {
    opacity: .75;
}


.mauticform-input {
    color: black;
}