﻿

.wreath-bg {   
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}


.wreath-container {
    height: 0;
    width: 100%;
    margin-top: 0px;
    position:relative;
    padding-bottom:55%;
}

.banner_content {
    color: #263A59;  
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 50%;      
    transform:translateX(-50%);
    width: 100%;
}

.banner_content h3 {
    line-height: 1em;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    padding-top: 30px;
}

.banner_content h5 {
    font-family: "Ballet", cursive;
    text-transform: none;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 5rem;    
}
.banner_content h4 {
    font-size:2rem;
    font-weight:100;
}
.main_title h2, .journey_text_items .journey_item h4, .journey_text_items .journey_item h5 {
    color: #263A59;
}

@media (max-width: 1600px) {
    .story_area {  padding-bottom: 80px;   }
}
@media (max-width: 1199px) {
    .story_area {
        padding-bottom: 130px;
    }
}

@media (max-width: 991px) {
    .banner_content h3 { font-size: 3rem; padding-top:10px; }    
    .banner_content h5 { font-size: 2.2rem; }  
    .banner_content h4 { font-size: 1.5rem;  }
}

@media (max-width: 767px) {
    .story_area { padding-bottom:70px;}
    .banner_content h3 { font-size: 1.7rem; padding-top:10px;}
    .banner_content h5 { font-size: 1.4rem; }
    .banner_content h4 { font-size: .9rem;  }
}

