/* 100, 400, 700 */

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.row {
    width: 100%;
    float: left;
}

.col-12 {
    width: 100%;
    float: left;
}

.col-6 {
    width: 50%;
    float: left;
}

.col-3 {
    width: 25%;
    float: left;
}

.homeHeadline {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #f39200;
}

.contentInfo {
    padding-top: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

ul.appBenefits {
    padding: 0px 0px 0px 20px;
}

.appBadge {
    margin-bottom: 20px;
    float: left;
    width: 46%;
}

.appBadge.iOS {
    margin-right: 2%;
}

.appBadge.android {
    margin-left: 2%;
}

.appBadge img {
    width: 100%;
}

.homeImage {
    text-align: center;
}

.homeImage img {
    width: 80%;
}

.footer {
    font-size: 12px;
    margin-top: 50px;
    border-top: 1px solid rgb(150, 150, 150);
    padding-top: 20px;
    color: rgb(150, 150, 150);
}

.footer a {
    color: rgb(150, 150, 150);
    text-decoration: none;
}

.footer a:hover {
    color: #f39200;
}

.footer a:visited {
    color: rgb(150, 150, 150);
}

.footer div {
    width: 33.33%;
    float: left;
}

.footerLegalLinks {
    text-align: center;
}

.footerMadeByLink {
    text-align: right;
}

.lightbox {
    display: none;
    max-width: 800px;
}

.legal {
    font-size: 12px;
}

.legal h1 {
    font-size: 16px;
}

.redirectURL a.toAppButton {
    background-color: #f39200;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .container {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .col-6 {
        width: 100%;
    }
    .col-3 {
        width: 100%;
    }
    .col-6 div {
        width: 100%;
    }
    .appBadge {
        margin-bottom: 20px;
        float: left;
        width: 46% !important;
    }
    .appBadge.iOS {
        margin-right: 2%;
    }
    .appBadge.android {
        margin-left: 2%;
    }
    .homeImage img {
        width: 100%;
    }
    .footer {
        margin-bottom: 20px;
    }
    .footer div {
        width: 100%;
        float: left;
        text-align: center;
    }
    .footerCopyright {
        color: #000;
    }
    .footerLegalLinks {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footerMadeByLink {
        text-align: center;
        font-size: 10px;
    }
    .featherlight .featherlight-content {
        min-width: 95%;
    }
}