.blog {
    background-color: #a8cac0;
}

main {
    background-color: #a8cac0;
}

.blog_header {
    /* background-color: #a8cac0; */
    max-height: unset;
}

.hpv_blog_header_text_container {
    position: absolute;
    margin-top: calc(540px + 0.5vw);
    width: 1230px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.blog_header_background {
    max-height: unset;
}

.hpv_blog_header_title {
    font-family: 'Gilles';
    color: black;
    text-align: center;
}

.hpv_blog_header_text {
    font-family: 'Gilles';
    color: black;
    font-size: calc(15px + 0.5vw);
    text-align: center;
}

.hpv_blog_header_subtext {
    padding-top: 25px;
    font-size: calc(11px + 0.5vw);
    color: #636464;
}

.blog_body_title {
    margin-left: -50%;
    width: 80%;
}

.gif_container {
    text-align: left;
    margin-top: 100px;
}

.gif_title {
    color: white;
    font-family: 'Gilles';
    font-size: calc(18px + 0.5vw);
    width: 100%;
    padding-left: 10%;
}

.hpv_gif {
	width: 100%;
	text-align: center;
    margin-top: 0pt;
}

.girl_gif_container {
    
}

.girl_gif_title {

}

.girl_gif {

}

.trio_gif_container {

}

.trio_gif_title {
    width: 33%;
    float: left;
}

.trio_gif {

}

.cat_gif_container {
    
}

.cat_gif_title {

}

.parachute_container {
    width: 100%;
}

.parachute_background {
    width: 100%;
}

.parachute_right_cloud {
    /* right: 5%;
    width: 30%;
    margin-top: -2500px;
    margin-right: -800px; */
    width: 30%;
    transform: translate(-40%, -480%);
}

.parachute_left_cloud {
    /* left: 5%;
    width: 30%;
    margin-top: -1550px;
    margin-left: -800px; */
    width: 40%;
    transform: translate(35%, -440%);
}

.parachute_gif {
    width: 80%;
    /* max-width: 1280px;
    position: absolute; */
    transform: translate(8vw, -100%);
    max-width: 880px;
    position: absolute;
}

.world_container {
    width: 100%;
}

.world_background {
    width: 100%;
}

.world_gif {
    /* width: 750px;
    position: absolute;
    transform: translate(32%, -100%);
    top: 92%; */
    width: 70%;
    max-width: 880px;
    transform: translate(23%, -200%);
    position: absolute;
}

.world_text {
    font-family: 'Gilles';
    color: white;
    font-size: calc(13px + 0.5vw);
    text-align: center;
    /* position: absolute;
    margin-left: 615px;
    margin-top: 1580px;
    transform: translateX(-50%); */
    transform: translateY(-2010%);
}

@media (max-width: 1230px) {
    .hpv_blog_header_text_container {
        width: 100%;
        margin-top: calc(40vw);

    }
}

/* XL */
@media (min-width: 1171px) {

}

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

/* MD */
@media (max-width: 992px) {
}

/* SM */
@media (max-width: 768px) {   
}

/* XS */
@media (max-width: 544px) {

}