﻿@font-face {
    font-family: 'Vinci';
    src: url('/css/fonts/Vinci Sans Light.ttf')
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Vinci';
    font-size: 1.3em;
}
footer {
    height: 10em;
    margin-top: 2em;
}
.h2, h2 {
    font-size: 3rem;
}
.h5, h5 {
    font-size: 1.5rem;
}
.se-title {
    text-align: center;
    color: #9f669b;
    padding-bottom: 0.2em;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
a {
    color: #5f6f81;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

    a:hover {
        outline: 0;
        color: black;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.feature-bullet-image {
    margin-right: .3em;
    width: 2em;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing .box-center {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.65);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.price {
    font-size: 46px;
    color: #48975A;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}

    .pricing h4 span {
        color: #bababa;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li::before {
        content: none; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    }

    .pricing ul li {
        padding-bottom: 12px;
    }

    .pricing ul i {
        color: #5777ba;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

    .pricing .featured .get-started-btn {
        background: #5777ba;
    }

        .pricing .featured .get-started-btn:hover {
            background: #748ec6;
        }

.pricing-middle {
    padding: 2em 0em 0em 0em;
}
.pricing-footer {
    padding: 2em 0em 0em 0em;
}
footer p {
    text-align: left;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer ul li::before {
    content: none; /* Add content: \2022 is the CSS Code/unicode for a bullet */
}

footer p {
    text-align: left;
}

footer a {
    color: #48975A;
    text-decoration: none;
}

    footer a:hover {
        color: black;
    }
/**/
@media screen and (min-width: 350px) {
    #content-head {
        display: none
    }
    #content-head-mobile {
        padding: 1.2em;
        padding-top: 9em;
    }
    #img-logo {
        width: 10em;
    }

    #img-bullet {
        display:none
    }

    #img-dashboard {
        display: none
    }
    #navigation-head {
        display: none
    }
    #content-head {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .h2, h2 {
        font-size: 1.4rem;
    }

    .h5, h5 {
        font-size: .9rem;
    }
}
@media screen and (min-width: 800px) {
    body {
        font-size: 1em;
    }
    #content-head {
        display: block;
    }
    #content-text {
        padding: 2em 2em 0em 3em;
    }
    #content-head-mobile {
        display:none;
    }
    #navigation-head-mobile {
        display: none;
    }
    #img-logo {
        width: 10em;
    }

    #feature-sidebar {
        display:none;
    }
    #img-bullet {
        width: 13em;
        display: block;
    }

    #img-dashboard {
        width: 13em;
        display: block;
    }

    #content-head {
        padding-top: 0em;
        padding-bottom: 1em;
    }

    .h2, h2 {
        font-size: 1.4rem;
    }

    .h5, h5 {
        font-size: .9rem;
    }
    #navigation-head {
        display: flex;
        font-size: .8em;
    }
}
@media screen and (min-width: 1300px) {
    #content-head {
        display: block;
        padding-top: 8em;
        padding-bottom: 4em;
    }
    #content-head-mobile {
        display: none
    }
    #navigation-head-mobile {
        display: none;
    }
    #feature-sidebar {
        display: block;
    }
    #img-logo {
        width: 18em;
    }
    #img-bullet {
        width: 26em;
        display: block;
    }
    #img-dashboard {
        width: 25em;
        display: block;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
    #navigation-head {
        display: flex;
        font-size: 1.1em;
    }
}
@media screen and (min-width: 1900px) {
    #content-head {
        padding-top: 10em;
        padding-bottom: 15em;
        display: block;
    }
    #navigation-head-mobile {
        display: none;
    }
    #content-head-mobile {
        display: none;
    }
    #feature-sidebar {
        display: block;
    }
    #img-logo {
        width: 400px;
    }
    #img-bullet {
        width: 642px;
    }
    #img-dashboard {
        width: 600px;
    }

    .h2, h2 {
        font-size: 3rem;
    }
    .h5, h5 {
        font-size: 1.5rem;
    }
    #navigation-head {
        display: flex;
        font-size: 1.3em;
    }
}