﻿@media only screen and (max-width: 400px) {
    .home-img-size {
        max-height: 200px;
        max-width: 280px !important;
        border: .5px solid black;
    }

    .bannerHeaderBackground{
        height: 200px !important;
    }


    .landing-banner-content {
   padding-left:10px !important;

    }



}



.landing-banner span{
    color: white;
    font-size: calc(2vw + 1vh);
    font-weight: 300;
}

.bannerHeaderBackground{
    background: url("../Images/landing-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 101%; /* Need over 100% because there is white space on the right side..*/
    height: 342px;
}

.homeBackgroundColor{
    background-color: rgba(0, 169, 198, .2);
    

}

.landing-banner-img{
    height: auto;
    width: 50%
}

.landing-banner {
    /*background-color: #0d72ba;*/
    color: #fff;
    position: relative;
    height: 684px;
    text-align: center;
}

.landing-banner-content {
    top: 10%;
    position: absolute;
    width: 100%;
    color: white;
}

.landing-banner #landing-banner-content-1 {
    font-size: calc(2vw + 1vh);
    font-weight: 300;
}

.landing-banner #landing-banner-content-2 {
    font-size: calc(2vw + 1vh);
    line-height: 0.9em;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 2%;
   

}


.app-usage-step-icon {
    font-size: 75px;
    color: #0d72ba;
    text-align: center;
}

.app-usage,
.app-signup,
.app-featured {
    margin: 15px 0;
}

.app-previews {
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
}

.app-preview-container {
    display: inline-block;
    margin: 0 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    cursor: zoom-in;
}

.app-preview-img {
    width: 250px;
    height: 200px;
}

.app-usage {
    text-align: center;
}

.app-usage-step {
    display: inline-block;
    width: 250px;
    text-align: center;
}

.how-it-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

@media screen and (min-width: 330px) {
    .explainervideo{
        width: 200px !important;
        height: 180px !important;
    }
    .app-usage{
        margin-top: 64px;
    }
}

@media screen and (min-width: 375px) {
    .explainervideo{
        width: 220px !important;
        height: 200px !important;
    }
}

@media screen and (min-width: 768px) {
    .explainervideo{
        width: 240px !important;
        height: 200px !important;
    }
}


.app-usage-step-number {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.app-usage-step-number:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0d72ba;
    content: "";
    z-index: -1;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}
.home-page-horizontal, .home-page-horizontal .row{
    margin-top: 36px;
    text-align: center;
    margin-bottom: 36px;
}

.home-img-size{
    max-height: 200px;
    max-width: 500px;
    border: 1px solid black;
}
.app-usage-title {
    font-weight: 300;
    font-size: 2.5em;
}

.app-signup {
    position: relative;
}

.app-signup-banner {
    text-align: center;
    height: 312px;
}

.app-signup-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 312px;
    background-image: url("../Images/app-signup-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    content: "";
    z-index: -1;
}

.app-signup-banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.app-signup-banner-content #app-signup-banner-content-1 {
    font-size: 4em;
    font-weight: 300;
}

.app-signup-banner-content #app-signup-banner-content-2 {
    font-size: 1.2em;
    font-weight: 300;
}

.app-signup-banner-content-link,
.app-signup-banner-content-phone {
    font-weight: 600;
}

.app-signup-banner-content a,
.app-signup-banner-content a:hover,
.app-signup-banner-content a:focus {
    color: #fff;
    text-decoration: underline;
}

.app-featured {
    margin: 0 15px;
    text-align: center;
}

.app-featured-title {
    color: #333;
    font-size: calc(2vw + 3vh);
    font-weight: 300;
}

.app-featured-logos {
    margin: 0 auto;
    list-style: none;
}

.app-featured-logo {
    display: inline-block;
    margin: 5px 15px;
}

.app-featured-logo-img {
    height: 75px;
    min-width: 150px;
}

.online-compliance-management td {
    width: 20%;
}

.online-compliance-management td i {    
    padding: 25px 0;
}

.app-partner {
    text-align: center;
    margin: 30px;
}

.app-partner-title {
    font-size: 4em;
    font-weight: 300;
}

.app-partner-list {
    text-align: left;
    display: inline-block;
    font-size: 1.25em;
}