body {
}

#Thanksgiving_picture_2020  {
    display: block;
    background-image: url('../images/Home_page_77/Thanksgiving_image_2020.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 711px;
}

#thanksgiving_links_wrapper  {
    width: 900px;
    height: 440px;
}

#left_link_wrapper  {
    width: 300px;
    height: 440px;
    float: left;
    position: relative;
    left: 75px;
}



#chest_left  {
    display: block;
    background-image: url('../images/Home_page_77/chest.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 264px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 60;
}


a.top_chest_left  {
    display: block;
    background-image: url('../images/Home_page_77/chest_top.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 440px;
    position: absolute;
    left: 0;
    bottom: 0;
     transition: transform 5s linear; 
      transform-origin: 0 176px;  
      z-index: 60;
}

a.top_chest_left:hover {
    transform: rotate(-90deg);
}

a.top_chest_left:hover + #heart_left {
    transform: translate(0,-250px);
}

#heart_left  {
    display: block;
    background-image: url('../images/Home_page_77/thanksgiving_heart_left.png');
    background-repeat: no-repeat;
    width: 273px;
    height: 264px;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 25;
     transition: transform 7.3s linear; 
}

/*-------------------------------------------*/

#right_link_wrapper  {
    width: 300px;
    height: 440px;
    float: right;
    position: relative;
    right: 75px;
}

#chest_right  {
    display: block;
    background-image: url('../images/Home_page_77/chest.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 264px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 60;
}


a.top_chest_right  {
    display: block;
    background-image: url('../images/Home_page_77/chest_top.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 440px;
    position: absolute;
    left: 0;
    bottom: 0;
     transition: transform 5s linear; 
      transform-origin: 300px 176px;  
      z-index: 60;
}

a.top_chest_right:hover {
    transform: rotate(90deg);
}

a.top_chest_right:hover + #heart_right {
    transform: translate(0,-250px);
}

#heart_right  {
    display: block;
    background-image: url('../images/Home_page_77/thanksgiving_heart_left.png');
    background-repeat: no-repeat;
    width: 273px;
    height: 264px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 25;
     transition: transform 7.3s linear; 
}

#message_left  {
    display: block;
    width: 250px;
    height: 214px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
 padding: 25px 25px 25px 25px;
    z-index: 100;
}

#top_page_message  {
    display: block;
    width: 300px;
    height: 264px;
     background-image: url('../images/Home_page_77/top_page_message.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

#french_message  {
     display: block;
    width: 300px;
    height: 264px;
     background-image: url('../images/Home_page_77/french_message.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#flower_border {
     display: block;
      background-image: url('../images/Home_page_77/flower_border.png');
    background-repeat: no-repeat;
    width: 900px;
    height: 255px;
}

#flowered_page {
     display: block;
      background-image: url('../images/Home_page_77/flowered_page.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 1500px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#golden_scroll {
     display: block;
      background-image: url('../images/Home_page_77/golden_scroll.png');
    background-repeat: no-repeat;
    width: 450px;
    height: 114px;
   margin-left: auto;
   margin-right: auto;
}
