/* Custom Overrides */
.blog {
    background-color: white;
}

main {
    background-color: white;
}

.header {
    height: unset;
}

.blog_body_image {
    padding-top: unset;
    padding-bottom: unset;
}

/* ------ HEADER ------ */

.blog_header {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    font-family: 'OpenSans-Bold';
    color: #85BFB3;
    margin-bottom: unset;
    font-size: 75px;
    line-height: 91px;
}

.subtitle {
    font-family: 'OpenSans-Bold';
    color: #357E8F;
    margin-bottom: unset;
    font-size: 52px;
    line-height: 62px;
    padding-bottom: 130px;
}

.text {
    font-family: 'OpenSans-Light';
    color: #231F20;
    margin-bottom: unset;
    font-size: 25px;
    line-height: 38px;
    max-width: 80%;
    text-align: justify;
}

.leaf {
    position: absolute;
    width: 20%;
    margin-left: -55%;
    margin-top: 100px;
}

.header_text_note {
    color: #7c7c7c80; 
    font-size: calc(9px + 0.45vw);
    text-align: left;
    width: 80%;
}

/* ------ COLORS ------ */
.separator {
    width: 100%;
    margin-bottom: 130px;
}

.color-mood {
    width: 80%;
    margin-bottom: 130px;
}

/* ------ ANIMATIONS ------ */
.animations-background {
    width: 90%;
}

.animation-item {
    width: 430px;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    transform: translate(-50%);
}

.animation-left {
    margin-left: 332px;
    left: unset;
}

.animation-right {
    margin-left: 898px;
    left: unset;
}

.animation-2 {
    margin-top: 246px;
}

.animation-3 {
    margin-top: 553px;
}

.animation-4 {
    margin-top: 800px;
}

.animation-5 {
    margin-top: 1107px;
}

.animation-6 {
    margin-top: 1414px;
}

.animation-7 {
    margin-top: 1722px;
}

.animation-8 {
    margin-top: 2030px;
}

.animation-9 {
    margin-top: 2152px;
}

/* ------ ICONS ------ */

.icons-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 50px;
}

.icons-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0px;
}

.icons-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.icon {
    width: 176px;
    margin-bottom: 50px;
}

.icons-text {
    font-family: 'OpenSans-Regular';
    color: #818282;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    width: 300px;
}

/* Breakpoint for the body max width */
@media (max-width: 1230px) {
    .animation-item {
        width: 35%;
    }
    
    .animation-left {
        left: 27%;
        margin-left: unset;
    }
    
    .animation-right {
        left: 73%;
        margin-left: unset;
    }

    .animation-2 {
        margin-top: 20%;
    }
    
    .animation-3 {
        margin-top: 45%;
    }
    
    .animation-4 {
        margin-top: 65%;
    }
    
    .animation-5 {
        margin-top: 90%;
    }
    
    .animation-6 {
        margin-top: 115%;
    }
    
    .animation-7 {
        margin-top: 140%;
    }
    
    .animation-8 {
        margin-top: 165%;
    }
    
    .animation-9 {
        margin-top: 175%;
    }
}

/* LG */
@media (max-width: 1170px) {}

/* MD */
@media (max-width: 992px) {
    .title {
        font-size: 55px;
        line-height: 65px;
    }
    
    .subtitle {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 80px;
    }
    
    .text {
        font-size: 22px;
        line-height: 38px;
        max-width: 70%;
    }

    .header_text_note {
        max-width: 70%;
    }
    
    .icons-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: unset;
    }

    .icons-column {
        padding: 50px 0px;
    }

    .icons-text {
        font-size: 22px;
        line-height: 38px;
    }
}

/* SM */
@media (max-width: 768px) {
    .title {
        font-size: 45px;
        line-height: 50px;
    }
    
    .subtitle {
        font-size: 32px;
        line-height: 45px;
        padding-bottom: 30px;
    }
    
    .text {
        font-size: 20px;
        line-height: 30px;
    }

    .icons-text {
        font-size: 20px;
        line-height: 30px;
    }
}

/* XS */
@media (max-width: 544px) {
    .blog_header {
        margin-top: 50px;
    }

    .title {
        font-size: 35px;
        line-height: 44px;
    }
    
    .subtitle {
        font-size: 24px;
        line-height: 34px;
    }
    
    .text {
        font-size: 18px;
        line-height: 26px;
    }

    .icons-column {
        padding: 20px 0px;
    }

    .icons-text {
        font-size: 18px;
        line-height: 26px;
    }
}

/* iPhone Plus */
@media (max-width: 414px) {
    .title {
        font-size: 25px;
        line-height: 32px;
    }
    
    .subtitle {
        font-size: 17px;
        line-height: 24px;
    }
    
    .text {
        font-size: 14px;
        line-height: 22px;
    }

    .icons-text {
        font-size: 14px;
        line-height: 22px;
    }
}

/* iPhone X */
@media (max-width: 375px) {}

/* iPhone SE */
@media (max-width: 320px) {}
