/* styles for Gratitude Blog */
.header-container {
    position: relative;
    width: 100%; height: 45vw;
}
#header-img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.gratitude-intro-container {
    position: relative;
    width: 65%; height: auto;
    margin: 5vw auto 2vw auto;
}
#intro-line-1 {
    font-weight: 600;
    font-size: 1.2vw;
    text-align: center;
    color: #000000;
}
#intro-line-2 {
    font-weight: 600;
    font-size: 1.2vw;
    text-align: center;
    color: #000000;
}
#intro-line-hug-left {
    font-weight: 600;
    font-size: 1.2vw;
    text-align: left;
    color: #000000;
}

/* styles for blog text sections */
.blog-section {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: black;
    padding: 5vw 0;
    max-width: 65%; /* based on design ratio */
    margin: 0 auto;
}
.unpadding {
    padding: 0 0 5vw 0;
}

/* cont. styles for blog text sections */
.padding-tb-5 {
    padding: 0.5vw 0;
}
.section-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1.1vw;
    line-height: 1.4;
    color: black;
}
.section-subtitle {
    text-align: justify;
    color: #CB92FF;
    height: fit-content;
    margin: 2vw 0;
}
.section-header {
    font-weight: 600;
    font-size: 1.2vw;
    color: #CB92FF;
    margin-bottom: 0.5vw;
}
.quote-styles {
    font-weight: 600;
    font-size: 1.1vw;
    color: #CB92FF;
    margin-bottom: 0.8vw;
}
.section-paragraph {
    text-align: justify;
    margin-bottom: 1.5vw;
}
#list-style {
    list-style-position: inside;
}
#list-style-outside {
    list-style-position: outside;
    padding-left: 1.2vw;
}
#list-style-items {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.2vw;
    margin-bottom: 3vw;
}
#list-style-items-blue {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.2vw;
    margin-bottom: 3vw;
    color: #1f52ff;
}
#list-style-items-blue > li::marker {
    font-weight: 400;
    font-size: 0.8vw;
}
ol > li::marker {
    font-weight: 600;
}

b {
    font-weight: 600;
}
.list-header {
    display: inline;
    font-weight: 600;
    font-size: 1.2vw;
    color: black;
    margin-bottom: 0.8vw;
}
.list-paragraph {
    padding-left: 1vw;
    text-align: justify;
    margin-bottom: 1.5vw;
}
.list-paragraph.s3 {
    padding-left: unset;
}
.list-item {
    font-size: 1.1vw;
    line-height: 1.4;
    padding-left: 1vw;
    margin-bottom: 1vw;
}

/* styles for 2 column blog text section */
.section-text-lr {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.1vw;
    line-height: 1.4;
    color: black;
}
.section-text-left, .section-text-right {
    width: 45%;
}
.list-subtitle {
    font-weight: 600;
    font-size: 1.2vw;
    padding-left: 1vw;
    color: #CB92FF;
    margin-top: 0.8vw;
}
.first-section-text-right {
    margin-top: unset;
}

/* styles for thin single column blog */
.section-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1.1vw;
    line-height: 1.4;
    width: 50%;
    color: black;
}

/* styles for text section 5 title */
.section-5-title {
    font-weight: 700;
    font-size: 2vw;
    line-height: 1;
    text-align: justify;
    color: #1f52ff;
    margin-bottom: 1.5vw;
}
#section-5-meditations {
    font-size: 4vw;
    color: #CB92FF;
}

/* styles for section break 1 */
.section-break-1 {
    position: relative;
    display: flex;
    width: 100%;
}
#section-break-1-img {
    position: relative;
    object-position: 50%;
}
.section-break-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    width: 35%; height: 42.9vw;
    left: 45%;
}
.sb1-line-1, .sb1-line-2, .sb1-line-3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 1;
}
/* styles for section break 1 first line */
#sb1-5-min {
    font-size: 4.8vw;
    padding-left: 1vw;
    line-height: 0.8;
}
/* styles for section break 1 second line */
.sb1-line-2-left {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 4.6vw;
    line-height: 0.8;
}
#sb1-how-to-do {
    font-size: 5.5vw;
}
#sb1-amp {
    font-size: 9vw;
    line-height: 1;
}
/* styles for section break 1 third line */
.sb1-line-3 {
    justify-content: end;
}

/* styles for section break 2 */
#section-break-img {
    position: absolute;
    height: 100%;
}
.section-break-2-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #CB92FF;
    width: 30%;
    height: 42.9vw;
    left: 57%;
}
.sb2-line-1 {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 7vw;
    line-height: 0.8;
}
#sb2-step-by-step {
    font-size: 2vw;
    line-height: 0.7;
}
.sb2-line-2 {
    font-weight: 600;
    font-size: 10.3vw;
    line-height: 0.6;
    color: black;
}
.sb2-line-3 {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 3.9vw;
    line-height: 1.3;
}
.sb2-line-4 {
    font-weight: 600;
    font-size: 5vw;
    line-height: 0.6;
    color: #1f52ff;
}

/* styles for section break 3 */
.section-break-3 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%; max-width: 81%; /* equiv. to 1344px */
    height: auto;
    margin: 0 auto;
}
#section-break-img {
    position: absolute;
    height: 100%;
}
.section-break-3-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #CB92FF;
    width: 40%;
    height: 46.1vw;
    margin-right: auto;
    z-index: 2;
}
.sb3-line-1, .sb3-line-2, .sb3-line-3 {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 6vw;
    letter-spacing: -0.3vw;
    line-height: 0.9;
}
#black {
    color: black;
}
.sb3-subtitle {
    text-align: justify;
    font-size: 1.1vw;
    line-height: 1.4;
    padding-right: 5vw;
    color: black;
    margin-top: 5vw;
}

/* styles for section break 4 */
.section-break-4 {
    position: relative;
    display: flex;
    width: 100%;
    height: 35vw;
}

/* styles for section break 5 */
.section-break-5 {    
    position: relative;
    display: flex;
    width: 61%;
    height: auto;
    margin: 0 auto;
}
.section-break-5-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 1vw;
    color: #CB92FF;
    width: 73%;
    height: 42.9vw;
    margin-left: 28%;
}
.sb5-line-1, .sb5-line-2, .sb5-line-3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    font-size: 6vw;
    line-height: 0.9;
}
.sb5-line-1 {
    font-size: 2vw;
}
.sb5-line-2 {
    color: #1f52ff;
}
.sb5-subtitle {
    text-align: justify;
    font-size: 1.1vw;
    line-height: 1.4;
    padding-left: 21vw;
    color: black;
    margin-top: 5vw;
}

/* styles for section break 6 */
.section-break-6 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 81%;
    height: 42vw;
    margin: 0 auto 8vw auto;
}
.section-break-6-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #CB92FF;
    width: 37.6%;
    margin-right: 5vw;
    z-index: 2;
}
.sb6-line-1, .sb6-line-2, .sb6-line-3 {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 6vw;
    letter-spacing: -0.3vw;
    line-height: 0.9;
    text-align: end;
}
.sb6-line-3 {
    margin-bottom: 3vw;
}
.sb6-subtitle {
    text-align: justify;
    font-size: 1.1vw;
    line-height: 1.4;
    color: black;
    margin-bottom: 1vw;
}
#section-break-6-img {
    position: relative;
    height: 100%;
}

/* styles for footer section */
.gratitude-footer-container {
    position: relative;
    width: 65%;
    height: auto;
    margin: 0 auto;
}
.footer-section-break {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 65%; max-width: 1344px;
    height: auto;
    margin: 1vw auto 5vw auto;
}
.footer-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; height: 100%;
    margin: auto 0;
}
.footer-resources {
    display: flex;
    font-size: 1.1vw;
    line-height: 1.4;
    color: black;
    background-color: #ddd8d4;
    width: 49%;
    height: 100%;
    cursor: pointer;
}
.resource-img {
    width: 15vw;
    height: 15vw;
    padding: 1vw;
}
#footer-img {
    height: 100%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.resource-text {
    width: auto;
    height: 100%;
    padding-right: 1vw;
    margin: auto 0;
}
.footer-paragraph {
    font-size: 1.1vw;
    line-height: 1;
}
.footer-title {
    font-weight: 600;
    font-size: 1.05vw;
}