body {
}

  @font-face {
  font-family: Easter_2024-Font;
 /*src: url('../fonts/GreatVibes-Regular.ttf');*/
src: url('../fonts/Magnolia Script.otf'); 
}

  @font-face {
  font-family: Easter_2024-Font--2;
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf');
}

#blue--picture--frame  {
    display: block;
    background-image: url('../images/Home_page_97/blue--picture--frame.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 2253px;
    position: relative;
}

.Easter_2024_font {
    position: absolute;
    font-family: 'Easter_2024-Font';
    top: 455px;
    width: 900px;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    line-height: 150%;
}

.Easter_2024_font--2 {
  position: absolute;
 margin-top: 770px;
    font-family: 'Easter_2024-Font--2';
    top: 435px;
    width: 900px;
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    line-height: 150%;
}

#Easter_2024_link_wrapper  {
    display: block;
    width: 700px;
    height: 246px;
    margin: 25px auto 40px auto;
    position: relative;
    z-index: 50;
}

.basket_flowers_left  {
    display: block;
    background-image: url('../images/Home_page_97/basket_flowers_left.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 246px;
    position: absolute;
    left: 0;
    transition: opacity .5s;
}

.basket_flowers_left:hover {
    opacity:0;
}

#basket_flowers_colorized_left  {
    display: block;
    background-image: url('../images/Home_page_97/basket_flowers_colorized_left.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 246px;
    position: absolute;
    left: 0;
}

/*----------------------------------------------------*/

.basket_flowers_right  {
    display: block;
    background-image: url('../images/Home_page_97/basket_flowers_right.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 246px;
    position: absolute;
    right: 0;
    transition: opacity .5s;
}

.basket_flowers_right:hover {
    opacity:0;
}

#basket_flowers_colorized_right {
    display: block;
    background-image: url('../images/Home_page_97/basket_flowers_colorized_right.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 246px;
    position: absolute;
    right: 0;
}

/*----------------------------------------------------*/

#Easter_2024_message_link_wrapper  {
    width: 750px;
    height: 250px;
    margin: 0 auto 15px auto;
    position: relative;
}

/*------------------------------------------------------- */

.message_Easter_2024_left, .message_Easter_2024_right  {
    width: 350px;
    height: auto;
    border: 10px solid #b60b8c;
        box-sizing: border-box;
        border-radius: 50px;
        position: absolute;
        padding: 15px;
}

.message_Easter_2024_left  {
    left: 0;
}

.message_Easter_2024_left:before, .message_Easter_2024_left:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
}
    

.message_Easter_2024_left:before {
    border: 50px solid transparent;
    border-bottom-color: #b60b8c;
    left: 110px;
}

.message_Easter_2024_left:after {
  border: 35px solid transparent;
    border-bottom-color: white;
    left: 125px;
}  

/*------------------------------------------------------- */

.message_Easter_2024_right  {
        right: 0;
}

.message_Easter_2024_right:before, .message_Easter_2024_right:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
}
    
.message_Easter_2024_right:before {
    border: 50px solid transparent;
    border-bottom-color: #b60b8c;
    right: 110px;
}

.message_Easter_2024_right:after {
  border: 35px solid transparent;
    border-bottom-color: white;
    right: 125px;
}  

#Easter_2024_link_font  {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #b60b8c;
    line-height: 150%;
}
