body {
}

#A_Blessed_Mothers_Day_2019  {
    display: block;
    background-image: url('../images/Home_page_67/A_Blessed_Mothers_Day_2019.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:600px;
}

#Happy_Mothers_day_image  {
    display: block;
    background-image: url('../images/Home_page_67/Happy_Mothers_day_image.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:506px;
    position: relative;
}

#flowered_borders  {
    display: block;
    background-image: url('../images/Home_page_67/flowered_borders.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 1386px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.circle-left {
    display: block;
     background-image: url('../images/Home_page_67/circle-left.png');
    background-repeat: no-repeat;
     width: 289px;
    height: 315px;
    position: absolute;
    top: 18px;
    left: 6px;
    opacity: 0;
    transition: opacity 2s;
}

.circle-left:hover {
    opacity: 1;
}

.circle-right {
    display: block;
     background-image: url('../images/Home_page_67/circle-right.png');
    background-repeat: no-repeat;
     width: 289px;
    height: 315px;
    position: absolute;
    top: 261.5px;
    left: 655.7px;
    opacity: 0;
    transition: opacity 2s;
}

#flowered_borders_font {
    position: absolute;
    top: 160px;
    left: 240px;
    right: 240px;
    text-align: center;
    font-size: 32px;
    line-height: 150%;
    font-weight:700;
}

.circle-right:hover {
    opacity: 1;
}

#links_wrapper_Mothers_day_2019  {
    display: block;
    width: 900px;
    height: 225px;
    margin-top: 50px;
    position: relative;
    bottom: 25px;
}

.link_message_font {
    font-size: 28px;
    color: blue;
    font-weight: 700;
    font-family: 'Comic Sans MS';
    text-align: center;
    line-height:150%;
}

#left_link_message, #right_link_message  {
    display: block;
    width: 360px;
    background-color: #00ff90;
    position: relative;
    border: 10px solid blue;
    border-radius: 50px;
    padding: 20px;  
}

#left_link_message {
    float: left;
}


#left_link_message:before, #left_link_message:after {
    content: "";
    width: 0;
    height: 0;
    bottom: 100%;
    position: absolute;
}

#left_link_message:before {
    left: 90px;
    border: 55px solid transparent;
    border-bottom-color: blue; 
}

#left_link_message:after {
    left: 105px;
    border: 40px solid transparent;
    border-bottom-color: #00ff90;
}

#right_link_message  {
    float: right;
}

#right_link_message:before, #right_link_message:after {
    content: "";
    width: 0;
    height: 0;
    bottom: 100%;
    position: absolute;
}
#right_link_message:before {
    left: 228px;
    border: 55px solid transparent;
    border-bottom-color: blue; 
}

#right_link_message:after {
    left: 243px;
    border: 40px solid transparent;
    border-bottom-color: #00ff90 
}
#swirl-design  {
    display: block;
    background-image: url('../images/Home_page_67/swirl-design.png');
    background-repeat: no-repeat;
    width: 518px;
    height:128px;
    position: absolute;
    left: -45px;
}

#Sister_T_Collins  {
    display: block;
    background-image: url('../images/Home_page_67/Sister_T_Collins.png');
    background-repeat: no-repeat;
    width: 523px;
    height:125px;
    position: absolute;
    bottom: 225px;
    left: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}






