html {
    font-size: 14px;
    background: #fff;
    scrollbar-gutter: stable;
}

html, body, html * {
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.badge-primary {
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    opacity: 0.7;
}

.box-shadow {
    text-align: left;
}

.list-unstyled {
    line-height: 200%;
    margin-top: 24px !important;
}

@media (min-width: 768px) {
    .list-unstyled {
        margin-top: 48px !important;
    }
}

.card-header {
    padding: 1.25rem;
    border-bottom: 0;
    text-align: center;
}

.card-title.pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.card-title.pricing-card-title .text-regular {
    font-size: 1.5rem;
    font-weight: 400;
}

.my-0 {
    line-height: 2rem;
}

.pricing-header {
    max-width: calc(100% - 40px);
}

@media (min-width: 1200px) {

    .pricing-header {
        max-width: 950px;
    }

    .pricing-header h1 {
        max-width: 800px;
        margin: auto;
    }

    .pricing-header h2 {
        max-width: 100%;
    }

}

.pricing-ul {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.pricing-ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}
.pricing-ul li img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 0.5rem;
}

.card-deck .card {
    min-width: 220px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.slides {
    display: none;
    width: 100%;
}

.slides img {
    width: 100%;
}


.slides div {
    text-align: center;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    color: black;
    font-size: 25px;
    margin-left: 0;
    top: 0;
    opacity: 0.5;
}

.animate-right {
    position: relative;
    animation: animateright 0.8s
}

@keyframes animateright {
    from {
        right: -500px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

/* FAQ sections (shared by several pages). The markup carries schema.org
   FAQPage/Question/Answer microdata; see the FAQ block in pricing.html for
   the canonical structure. */
.faq {
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: left;
}

.faq-item {
    width: 100%; /* the surrounding card-body is an align-items-start flex column */
}

.faq-question {
    font-size: 125%;
    font-weight: 400;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
}

.faq-answer {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    word-wrap: break-word;
}

/* Sticky footer: the body is a flex column, <main> grows, so the footer sits
   at the viewport bottom even on pages with little content. */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

/* Site header: brand, primary nav and call-to-action. Stacked on mobile and
   laid out in a row on desktop (replaces the Bootstrap utility classes that
   were duplicated across every page). */
.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.site-header-brand {
    margin: 0;
    line-height: 2rem;
    font-weight: 400;
}

.site-header nav {
    margin: 0.5rem 0;
}

.site-header nav a {
    padding: 0.5rem;
    color: #343a40;
    font-weight: 700;
}

@media (min-width: 768px) {
    .site-header {
        flex-direction: row;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .site-header-brand {
        margin-right: auto;
    }

    .site-header nav {
        margin: 0 1rem 0 0;
    }
}

/* Site footer: full-bleed border and background (the inner .container keeps
   the content aligned with the rest of the page). */
.site-footer {
    margin-top: 3rem;
    padding: 2.5rem 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e5e5e5;
}
