/* ******************** */
/* Kinesis Lite Styling */
/* ******************** */

:root {
    --bs-font-sans-serif: "Montserrat", sans-serif;
    --bs-body-font-weight: 500;
    --heading-weight: 600;
    --bg-grey: #ebebea;
    --kl-blue: #00a7e1;
    --kl-blue-rgb: 0, 167, 225;
    --bs-body-color: #212429;
}
@media (min-width: 992px) {
    :root {
        --bs-body-font-size: 1.25rem;
    }
}

/* GENERAL ---------- */

body {
    min-width: 320px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--heading-weight);
}

.lead {
    font-weight: var(--bs-body-font-weight);
}

a {
    color: var(--bs-body-color);
}
a:hover {
    color: var(--kl-blue);
}

@media (min-width: 992px) {
    .lead {
        font-size: 1.4rem;
    }
}

/* BUTTONS ---------- */

.btn {
    font-size: var(--bs-body-font-size);
}
.btn-kinesis {
    font-weight: var(--heading-weight);
    color: #fff;
    background-color: var(--kl-blue);
    border-color: var(--kl-blue);
}
.btn-kinesis:hover {
    color: var(--kl-blue);
    background-color: #fff;
    border-color: var(--kl-blue);
}
.btn-kinesis:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--kl-blue-rgb), 0.25);
}
.btn-kinesis:disabled {
    opacity: 0.4;
}

/* HEADER ---------- */

header img {
    width: 200px;
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    header img {
        width: 250px;
    }
}

/* SECTIONS ---------- */

/* Header area */
.headerImage {
    padding: 5rem 0;
    background-image: url("https://res.cloudinary.com/dwao3b1us/image/upload/v1646829082/kinesis/lite/header-bg-image.png");
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.headerImage:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.5); */
}
.headerBlueBar {
    background-color: var(--kl-blue);
    color: #fff;
}

/* Form section */
.formSection {
    background-color: var(--bg-grey);
    font-size: 1rem;
}
.form-check {
    padding-left: 3em;
}
.form-check-input {
    width: 2em;
    height: 2em;
}
.form-check .form-check-input {
    margin-left: -3em;
}
@media (min-width: 992px) {
    .formSection .lead {
        font-size: 1.25rem;
    }
}

/* Download App */
.downloadApp img {
    width: 216px;
}

/* FOOTER ---------- */

.footer {
    background-color: #101820;
    padding: 50px 0 40px;
}
.footer__logo {
    width: 180px;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__menu .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.footer__menu .nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__menu .nav li a:hover {
    color: #0075a9;
}
.footer__small-print {
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.38px;
    line-height: 20px;
    padding-top: 51px;
    text-align: center;
}
.footer__social {
    white-space: nowrap;
    text-align: right;
}
.footer__social a {
    text-decoration: none;
}
.footer__social a i {
    color: #fff;
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .footer__menu .nav {
        padding-top: 20px;
        text-align: right;
    }
    .footer__menu .nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: left;
    }
    .footer__menu .nav li a {
        display: block;
        padding: 4px;
    }
    .footer__small-print {
        padding-top: 20px;
    }
}

/* ICONS ---------- */

@font-face {
    font-family: "fontello";
    src: url("./font/fontello.eot?5396660");
    src: url("./font/fontello.eot?5396660#iefix") format("embedded-opentype"),
        url("./font/fontello.woff?5396660") format("woff"), url("./font/fontello.ttf?5396660") format("truetype"),
        url("./font/fontello.svg?5396660#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
.lite-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.15em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
