.page_5_container {
    /*background: rgba(255,255,255,0.2);*/
    background-image: url(../images/compressed/bg_page_2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 10%;
}
.page_5_header_text { 
    color: rgba(0, 0, 0, 1);
    width: 100%;
    font-family: Tangerine;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 18%;
    margin-bottom: 12%;
}
.love-img {
    width: 100%;
    margin-bottom: 3vh;
}
.love-header-text {
    font-family: Tangerine;
    text-align: left;
    font-size: 20px;
}
.love-text {
    font-family: 'Rubik';
    text-align: justify;
    font-size: 8pt;
}

@media only screen and (max-width: 768px){
    .page_5_container {
        padding-left: 9vw;
        padding-right: 9vw;
        padding-bottom: 5vw;
    }
    .page_5_header_text { 
        font-size: 9vw;
        margin-top: 14vw;
        margin-bottom: 10vw;
    }
}