﻿#appEnv {
    position: fixed;
    top: 66px;
    background-color: #fdd0b075;
    color: #333333;
    border: solid 1px #ffc264 !important;
    font-weight: bold;
    text-align: center;
    padding: 4px 0px;
    font-family: Verdana;
    width: fit-content !important;
    left: 41%;
    z-index: 9999;
    padding: 0px 20px;
    border-radius: 1.25rem;
}

#navLiHome {
    opacity: 0;
}

#screenShotBadges {
    width: 100%;
    margin-top: 214px;
}

.img-badge {
    margin: 0px 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.hero-topic ul {
    list-style: none;
}

#sc-screenshot {
    background-image: url('../../public/images/secure-care-screenshot.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

#scScreenshotMobile {
    width: 95%;
    margin: auto;
    display: none;
    padding-bottom: 50px;
}

#divHeroStatement {
    padding: 20px;
    background-color: #f7f7f7;
    margin-top: 30px;
    border-radius: 1.25rem;
}

#divMission {
    color: #333333;
    font-weight: bold;
    background: #ffffffa1;
    border-radius: 1.25rem;
    padding: 15px 7px;
}

#divGettingStarted {
    background-color: #fff;
    margin-top: 50px;
    border-radius: 1.25rem;
}

.who-img {
    border-radius: 1.25rem;
    border: solid 1px #cecece;
}

.sc-stars-container {
    max-width: 200px;
    margin: auto;
    height: 40px;
}

    .sc-stars-container span {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20%;
        height: 30px;
        display: block;
        float: left;
    }

.sc-star-empty {
    background-image: url('../images/star-filled.png');
}

.sc-star-filled {
    background-image: url('../images/star-filled.png');
}

#divSubscriptionTotals {
    top: 75px !important;
}

@keyframes spinLoadingDiv {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    #appEnv {
        left: 10%;
    }

    .hero-topic {
        width: 50% !important;
        clear: none !important;
    }

    #sc-screenshot {
        background-image: none;
        padding: 0px;
    }

    #scScreenshotMobile {
        display: block;
    }

    #screenShotBadges {
        margin-top: 0px;
        display: none;
    }

    .img-badge {
        height: 75px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .col-four, .col-eight {
        width: 100%;
    }
}

#lblTagInner {
    margin-top: 8px !important;
}

@media (max-width: 500px) {
    .hero-topic {
        width: 50% !important;
        clear: none !important;
    }

    #sc-screenshot {
        margin-top: 25px !important;
    }

    #intro {
        margin-top: 40px !important;
    }

    #screenShotBadges {
        margin-top: 125px;
    }

    .img-badge {
        width: 21%;
    }

    #lblTagInner {
        font-size: 10.5pt !important;
    }
}

@media (max-width: 1600px) {
    #intro {
        padding-top: 40px !important;
    }

    #divHeroStatement {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
