﻿body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #161819;
    color: #fff;
}

a {
    color: #fff !important;
    transition: ease-in-out color .15s;
    text-decoration: none !important;
}

    a:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.text-muted {
    color:#999999 !important;
}

.container {
    max-width: 960px;
}

.btn-primary {
    color: #fff !important;
}

.btn-primary:hover {
    color: #fff !important;
}

.btn-download {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    padding: 1em 2.8em;
    background-color: #161819 !important;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 30px;
}


    .btn-download:hover {
        color: #000 !important;
        background-color: #ffffff !important;
        border-color: #000000 !important;
    }

.site-header {
    background-color: rgba(22, 24, 25, 0.92);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0px 20px 20px 0px rgb(22, 24, 25, 0.6);
}

    .site-header a {
        color: #fff !important;
        transition: ease-in-out color .15s;
    }

        .site-header a:hover {
            color: #fff !important;
            text-decoration: none;
        }


.jumbotron {
    background-color: #161819; border-radius: 0;
    padding-bottom: 10px !important;
}

.lead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
}


.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 4rem 0;
    border-top: solid 1px #333;
}

.featurette-heading {
    line-height: 1;
}

.featurette .lead {
    font-weight: 200;
    font-size: 1.2em;
}


.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 2.0rem;
        line-height: 120%;
        font-family: 'Montserrat', sans-serif;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 1rem;
    }
}

.overflow-hidden {
    overflow: hidden;
}



    .social a svg {
        transition: all .1s ease-in-out;
    }

    .social a:hover svg {
        transform: scale(1.2);
    }


.hunderline {
    position: relative !important;
    text-decoration: none !important;
}

    .hunderline:hover {
        text-decoration: none !important;
    }

    .hunderline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0px;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .hunderline:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

#headerdownload:before {
    bottom: 10px !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
