body {
}

#browser_page {
    font-family: Comic Sans Ms;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    color: white;
    padding: 15px;
    border-style: solid;
    border-width: 5px;
    border-color:red;
    background-color: #0099ff;
    margin-top: 25px;
    margin-bottom: 35px;
    border-radius: 50px;  
}

#Wise-men_and_camels  {
    display: block;
    background-image: url('../images/Home_page_71/Wise-men_and_camels.jpg');
    width: 900px;
    height: 636px;
    position:relative;
    margin-bottom: 100px;
}

 #oval {
      width: 600px;
      height: 100px;
      border-radius: 300px / 50px;
      background-color: #0099ff;
      position: absolute;
     top: 92%;
      left: 0;
    right: 0;
      margin-left: auto;
      margin-right: auto;
    }

.scrolling_font  {
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    
    
}

#Christmas_candle_and_holly_right  {
   display: block;
    background-image: url('../images/Home_page_71/Christmas_candle_and_holly_right.jpg');
    width: 350px;
    height: 364px;
    position: absolute;
    right: 50px;
}

.candle_flame_right {
   display: block;
    background-image: url('../images/Home_page_71/candle_flame_right.png');
    width: 104px;
    height: 75px;
    position: absolute;
    left: 54.5px;
    top: -4.5px;
    transition: 2s ease-in-out;
}

.candle_flame_right:hover {
     transform: scale(3.5) translateY(-17px) translateX(2px);
}



#Christmas_candle_and_holly_left  {
   display: block;
    background-image: url('../images/Home_page_71/Christmas_candle_and_holly_left.jpg');
    width: 350px;
    height: 364px;
    position: absolute;
    left: 50px;
}

.candle_flame_left {
   display: block;
    background-image: url('../images/Home_page_71/candle_flame_left.png');
    width: 104px;
    height: 75px;
    position: absolute;
    right: 54.5px;
    top: 2px;
    transition: 2s ease-in-out;
}

.candle_flame_left:hover {
     transform: scale(3.5) translateY(-17px) translateX(-2px);
}

#candle_wrapper  {
    width: 900px;
    height: 364px;
    position: relative;
    margin-top: 25px;
}

.Christmas_2019_font {
    font-size: 32px;
    text-align: center;
    line-height:150%;
    margin-top: 50px;
    margin-left: 150px;
    margin-right: 150px;
    font-weight: 700;
    color: green; 
}

#Christmas_branch  {
    display: block;
    background-image: url('../images/Home_page_71/Christmas_branch.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 301px;
}

#Christmas_2019_links_wrapper  {
    width: 900px;
    height: 300px;
    position: relative;
    margin-top: 25px;
}

#Christmas_2019_french_link  {
    width: 260px;
    border: 10px solid red;
    position: absolute;
    right: 75px;
    border-radius: 50px;
   background-color: #00ff00;
}

#Christmas_2019_french_link:before, #Christmas_2019_french_link:after {
   content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%; 
}

#Christmas_2019_french_link:before {
    border: 50px solid transparent;
    border-bottom-color: red;
    right: 40px;   
}

#Christmas_2019_french_link:after {
   border: 35px solid transparent;
    border-bottom-color: #00ff00;
    right: 55px;
}

.links_font {
    color: red;
    font-size:30px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding: 20px;
}



#Christmas_2019_top_page_link  {
    width: 260px;
    border: 10px solid red;
    position: absolute;
    left: 75px;
    border-radius: 50px;
    background-color: #00ff00;
}

#Christmas_2019_top_page_link:before, #Christmas_2019_top_page_link:after {
   content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%; 
}

#Christmas_2019_top_page_link:before {
    border: 50px solid transparent;
    border-bottom-color: red;
    left: 40px;   
}

#Christmas_2019_top_page_link:after {
   border: 35px solid transparent;
    border-bottom-color: #00ff00;
    left: 55px;
}

#Signature_Christmas_2019  {
    display: block;
    background-image:  url('../images/Home_page_71/Signature_Christmas_2019.png');
    background-repeat: no-repeat;
    width: 712px;
    height: 121px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#Christmas_ribbon_left  {
    display: block;
    background-image:  url('../images/Home_page_71/Christmas_ribbon_left.jpg');
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
    float: left;
}






