.smaller-h2 h2 {
    font-size: 15px;
    font-weight: 400;
}

.unstyle-li li {
    list-style: none;
}

.logo-image {
    border-radius: 25px;
    max-width: 100px;
    max-height: 100px;
}

.logo-image-header {
    border-radius: 5px;
    margin-top: -10px;
    max-width: 80px;
}

.navbar {
    background: #007a6a;
    border-radius: 0;
    min-height: 45px;
    border: none;
}

.navbar a {
    color: rgba(255, 255, 255, .5);
}

.navbar a.dropdown-item {
    color: black;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #67aca3;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #67aca3;
}

.navbar > .dropdown-item > a {
    color: black;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #001d19;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav > li > a {
    padding: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #014a40;
}

.navbar-toggle {
    background-color: white;
}

.navbar-toggle span.icon-bar {
    background-color: black;
}

.video_wrapper {
    position: relative;
    /*padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    padding-bottom: 66.66%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    border-radius: 5px;
}

.video-extra-wrapper {
    min-height: 200px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.apps-icons {
}

.apps-icons img {
    max-height: 80px;
    margin: 8px;
    /*max-width: 200px;*/
}

.list-kind-item {
    max-width: 45%;
    margin: auto;
}

.list-kind-item a {
    font-size: 15px;
    margin-top: 10px;
    color: black;
}

.sub-headline {
    /*font-weight: bold;*/
    font-size: 20px;
}

.app-images img {
    height: 240px;
}

.cool-left-text {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 5px;
    min-height: 230px;
    padding-bottom: 10px;
}

.cool-left-text h2 {
    color: #007a6a;
}

.app-info-section {
    margin-bottom: 65px;
}

.spaced {
    height: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
}

.spaced-3 li {
    height: 60px;
    margin-left: 25px;
}

.spaced-5 li {
    height: 40px;
    margin-left: 25px;
}

.marketplaces-logo-last {
    margin-top: 50px;
}

.float-right-text {
    float: right;
}

.flex-text-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 990px) {
    .spaced li {
        margin-left: 0;
    }

    .cool-left-text {
        background-color: rgba(0, 0, 0, .03);
        border-radius: 5px;
        min-height: 200px;
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .app-info-section {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .carousel {
        max-width: 400px;
        margin: auto;
        margin-top: 10px;
    }

    .apps-icons img {
        max-width: 200px;
        /*max-width: 200px;*/
    }

    .list-kind-item {
        max-width: 100%;
        margin: auto;
    }

    .marketplaces-logo-last {
        margin-top: 20px;
    }

    .flex-text-reverse {
        flex-direction: row;
    }

    .float-right-text {
        float: none;
    }
}

.carousel-app-images .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 250px;
    margin: auto;
}

.carousel-caption {
    color: black;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    color: black;
}

.carousel-control:focus {
    opacity: .5;
}

.copyright {
    padding: 10px 0;
}

.footer {
    margin-top: 20px;
    background-color: #007a6a;
}

.nav > li.disabled > a, .nav > li.disabled > a:hover {
    color: darkgrey;
}

.footer a, .footer {
    color: white;
    font-weight: bold;
}

.footer li {
    text-align: center;
}

.footer .container {
    padding-top: 10px;
}

.carousel-indicators li {
    background-color: green;
}

.market-small img {
    max-width: 125px;
}

.carousel-inner {
    min-height: 250px;
}

footer a.btn {
    padding: 2px;
}

#complete-report-carousel {
    max-width: 600px;
    margin: auto;
}

#complete-report-carousel img {
    padding-bottom: 150px;
}

#fact-section .card-header {
    padding: 0;
    background-color: rgb(0 219 190);
}

#fact-section .card, #faqs-section .card {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

#fact-section .card-header h3 button {
    color: white;
    font-weight: bold;
}

#fact-section .card-header h3 button:focus, #faqs-section .card-header h3 button:focus {
    box-shadow: none;
}

#fact-section ul {
    text-align: left;
}

#faqs-section ul {
    text-align: left;
    margin: auto;
}

#fact-section li, #faqs-section li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stripe-input {
    min-height: 400px;
}

form button {
    max-width: 500px;
    margin: auto;
}

.light-green {
    background-color: rgb(0 219 190);
    color: white;
}

#spinner-card {
    line-height: 300px;
    color: #007a6a;
    position: absolute;
    left: 47%;
}

.spinner-sm {
    width: 1.3em;
    height: 1.3em;
}

.spinner-lg {
    width: 3em;
    height: 3em;
}

.carousel-img-box > img{
    /*max-height: 300px;*/
    object-fit: contain;
}


.content-container {
    min-height: calc(100vh - 436px);
}

.hidden {
    display: none;
}

.text-green {
    color: #62a530;
}
