/*!
 * Start Bootstrap - Grayscale v5.0.6 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

 /*Originial color #009062*/
#mainNav {
    min-height: 56px;
    background-color: #181a1b;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #009062;
    border: 1px solid #009062;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #e0ded9;
    font-weight: 700;
    padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 1.0);
    }
    #mainNav .nav-link {
        -webkit-transition: none;
        transition: none;
        padding: 2rem 1.5rem;
        color: rgba(255, 255, 255, 1.0);
    }
    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    #mainNav .nav-link:active {
        color: white;
    }
    #mainNav.navbar-shrink {
        background-color: #181a1b;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #e0ded9;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #e0ded9;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #009062;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #009062;
        outline: none;
        border-bottom: 0.25rem solid #009062;
    }
}

#mainNav.navbar-shrink .nav-link {
    color: #e0ded9;
}

#mainNav.navbar-shrink .nav-link:hover {
    color: #009062;
}

#mainNav.navbar-shrink .nav-link.active {
    color: #009062;
}

/*.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("197645757_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}*/

.masthead {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* This provides a 16:9 aspect ratio */
    overflow: hidden;
}

.masthead video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    -o-object-fit: cover;
    object-fit: cover;
}

.masthead::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%);
    z-index: 1;
}

.masthead .mx-auto.text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}



.masthead h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
}


@media (min-width: 768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.8rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
    }
}

.btn {
    /* padding: 1.25rem 2rem; */
    font-family: 'Roboto Mono', monospace;
    /* font-size: 80%; */
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
}

.btn-primary {
    background-color: #009062;
}

.btn-primary:hover {
    background-color: #979797;
}

.btn-primary:focus {
    background-color: #979797;
    color: white;
}

.btn-primary:active {
    background-color: #979797 !important;
}

.about-section {
    padding-top: 5rem;
    background-color: #161616 !important;
}

.about-section p {
    margin-bottom: 5rem;
}

.api-section {
    padding: 10rem 0;
}

.api-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .api-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 1.0rem solid #009062;
    }
}

.api-section .project-text {
    padding: 3rem;
    font-size: 90%;
}

@media (min-width: 992px) {
    .api-section .project-text {
        padding: 5rem;
    }
    .api-section .project-text hr {
        border-color: #009062;
        border-width: .25rem;
        width: 30%;
    }
}

.signup-section {
    padding: 10rem 0;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 1.0)), to(#161616)), url("197645757_m.jpg"); */
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 1.0) 75%, #161616 100%), url("197645757_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.signup-section .form-inline input {
    -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}

.pricing-section {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 1.0)), to(#161616)), url("197645757_m.jpg"); */
    background: linear-gradient(to top, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 1.0) 75%, #161616 100%), url("197645757_m.jpg");
    background-attachment: scroll;
}

.pricing-section .prices .card {
    border: 0;
    border-bottom: 0.25rem solid #009062;
    background-color: #181A1B;
}

.pricing-section .card h2 {
    /* font-size: 0.8rem; */
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.pricing-section .card h4 {
    font-size: 0.9rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.pricing-section .card hr {
    border-color: #009062;
    border-width: 0.25rem;
    width: 3rem;
}

.pricing-section .bs-example {
    margin: 20px;
    padding: 5rem;
}

.pricing-section .accordion {
    /* margin-top: 5rem; */
}

.pricing-section .accordion .card {
    border: 0;
    bottom: 3rem;
    background-color: #181A1B;
}

.pricing-section .accordion .card-header {
    border-bottom: 0.25rem solid #009062;
}

.pricing-section .accordion .fa {
    margin-right: 1.0rem;
}

.platform-section {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 1.0)), to(#161616)), url("197645757_m.jpg"); */
    background: linear-gradient(to top, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 1.0) 75%, #161616 100%), url("197645757_m.jpg");
    background-attachment: scroll;
}

.platform-section .prices .card {
    border: 0;
    border-bottom: 0.25rem solid #009062;
    background-color: #181A1B;
}

.platform-section .card h2 {
    /* font-size: 0.8rem; */
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.platform-section .card h4 {
    font-size: 0.9rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.platform-section .card hr {
    border-color: #009062;
    border-width: 0.25rem;
    width: 3rem;
}

.platform-section .bs-example {
    margin: 20px;
    padding: 5rem;
}

.platform-section .accordion {
    /* margin-top: 5rem; */
}

.platform-section .accordion .card {
    border: 0;
    bottom: 3rem;
    background-color: #181A1B;
}

.platform-section .accordion .card-header {
    border-bottom: 0.25rem solid #009062;
}

.platform-section .accordion .fa {
    margin-right: 1.0rem;
}

.table td {
    padding: 0.25rem;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #009062;
}

.table-conscientia {
    background-color: #007062 ; /*#700000;*/
}

tr {
    line-height: 40px;
    min-height: 40px;
    height: 40px;
}

.contact-section {
    padding: 5rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 1.0)), to(#161616)), url("197645757_m.jpg");
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 1.0) 75%, #161616 100%), url("197645757_m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.contact-section .card {
    border: 0;
    border-bottom: 0.25rem solid #009062;
    background-color: #181A1B;
}

.contact-section .card h4 {
    font-size: 0.8rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.contact-section .card hr {
    border-color: #009062;
    border-width: 0.25rem;
    width: 3rem;
}

body {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.0625em;
}

a {
    color: #009062;
}

a:focus, a:hover {
    text-decoration: none;
    color: #979797;
}

.bg-dark-custom {
    background-color: #1A1C1D !important;
}

.main-logo {
    height: 75%;
    width: 75%;
}

.top-logo {
    position: absolute;
    margin: 0;
    width: 15%;
    transform: translateY(-50%);
    padding: 2%;
}

.mono-text {
    font-family: 'Roboto Mono', monospace;
}

.bg-black {
    background-color: #161616 !important;
}

.bg-primary {
    background-color: #009062 !important;
}

.text-primary {
    color: #009062 !important;
}

.carousel-caption {
    max-width: 100%;
    width: 100%;
    background: rgba(22, 22, 22, 1.0);
    left: 0;
    bottom: 0;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

footer {
    padding: 5rem 0;
}