html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}

body {
    font-family: "Lato", sans-serif;
    color: #222;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}
p {
    margin-bottom: 2.125rem;
}
section {
    padding: 4rem 0;
}

.logo {
    width: 160px;
}
.hero {
    background: url("../img/bg-hero.jpg") no-repeat;
    background-size: cover;
    padding: 5rem 0 5rem 0;
    background-position: top;
}
.hero-home {
    padding: 5rem 0 12rem 0;
}

.text-red {
    color: #ff0000;
}
.text-cape-palliser {
    color: #9b7249;
}

.link-indicator {
    text-decoration: underline;
    color: #4472c4;
}

.reg-box {
    border: 1px dashed #cc9900;
    border-width: 2px;
    background-color: #fff;
    padding: 2rem 2rem 0 2rem !important;
    margin-bottom: 1rem;
}

.form-control {
    color: #000;
    border-radius: 4px;
    background-color: #eeeeee;
    border: 0;
    height: 45px;
}

.product-list {
    list-style: none;
}
.product-list li::before {
    content: "\2714\0020";
    color: #438600;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
    margin-right: 1rem;
}
.product-list > li {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.menu {
    position: sticky;
    top: 30px;
}
.menu li {
    display: block;
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 10px;
}
.menu li:last-child {
    margin-right: 0;
}
.menu-item {
    font-size: 1.125rem;
    color: #333;
    display: block;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.menu-item:hover {
    text-decoration: none;
    color: #5bc15b;
}
.menu-item i {
    margin-right: 8px;
    width: 25px;
    text-align: center;
}
.menu-item.active {
    color: #5bc15b !important;
    border-radius: 5px;
    background-color: #f7fcf7 !important;
}

.card-swipes .form-group {
    display: flex;
    align-items: center;
}
.card-swipes .form-group label {
    width: 100px;
    font-size: 0.9rem;
}
.card-swipes .form-group .form-control {
    font-size: 0.9rem;
    background-color: transparent;
}
.card-swipes .form-group .copy-to-clipboard {
    margin-left: 10px;
}
.card-signup .btn {
    text-transform: none;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    white-space: unset;
}

.card-testimonial .card-footer {
    background-color: #fbfbfb;
}
.testi-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #cec9fb;
    margin-right: 0.75rem;
}

.testi-bg > .container {
    background: url("../img/testi2-bg.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}
.quote {
    width: 60px;
}
.check-icon {
    width: 36px;
    height: 36px;
}

.card-tools .card-body {
    padding: 2rem 2.75rem;
}

.section-pull-up {
    margin-top: -15rem;
}
.btn-box {
    border-style: solid;
    border-width: 1px;
    border-color: #166312;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(230, 230, 230, 0.75);
    display: block;
    color: #000;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 6px;
}
.btn-box:hover {
    color: #000;
    text-decoration: none;
    box-shadow: none;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

.bg-card-header,
.card-heading {
    background-color: #faaca8;
    background-image: linear-gradient(19deg, #faaca8 0%, #ddd6f3 100%);
}

.btn-promote {
    border: none;
    font-weight: 700;
    background: linear-gradient(227deg, #fd8b40, #fdcf40);
    background-size: 400% 400%;
    -webkit-animation: ButtonAnimate 2s ease infinite;
    -moz-animation: ButtonAnimate 2s ease infinite;
    animation: ButtonAnimate 2s ease infinite;
}
.btn-promote:hover,
.btn-promote:focus,
.btn-promote:active {
    background-color: #f37624 !important;
    outline: none;
}
.btn-promote span {
    display: block;
    font-size: 1.75rem;
    line-height: normal;
}

.btn-signup {
    background-image: linear-gradient(
        109.6deg,
        rgba(39, 142, 255, 1) 11.2%,
        rgba(98, 113, 255, 0.78) 100.2%
    );
    color: white;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.6 0.625rem;
    border-radius: 3rem;
    box-shadow: 0 3px 0 #114674;
}

.btn-primary {
    background-color: #5bc15b;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.75rem 3rem;
    border-radius: 6px;
}
.btn-primary:hover {
    background-color: #4da34d;
}
.btn-primary > span {
    text-transform: none;
    color: #fff;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-primary {
    color: #5bc15b !important;
}
.text-secondary {
    color: #ffd16d !important;
}
.text-info {
    color: #007bff !important;
}
.bg-ltgray {
    background-color: #fbfbfb;
}
.bg-ltcream {
    background-color: #f9f8f9;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.ff-alice {
    font-family: "Alice", serif;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem !important;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem !important;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.3rem !important;
    line-height: 1.5;
}
.fs-24 {
    font-size: 1.5rem !important;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem !important;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem !important;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem !important;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem !important;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem !important;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem !important;
    line-height: 1.6;
}
.fw-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.flex-1 {
    flex: 1;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.word-break {
    word-break: break-all;
}

.testimonial .card-body {
    font-family: "Times New Roman", Times, serif;
    background: linear-gradient(112deg, #fdf8f2 50%, #f1e9e0 50%);
    position: initial;
    z-index: 10;
    padding: 3rem 5rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
}

.testimonial .card-body img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

@-webkit-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }
    ul > li {
        font-size: 1.25rem;
    }
    .logo {
        width: 122px;
    }
    .hero {
        padding: 3rem 0;
    }
    .hero-home {
        padding: 3rem 0 14rem 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero br {
        display: none;
    }
    .mb-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-7 {
        margin-bottom: 3rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .fs-default {
        font-size: 0.8rem !important;
    }
    .fs-18,
    .fs-20,
    .fs-22 {
        font-size: 1rem !important;
    }
    .fs-24 {
        font-size: 1.125rem !important;
    }
    .fs-28 {
        font-size: 1.25rem !important;
    }
    .fs-30 {
        font-size: 1.5rem !important;
    }
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-40 {
        font-size: 1.55rem !important;
        line-height: 1.2 !important;
    }
    .fs-50 {
        font-size: 1.75rem !important;
    }
    .fs-60 {
        font-size: 2.25rem !important;
    }
    footer p {
        font-size: 0.7rem;
    }
    .no-xs-br br {
        display: none;
    }
    .menu li {
        font-size: 1rem;
        margin-right: 1.25rem;
    }
    .card-testimonial .card-footer {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .testi-img img {
        width: 30px;
        height: 30px;
        margin-right: 0.5rem;
    }
    .btn-box {
        padding: 2rem 1rem;
    }
    .product-list > li {
        font-size: 1.25rem;
    }
    .product-list li::before {
        margin-right: 0.25rem;
    }
    .w-xs-75 {
        width: 75%;
    }
    .btn-primary {
        padding: 0.75rem 1rem;
    }
    .card-tools .card-body {
        padding: 1rem 1.5rem;
    }
    .hero .fs-40 {
        font-size: 1.25rem !important;
    }
}
