html,
body {
    height: 100%;
}
#page-content {
    flex: 1 0 auto;
}
#sticky-footer {
    flex-shrink: none;
    font-size: 1.2rem;
}
body {
    font-family: "Lato", sans-serif;
    background-color: #fdf8f2;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.42857143;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
footer a {
    color: #347da4;
}
footer a:hover {
    color: #3d93c2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif", serif;
    color: #690e1f;
    font-weight: 700;
}

a {
    color: #249ea6;
}
a:hover,
a:focus {
    color: #2ec6d1;
    text-decoration: underline;
}

p {
    margin-bottom: 1.5rem;
}

img {
    max-width: 100%;
}

sup {
    font-size: 0.8rem;
    top: -0.8em;
    margin-left: 0.2rem;
}

.sub-title {
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    color: #333;
    margin-bottom: 60px;
}
.content-wrap {
    padding: 0 3rem;
}

.img-box {
    background-color: #f1e9e0;
    padding: 3rem 0;
    margin: 1.8rem 0 3rem 0;
}
.img-box p {
    font-weight: 600;
    font-style: italic;
    font-size: 1.8rem;
}

.alert-warning {
    background-color: #fdf8f2;
    color: #93785a;
    border-color: #cfa26d;
}
.card-bordered {
    border-radius: 0.25rem;
    border: 2px dashed #cfa26d;
    padding: 1.5rem 3rem;
    margin-bottom: 2.5rem;
}
.separator-priest {
    text-align: center;
    position: relative;
    border-top: 1px solid #c4bfb8;
    border-bottom: 1px solid #c4bfb8;
    height: 6px;
    margin: 3rem 0;
}
.separator-priest img {
    position: absolute;
    top: -10px;
    border: none;
    box-shadow: none;
}
.price-strike {
    color: #8a8283;
    font-size: 2.25rem;
    font-weight: 900;
    position: relative;
    text-align: center;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
}
.price {
    font-size: 2.5rem;
    font-weight: 900;
}
.btn {
    font-weight: 900;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.reference-wrap {
    padding: 3rem 5rem;
    background-color: #fdfbf8;
}
.reference-wrap p {
    word-break: break-all;
}
.cb-disclaimer {
    background-color: rgb(17, 17, 17);
    padding: 1.5rem 1rem;
}
.cb-disclaimer p {
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

/* Helper classes */
.text-gold {
    color: #93785a;
}
.text-primary {
    color: #bb1232 !important;
}
.text-secondary {
    color: #690e1f !important;
}
.bg-ltgray {
    background-color: #fafafa;
}
.fs-xxs {
    font-size: 0.85rem;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-sm {
    font-size: 1.2rem;
}
.fs-md {
    font-size: 1.8rem;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.mb-6 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 5rem;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.spacer-lg {
    padding: 5rem 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
    .content-wrap,
    .reference-wrap {
        padding: 0 1rem;
    }
}
