﻿:root {
    --primary: #EE675E;
    --secondary: #DD4B62;
    /*DD5063*/
    --blue: #0096FF;
    --blue-opaque: #0096FFAA;
    --blue-text: #2C73BC;
    --grey-text: #CBCBCB;
    --medium-grey: #999999;
    --dark-text: #1E1E1F;
    --background-color: #f5f5f5;
    --dark-purple: #38344D;
    --darker-purple: rgba(41, 35, 61, 0.363);
    --input-background: #f5f7f8;
    --input-placeholder: #a9abac;
    --green: #4a9b78;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'PT Sans', sans-serif;
}

body {
    /*                font-family: 'Roboto', sans-serif;*/
    /*                font-family: 'Cambay', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    background-color: white;
    color: var(--dark-text);
    background-color: var(--background-color);
}

.main {
    min-height: 50vw;
}

.blue {
    color: var(--blue);
}
.primary {
    color: var(--primary);
}

.green {
    color: var(--green);
}

.secondary {
    color: var(--secondary);
}

.purple {
    color: var(--dark-purple);
}

.f300 {
    font-weight: 300;
}
.f400 {
    font-weight: 400;
}
.f500 {
    font-weight: 500;
}
.f600 {
    font-weight: 600;
}
.f700 {
    font-weight: 700;
}
.f800 {
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6, button, .navbar-brand, .hero .title, .completed {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.claim-status {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

h1, h2 {
    font-weight: 700;
    color: var(--dark-purple);
    font-style: italic;
    margin-bottom: 40px;
}

.hero .title {
    text-transform: uppercase;
}

.title {
    margin-bottom: 20px;
    color: var(--primary);
    /*font-style: italic;*/
}

p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

#validationSummary {
    text-align: left !important;
}

#validationSummary h4 {
    font-weight: 600;
    font-size: 1rem;
}

.gradient, .btn-primary, .btn-primary-colors, .btn-submit, input:checked+.slider {
    background-color: #EE675E;
    background-image: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

.btn-back {
  background-color: var(--medium-grey);
  background-image: linear-gradient(to bottom right, var(--medium-grey), var(--grey-text));
}

.btn:hover {
    background-color: #EF746C;
    background-image: none;
    background: #F1827B;
    color: white;

}

.blue-gradient, .donate-btn {
    background-color: #0198FD;
    background-image: linear-gradient(to right, #2F74BA, #0198FD);
}

.purple-gradient, .purple-btn {
    background-color: #29233D;
    background-image: linear-gradient(to top right, #29233D, var(--dark-purple));
}

.grey-gradient {
    background-color: #f5f5f5;
    background-image: linear-gradient(to top right, #f5f5f5, #ffffff);
}

.clipped {
    clip-path: polygon(0 0, 1600px 0, 1600px 70%, 0 100%);
    -webkit-clip-path: polygon(0 0, 1600px 0, 1600px 70%, 0 100%);
    padding-bottom: 100px;
}

.slanted-div-container  {
    position:relative;
}

.slanted-div {
    box-sizing: border-box;
    position:absolute;
    width: 100%;
    height: 25vw;
    max-height: 50vw;
    content: '';
    background-color: #38344D;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: top right;
    transform: skewY(-10deg);
    z-index: -2;
}

.wslanted-div-container  {
    top: -15vw;
}

.wslanted-div {
    height: 28vw;
    max-height: 50vw;
    background-color: #f5f5f5;
    background-image: linear-gradient(to top right, #f5f5f5, #ffffff);
}

.hero-slanted-div-container  {
    top: calc(100% + 15vw);
    z-index: 2;
}

.hero-slanted-div {
    height: 15vw;
    max-height: 50vw;
    background-color: white;
    transform: skewY(-8deg);
}


.btn, .btn-submit, .btn-back {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-weight: 700;
    color: white;
    font-style: italic;
    text-transform: uppercase;
}

.btn-primary, .btn-secondary, .btn-submit, .btn-back {
    border: none;
}

.purple-btn:hover {
    background-color: #4A465D !important;
    color: white;
}

.btn-round, .btn-primary, .btn-submit, .card-btn .cancel-btn, .btn-back {
    border-radius: 100px;
}

.btn-outline {
    border: 1px solid var(--grey-text);
    color: var(--grey-text);
    background-color: white;
}

.btn-submit, .btn-back {
    padding: 10px 50px;
    margin-top: 40px;
    font-size: 1.3rem;
}

.donate-btn {
    margin-left: -3px;
}

.donate-btn:hover {
    background-image: none;
    background: #2FAAFD;
    background-color: #2FAAFD;
}

.pay-now-btn {
    border-color: #2FBF71;
    color: #2FBF71;
    background-color: white;
}

.delete-btn {
    background-color: var(--secondary);
}

.pay-now-btn, .delete-btn {
    font-size: 1rem;
}

footer .btn  {
    -moz-box-shadow: 0 0 5px #333 !important;
    -webkit-box-shadow: 0 5px #333 !important;
    box-shadow: 0 0 5px #333 !important;
}

.dark-shadow {
    -moz-box-shadow: 0 0 10px #777777 !important;
    -webkit-box-shadow: 0 0 10px #777 !important;
    box-shadow: 0 0 10px #777 !important;
}

.shadow, .img-circle, .btn-primary, .btn-submit, .btn-back, .accepted-dare, .create-dare-btn:hover {
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 5px #aaa;
}

.cancel-btn, .accept-btn {
    width: 100%;
}

.cancel-btn {
    background-color: inherit;
    border: 2px solid var(--primary);
    color: var(--primary) !important;
    font-weight: normal !important;
    font-style: normal;
    text-transform: initial;
}

.accept-btn {
    background-color: inherit;
    border: 2px solid var(--blue);
    color: var(--blue) !important;
    font-weight: normal !important;
    font-style: normal;
    text-transform: initial;
}

.accept-btn:hover {
    background-color: var(--blue);
    color: white !important;
}

.cancel-btn:hover {
    background-color: var(--primary);
    color: white !important;
}


.center {
    text-align: center !important;
}

.info-section {
    padding: 0px 10%;
}

.card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: none;
    border-radius: .35rem;
    margin: 20px 0px;
}

.card-header {
    color: var(--dark-text);
}

.card-header h3 {
    margin-bottom: 10px;
}

.card-header {
    padding: 2rem 2rem 0rem 2rem !important;
}

.card-body {
    padding: 2rem 2rem 2rem 2rem !important;
}


.card-header, .card-footer {
    background-color: inherit;
    border: none;
}

.card-footer {
    padding-bottom: 30px;
}

.steps .card p {
    font-weight: 500;
    font-size: .9em;
}


.card-title {
    color: #2C73BC;
    font-weight: 700;
    text-transform: uppercase;
}

.steps {
    text-align: center;
}

.steps .fas, .steps .far, .steps img {
    color: #448BCE;
    font-size: 60px;
    margin-bottom: 40px;
}

.steps button {
    margin-top: 40px;
}

.steps .card {
    margin-bottom: 20px;
}

.container {
    margin-bottom: 80px;
}

.participant h4 {
    color: var(--blue);
}

.challenger h4 {
    color: var(--primary);
}

h4 {
    font-weight: 700;
}

nav .logo {
    max-height: 40px;
}

footer .logo {
    max-height: 75px;
}

nav {
    background-color: white;
    -webkit-box-shadow: 0 5px 5px #ebebeb;
    -moz-box-shadow: 0 5px 5px #ebebeb;
    box-shadow: 0 5px 5px #ebebeb;
    margin-bottom: 50px;
}

.navbar-brand {
    color: var(--primary);
}

.nav-link {
    color: #1f1f1f !important;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-item {
    text-align: right;
}

.nav-link:hover, a:hover {
    cursor: pointer !important;
    color: var(--primary) !important;
    text-decoration: none;
}

.navbar-nav button {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    margin-top: 3px;
}

.sub-nav {
    /* background-color: var(--dark-purple); */
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -40px;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 0.2rem;
    color: var(--dark-purple);
}

.sub-nav a {
    margin-right: 40px;
    color: var(--secondary);
}

.sub-nav i {
    margin-right: 10px;
}

.sub-nav .container, .dare-header .container {
    margin-bottom: 0px;
}

.upper-bars {
    max-width: 100%;
    margin-top: -50px !important;
    position: absolute;
    z-index: -5 !important;
}

.bord {
    border: 10px solid transparent;
    height: 80px;
    border-image: url('/images/border.png') 30 repeat;
    width: 50%;
    margin: 0 auto;
    border-bottom: none;
    border-top-right-radius: 4px;
}

.bord-vert {
    border: 10px solid transparent;
    height: 50px;
    width: 1px;
    border-image: url('/images/border.png') 30 repeat;
    margin: 0 auto;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.challenger .img-circle {
    background-image: url('/images/dare-square.jpg');
}

.participant .img-circle {
    background-image: url('/images/bible-square.jpg');
}

.img-circle {
    width: 225px;
    height: 225px;
    border: 10px solid white;
    border-radius: 200px;
    margin: 0 auto;
    margin-bottom: 60px;
    background-size: cover;
    position: relative;
}

.challenger .layer, .participant .layer {
    z-index: 1;
}

.challenger .layer {
    background-color: rgba(238, 103, 94, 0.7);
}

.participant .layer {
    background-color: rgba(0, 150, 255, 0.7);
}

.paths button {
    margin-top: 40px;
}

.path-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/two-paths-lines.png');
}

.hero {
    min-height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    /* margin: 0px 0 50px 0px; */
    overflow: hidden;
    /* padding: 3rem 0px; */
    position: relative;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

.hero-container .container {
    position: relative;
    height: 60% !important;
}



.hero .layer {
    background-color: rgba(64,55,76,0.85);
}

.hero-container {
    color: white;
}

.hero-container .title {
    font-size: 3.5em;
}

.hero-container p {
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 0.5em;
}

.hero p a {
    text-decoration: underline;
    color: #9D9CAA;
}

.hero .title {
    line-height: 1.2;
    margin-bottom: 2rem;
}

.hero-container .btn {
    margin-top: 10px;
    font-size: 1.5em;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0;
}

.hero .container {
    z-index: 1;
}

.home-hero {
    /*background-image: url('/images/hero-desktop-min.jpg');*/
    background-image: url('/images/hero-desktop-min-2.jpeg');
    min-height: 65%;
    background-position:50% 50%;  /* Sets reference point to scale from */
    background-size:cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 768px) {
    .home-hero {
        background-image: url('/images/hero-mobile.jpg');
        min-height: 50%;
    }
}

.home-hero .container {
    margin-bottom: 30px;
}

.hero-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--secondary);
}

.line {
    background-color: var(--secondary);
    height: 3px;
    width: 100%;
    margin: 0px 10px 0px 20px;
    text-align: center;
}

.trade-treasure {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.3rem;
}

@media only screen and (min-width: 769px) {
    .trade-treasure {
        text-align: center;
    }
}

.treasure-btns {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    max-width: 768px;
}

.wide-btn {
    /* TODO media query */
    width: 100%;
    padding: 12px 40px;
    background-color: var(--secondary);
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
}


.what-section {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
}

.what-icon {
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: 20px;
    max-width: 300px;
}

.what-icon img {
    margin: 0 auto;
    
}

.what-text {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.what-number {
    color: var(--secondary);
    font-weight: 800;
    font-size: 2rem;
    margin-right: 3px;
}

.what-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--dark-purple);
}

.what-text p {
    font-size: .9rem;
    font-weight: 300;
}

.white-btn {
    background-color: inherit !important;
    color: var(--secondary);
}

.white-btn:hover {
    background-color: #EEC5CD !important;
    color: var(--secondary);
}

.btn-secondary {
    background-color: var(--secondary);
    font-style: normal;
}

.bible-hero {
    min-height: 90%;
    background-image: url('/images/bible.jpg');
    background-color: white;
}

.dare-hero {
    min-height: 90%;
    background-image: url('/images/dare.jpg');
}

.under-clip {
    padding-top: 20px;
    position: relative;
    z-index: 5;
}

footer {
    background-color: var(--dark-purple);
    background-image: linear-gradient(to top, var(--darker-purple), var(--dark-purple));
    color: var(--grey-text);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #4A465D;
}

footer a {
    color: var(--grey-text);
}

footer h2, h4 {
    font-weight: 800;
}

footer h2 {
    color: var(--primary);
    line-height: 1;
    font-style: italic;
}

footer h4 {
    color: white;
}

.footer-links a {
    color:white;
    display: block;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.footer-donate, .keep-up {
    font-size: 0.7em;
    line-height: 1.2;
}

footer button .btn {
    font-size: .5em !important;
}

footer [class^="col"] {
    margin-bottom: 20px;
}

.slanted-div-container .red-lines {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: -1;
    height: 200px;
    width: auto;
}

.keep-up h4 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.keep-up .form-control {
    background-color: rgba(255,255,255,0.2);
    color: white;
}

.keep-up input::placeholder {
    color: white !important;
    font-weight: 400;
}

.keep-up .btn {
    font-size: 1.1rem;
    padding: 8px 30px;
    font-weight: 600;
}

.form-control, .cc-radio {
    margin-bottom: 10px;
    border: none;
    padding: .475rem .95rem;
    border-radius: .40rem;
}

    .form-control::placeholder {
        color: rgb(158, 137, 137);
    }

.win {
    color: white;
    padding: 40px;
    text-align: center;
}

.confetti {
    background-image: url('/images/confetti5.png');
    background-size: cover;
    height: inherit;
    width: inherit;
}

.win h2 {
    color: white;
}

.win h2, .win p {
    margin-bottom: 40px;
}

 .form-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.form-btn {
    margin-top: 20px;
}

.grey-link {
    color: #999;
    text-decoration: underline;
}

/*form {*/
/*    color: #B3B3B3;*/
/*}*/

form .row {
    margin-bottom: 12px;
}

form p {
    margin-left: 10px;
    margin-right: 10px;
}

/* .big-btn {
    font-size: 20px;
    padding: 8px 40px;
} */


.r {
    text-align: left;
    border: 1px solid #ccc;
    background-color: #ECEDEE;
    color: #b3b3b3;
    border-color: #DEDEE4;
    border-width: 2px;
}

.r-selected {
    background-color: white;
    border-color: #0096FF;
    box-shadow: 0 0 8px #999;
    color: var(--dark-text);
}

input[type="radio"] {
    margin-right: 8px;
}

.success .fa-check-circle {
    font-size: 10rem;
    margin: 40px 0px;
    color: var(--primary);
}

.success p {
    font-size: 1.2rem;
}

.faq-container {
    margin-top: 50px;
}

.faq {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq h4 {
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.faq a {
    color: var(--primary);
}

.faq-content {
    margin-bottom: 20px;
}

.faq-last {
    border-bottom: none;
    margin-bottom: 0px;
}

a.blue-text {
    color: var(--blue) !important;
}

.modal {
    text-align: center !important;
}

.modal-content {
    background-color: #ffffff;
    padding: 0px;
}

.modal-header {
    border-bottom: none;
    padding: 16px 16px 0px 16px;
}

.modal-title {
    padding-top: 0px;
    margin-bottom: 16px;
    margin-top: -1.2rem;
    color: var(--primary);
}

.modal-body {
    padding-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 32px;
}


.modal .modal-footer, .modal-footer {
    border-top: none;
    text-align: center !important;
    margin: 0 auto;
}

.close  {
    border: none;
    background: none;
    color: var(--primary);
    font-size: 2.8rem;
    opacity: 1;
}

.close:hover {
    color: var(--dark-purple);
    cursor: pointer;
    opacity: 1;
}

.centered {
    margin: 0 auto;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.login-form {
    text-align: center;
}

.login-form .form-control, .card .form-control {
    border: 1px solid #ddd;
}

.crumb {
    margin-top: -20px;
}

.crumb a {
    color: var(--dark-purple);
}

.crumb i {
    margin-right: 10px;
}

.profile .btn {
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background-color: white;
    color: var(--primary);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-right: 5px !important;
}

.profile .btn:hover {
    border-color: var(--primary);
    background-color:var(--primary);
    color: white;
}

.profile .btn i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.profile .col-4 {
    margin-bottom: 20px;
}

.activity {
    text-align: left;
    font-size: 1.6rem;
    color: var(--primary);
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.dare-container {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.stat {
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: left;
    color: var(--medium-grey);
}

.stat > div {
    display: inline-block;
}

.stat-num {
    font-size: 2.1rem;
    color: var(--blue-text);
    margin-right: 5px;
}

.card-btn {
    min-width: 250px;
    width: 250px;
    min-height: 250px;
    border: 3px solid #E8E8EE;
    border-radius: 0.7rem;
    margin: 10px 20px 10px 0px;
    padding: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.card-btn-footer {
    margin-top: auto;
}

.create-dare-btn {
    color: var(--primary);
    font-weight: 700;
    border-color: var(--primary);
    font-size: 1.1rem;
    text-align: center;
    justify-content: center;
}

.create-dare-btn img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.create-dare-btn p {
    margin-top: 10px;
}

.create-dare-btn:hover {
    cursor: pointer;
}

#dared .card-btn:hover {
    cursor: pointer;
}

#dared .accepted-dare:hover {
    border-width: 2px;
}

.verse, .name, .money {
    font-family: 'Open Sans';
    font-weight: 600;
}

.verse {
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.name {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.money {
    font-size: 1.6rem;
    margin-bottom: 8px;
    /* flex-grow: 1; */
}

.accepted-dare {
    border: 1px solid var(--primary);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F5F5F5; 
    border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #B3B3B3; 
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;

}

.dare-header {
    margin-top: -50px;
    margin-bottom: 50px;
    background-color: white;
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
}

.dare-header h4 {
    margin-bottom: 0px;
}

.verse-num {
    color: #999;
    font-size: 0.7rem;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 5px;
}

.chapter-btn {
    font-style: normal;
    font-weight: normal;
    background-color: #eee;
    color: #aaa;
    margin: 2px;
}

.chapter-btn.active {
    background-color: var(--blue);
    color: white;
    font-weight: bold;
}

.chapter-btn:hover {
    background-color: #999;
}

.input-label {
    color: var(--dark-text);
}

/* ******** SLIDER ******* */
.switch {
	position: relative;
	display: inline-block;
	width: 44px;
    height: 26px;
    top: 0;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:focus+.slider {
	box-shadow: 0 0 1px var(--primary);
}

input:checked+.slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.slider-label {
	font-size: 18px;
	padding-top: 80px !important;
	color: #999;
    font-family: 'Open Sans', sans-serif;
	position: relative;
	top: 20px;
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/* ***** END SLIDER ****** */

#previewModal p {
    color: #555;
}

#previewModal  .btn.active {
    background-color: var(--primary) !important;
}

@media (max-width: 1000px) { 
    .card-deck-wrapper {margin-right:0;margin-left:0;}
    .card-deck {
        margin: 0 auto;
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        padding: 0px !important;
        display: block;
        margin-bottom: .75rem;
        vertical-align: top;
    }

    .card-deck .card {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.scroller {
    z-index: 100;
    border-radius: 50px;
    font-size: 40px;
    padding: 10px !important;
    height: 62px;
    width: 62px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.scroller:hover {
    cursor: pointer;
    color: #b3b3b3;
}

.fab {
    background-color: white;
    box-shadow: 3px 10px 18px #333;
    color: var(--blue);
    margin-top: 40px;
}

.fab:hover {
    background-color: #ddd;
    color: var(--blue);
    cursor: pointer;
}

.down-container {
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 101;
    text-align: center;
    z-index: 10;
}

.down-container i {
    color: #b5b5b5;
    /* background-color: rgba(64,55,76,0.85);
    padding: 5px !important;
    height: 41px;
    width: 41px; */
}

.down-container i:hover {
    color: var(--primary);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white !important;
    background-color: var(--primary); 
}

.badge-pill {
    margin-left: 20px;
    color: var(--primary);
}

/* ***** LOADER ***** */
.loader-container, #loader-container {
    display:none;
	height: 100%;
	width: 100%;
	background-color: rgba(50, 50, 50, .6);
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
}

.loader, #loader {
    display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid var(--primary);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* ***** END LOADER ***** */


/* ***** WIZARD ***** */
.step-container {
    height: 40px;
}

.step {
    height: inherit;
    width: 40px;
    margin: 0 auto;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    border-radius: 32px;
    font-size: 16px;
    padding-top: 6px;
    background-color: rgba(0,0,0,0);
    position: relative;
    top:0px;
    text-align: center;
    z-index:2;
}

.step-inner {
    background-color: #ccc;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    top: 0px;
}

.stepper .active .step {
    border: 4px solid var(--secondary);
    background-color: white;
}

.stepper .active .step-inner {
    top: -4px;
    width: 28px;
    height: 28px;
}


.stepper .completed .step-inner {
    background-color: var(--secondary);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bb {
    height: 0px;
    border: 2px solid #cccccc;
    position: absolute;
    top: 19px;
    left: -50%;
    z-index: 0;
    width: 100%;

}

.stepper .active .bb, .stepper .completed .bb {
    border-color: var(--secondary);
}
/* ***** END WIZARD ***** */

/* ***** ACCEPT MODAL ***** */
.accept-modal .small-text {
    font-size:  0.8rem;
}

.accept-modal .modal-content {
    background-color: white;
}

.accept-modal .modal.button.close, .accept-modal .btn-close {
    color: white !important;
    font-size:  2rem;
    font-weight: 300 !important;
}

.accept-modal .modal-body, .accept-modal .modal-header {
    background-color: var(--secondary);
}

.accept-modal #man {
    margin-top: 75px;
    height: 125px;
    width:  125px;
}

.accept-modal .man-container {
    margin: 0 auto;
    position: absolute;
    bottom: -35px;
    width:  100%;
}

.accept-modal .man-container-2 {
    margin:  0 auto;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.3), rgba(221,75,98,.85));
}

.accept-modal .your-word {
    margin-top:  20px;
    color: white;
    margin-bottom: 0px;
    line-height: 1.2;
}

.accept-modal .pledge, .accept-modal .your-word {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.accept-modal .modal-footer {
    display: block;
    background-color: white;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    z-index: 50;
}

.accept-modal .modal-footer h2 {
    color: var(--secondary);
}

.accept-modal .modal-footer p {
    color: var(--dark-text);
    font-size: 1.1rem;
}

.accept-modal .pledge {
    color: var(--secondary) !important;
    font-size:  2rem !important;
    margin-bottom: .5rem;
}

.accept-modal .commit {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center !important;
    color: var(--dark-purple) !important;
}

.accept-modal .bible-hand-container {
    margin: 0 auto;
    /* background-color:  rgba(255,255,255,0.2); */
    width: 150px;
    height: 150px;
    /* padding: 50px; */
    border-radius: 100%;
    border: 3px solid var(--secondary);
    background-image: url('/images/icons/hand-on-bible-red.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: 60%;
}

.accept-modal .bible-hand-container:hover {
    background-image: url('/images/icons/hand-on-bible-white.png');
    border-color: var(--blue);
    background-color: var(--blue-opaque);
    cursor: pointer;
}

.accept-modal #bible-hand {
    height: 100px;
    width:  100px;
    margin-top: 50px;
}
/* ***** END ACCEPT MODAL ***** */

.grey-input, .anonymous-input-group, .input-group-input, .grey-input .input-group-text, .input-group-text {
    background-color: var(--input-background) !important;
    border: none !important;
    font-weight: 600;
}

.form-control::placeholder {
    color: var(--input-placeholder) !important;
    font-weight: 600;
}

.form-control:disabled {
    color: var(--input-placeholder) !important;
    font-weight: 600;
}

.small-card {
    font-family: 'Open Sans', sans-serif;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

button:disabled, button .btn:disabled, .btn:disabled, button .gradient:disabled {
    background-color: #cccccc !important;
    background-image: none;
}

.social-dare-table td, .social-dare-table th {
    width: 25%;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.btn:disabled:hover {
    cursor: not-allowed;
    background-color: #cccccc !important;
}

.home h1 {
    color: var(--secondary);
    font-style: normal;
}

.eternal-treasure-card {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    -moz-box-shadow: 0 0 10px #eee;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 1rem;
    max-width: 800px;
}

.eternal-treasure-card .lg-text {
    font-size:3rem;
}

.eternal-treasure-card img {
    position: relative;
    top: -15px;
    height: 8rem;  
    border: 5px solid white;
    border-radius: 100%;
    margin-bottom: 20px;
}

.fat-italics {
    font-weight: 800;
    font-style: italic;
}