:root  {
    --distance_small:135px;             /*var(--distance_small)*/
    --distance_large:150px;             /*var(--distance_large)*/
    --color:#90775e;                    /*var(--color)*/
    --after_border_bottom_color:white;  /*var(--after_border_bottom_color)*/
    --width:400px;                      /*var(--width)*/
}

body {
}

@font-face {
    font-family: Easter_2025_font;
    src: url(../fonts/OleoScript-Bold.ttf);

}

#Easter_2025_image  {
    display: block;
    background-image: url('../images/Home_page_103/Easter_2025_image.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 1168px;
    margin-bottom:25px;	
}

#Easter_2025_message_frame  {
    display: block;
    background-image: url('../images/Home_page_103/Easter_background_2025.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 866px;
    position:relative;
    margin-bottom:50px;
}

.Easter_2025_font  {
    font-family: 'Easter_2025_font';
    font-size: 48px;
    color:#7d6608;
    line-height: 122%;
    font-weight: 700;
    text-align: center;
    padding-top:75px;
  }

#The_Collins_Family {
    display:block;
    background-image: url('../images/Home_page_103/The_Collins_Family.png');
    background-repeat: no-repeat;
    width:695px;
    height:140px;
    position:absolute;
    bottom:-20px;
    left:0;
    right:0;
    margin:0 auto 0 auto;
}

#Easter_2025_links_wrapper  {
    width:800px;
    height:373px;
    position:relative;
    margin:-25px auto 0px auto;
}

/*---------------------------------------------*/

#basket_of_flowers_left_sepia {
    display:block;
    background-image: url('../images/Home_page_103/basket_of_flowers_left_sepia.png');
    background-repeat: no-repeat;
    width:350px;
    height:373px;
    position:absolute;
    left:0;
}

.basket_of_flowers_left_colored {
    display:block;
    background-image: url('../images/Home_page_103/basket_of_flowers_left_colored.png');
    background-repeat: no-repeat;
    width:350px;
    height:373px;
    position:absolute;
    left:0;
    transition: opacity 2s;
    z-index:50;
}

.basket_of_flowers_left_colored:hover {
    opacity:0;
}

/*---------------------------------------------*/

#basket_of_flowers_right_sepia {
    display:block;
    background-image: url('../images/Home_page_103/basket_of_flowers_right_sepia.png');
    background-repeat: no-repeat;
    width:350px;
    height:373px;
    position:absolute;
    right:0;
}

.basket_of_flowers_right_colored {
    display:block;
    background-image: url('../images/Home_page_103/basket_of_flowers_right_colored.png');
    background-repeat: no-repeat;
    width:350px;
    height:373px;
    position:absolute;
    right:0;
    transition: opacity 2s;
    z-index:50;
}

.basket_of_flowers_right_colored:hover {
    opacity:0;
}

/*---------------------------------------------*/

#Easter_2025_links_message_wrapper  {
    width:850px;
    height:218px;
    position:relative;
    margin:50px auto 0 auto;
    font-family: 'Comic Sans MS';
    font-size:28px;
    font-weight:700;
    color:var(--color);
    line-height:150%;
    text-align:center;
}

/*---------------------------------------------*/

.Easter_2025_message_left  {
    box-sizing:border-box;
    width:var(--width);
    background-color:white;
    border:10px solid var(--color);
    border-radius:25px;
    position:absolute;
    left:0;
    padding:15px;
}

.Easter_2025_message_left:before, .Easter_2025_message_left:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    bottom:100%;
}

.Easter_2025_message_left:before {
    border:55px solid transparent;
    border-bottom-color:var(--color);
    left:var(--distance_small);
}

.Easter_2025_message_left:after  {
    border:40px solid transparent;
    border-bottom-color:var(--after_border_bottom_color);
    left:var(--distance_large);
}
/*---------------------------------------------*/

.Easter_2025_message_right  {
    box-sizing:border-box;
    width:var(--width);
    background-color:white;
    border:10px solid var(--color);
    border-radius:25px;
    position:absolute;
    right:0;
    padding:15px;
}

.Easter_2025_message_right:before, .Easter_2025_message_right:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    bottom:100%;
}

.Easter_2025_message_right:before {
    border:55px solid transparent;
    border-bottom-color:var(--color);
    right:var(--distance_small);
}

.Easter_2025_message_right:after  {
    border:40px solid transparent;
    border-bottom-color:var(--after_border_bottom_color);
    right:var(--distance_large);
}

/*---------------------------------------------*/

#open_Bible_with_Scriptures {
    display:block;
    background-image: url('../images/Home_page_103/open_Bible_with_Scriptures.png');
    background-repeat: no-repeat;
    width:900px;
    height:674px;
    margin-bottom:25px;
}

h2 {
    text-align:center;
    text-decoration:underline;
    font-size:50px;
    margin-bottom:35px;
    font-family:'comic sans ms';
    color:var(--color);
}

