body {
}

#Thanksgiving_image_2021  {
    display: block;
    background-image: url('../images/Home_page_83/Thanksgiving_image_2021.jpg');
    width: 900px;
     height: 600px;
}

.Thanksgiving_day_2021_font  {
    font-size: 33px;
    text-align: center;
    position: absolute;
    top: 190px;
    left: 270px;
    font-weight: 700;
}

#fall_border_2021  {
   display: block;
    background-image: url('../images/Home_page_83/fall_border_2021.jpg');
    width: 900px;
     height: 667px;  
    position: relative;
}

#links_wrapper_thanksgiving_2021  {
    width: 800px;
    height: 254px;
margin: 0 auto 0 auto;
   position: relative;
}

.red_leaf_right  {
   display: block;
    background-image: url('../images/Home_page_83/red_leaf_right.png');
    width: 300px;
     height: 254px;  
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: 1s;
}

.red_leaf_right:hover {
    opacity: 0;
}


.green_leaf_right  {
   display: block;
    background-image: url('../images/Home_page_83/green_leaf_right.png');
    width: 300px;
     height: 254px;  
    position: absolute;
    right: 0;
    top: 0;
}

/*---------------------------*/

.red_leaf_left  {
   display: block;
    background-image: url('../images/Home_page_83/red_leaf_left.png');
    width: 300px;
     height: 254px;  
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 1s;
}

.red_leaf_left:hover {
    opacity: 0;
}


.green_leaf_left  {
   display: block;
    background-image: url('../images/Home_page_83/green_leaf_left.png');
    width: 300px;
     height: 254px;  
    position: absolute;
    left: 0;
    top: 0;
}

#message_wrapper_thanksgiving_2021  {
    width: 800px;
    height: 165px;
margin: 10px auto 25px auto;
   position: relative;
   font-size: 32px;
   font-weight: 700;
   text-align: center;
}

.message_left_thanksgiving_2021  {
        box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 375px;
    background-color: #ffd800;
    border: 10px solid #ff6a00;
    border-radius: 25px;
    padding: 15px;
    color: #ff6a00;
    font-weight: 700;
}

.message_left_thanksgiving_2021:before  {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 135px;
    border: 50px solid transparent;
    border-bottom-color: #ff6a00;
}

.message_left_thanksgiving_2021:after  {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 149px;
    border: 35px solid transparent;
    border-bottom-color: #ffd800;
}

/*----------------------------------------------------------------------------*/

.message_right_thanksgiving_2021  {
        box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 375px;
    background-color: #ffd800;
    border: 10px solid #ff6a00;
    border-radius: 25px;
    padding: 15px;
    color: #ff6a00;
    font-weight: 700;
}

.message_right_thanksgiving_2021:before  {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 135px;
    border: 50px solid transparent;
    border-bottom-color: #ff6a00;
}

.message_right_thanksgiving_2021:after  {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 149px;
    border: 35px solid transparent;
    border-bottom-color: #ffd800;
}

