/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Q&A styling */
.qa-section {
    margin-top: -20px;
}

.question {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.toggle-icon::before {
    margin-right: 10px;
    font-weight: bold;
}

.toggle-icon:hover {
    color: white;
}

.answer {
    display: none;
    margin-top: 0px;
    color:#FF00B4;
}

.question.active + .answer {
    display: block;
}


/* FAQ Styling */
.faq-content {
    margin: 0 5%;
}


/* Misconception Styling */
.misconception-content{
        margin: 0 5%;
}


/* Theme colors */
.yellow {
    color:#BAFF00;
}

.pink {
    color:#FF00B4;
}


/* Bible Study styling */
.study-body {
    padding: 5rem 10%;
}
.study-body h2 {
    color:#BAFF00;
}

.study-body .image-frame {
    align-content: center;
    text-align: center;
    padding-left: 20%;
    padding-bottom: 30px;
}

.verse {
    font-style: italic;
    color:#FF00B4;
}

.study-card {
    margin: 1em 10%;
}

.study-card .card {
        border-radius: 10px;
}

.study-card .card-title {
    margin-left: 15px;
    color: #BAFF00;
    font-variant: small-caps;
    font-size: 1.25em;"
}

.study-card .btn {
    color:#FF00B4;
}


/* Blog styling */
.blog-posts .entry {
    width:80%;
    display:block;
    padding: 0% 10%;
    margin-left:auto;
    margin-right:auto;
}

.blog-entry {
    padding: 0% 10%;
}

.blog-posts img, .blog-entry img {
    width: 60vh;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 50px;
}


/* About styling */
.grey-box {
    font-family: tenon, sans-serif;
    border: 0 !important;
    background-color: #1a1a1b;
    border-radius: 10px;
    padding-top: 30px;
    margin: 2em 10%;
}

.grey-box h3 {
    font-family: tenon, sans-serif;
    font-variant: small-caps;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 10px;
}

.grey-box .pink {
    font-size: 1.25em;
}

.about-content img {
    width: 80vh;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 10px;
}

.about-statement {
    padding: 0 10%;
}


/* Coaching Styling */

.coaching-content {
    padding: 5rem 10%;
}

.coaching-content img {
    width: 80vh;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 10px;
}

.coaching-button {
    padding-top: 2em;
    border-color: #0dcaf0;
    border-width: 1px;
}

.coaching-button a {
    color: #FF00B4;
    font-size: 1.4em;
}


/* MMLF Styling */

.mmlf-content {
    padding: 5rem 5%;
}

.mmlf-content img, .mmlf-content figure {
    width: 80vh;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 10px;
}

.mmlf-content h2 {
    text-align: center;
}

.mmlf-content p {
    text-align: right;
    margin-right: 10px;
}

.mmlf-content .lead {
    text-align: left;
    font-style: italic;
}

.mmlf-lf-col {
    max-width: 50%;
    display: inline-block;
}

.mmlf-rt-col {
    max-width: 50%;
    display: inline-block;
}

.mmlf-button {
    font-size: 1.6em;
    margin: 0px 30%;
    width: fit-content;
    text-align: center;
    border-width: 1px;
    border-color: #BAFF00;
}

.mmlf-button p {
    text-align: center;
    line-height: 1em;
    padding: 5px;
    margin: 5px;
    color: #BAFF00;
}

.mmlf-button a {
    color: #BAFF00;
}

.mmlf-button:hover a {
    color: #000;
}

.mmlf-button:hover {
    background-color: #BAFF00;
    border-color: #fff;
}

.mmlf-text-col {
     min-width: 350px;
}