body {
}

*  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face  {
                font-family: 'GreatVibes-Regular';
                src: url('../fonts/GreatVibes-Regular.ttf');
            }

#Fathers_day_2021  {
    position: relative;
    display: block;
    background-image: url('../images/Home_page_82/Fathers_day_2021.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 800px;
}

#blue_flower_border  {
    position: relative;
    display: block;
    background-image: url('../images/Home_page_82/blue_flower_border.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 690px;
}

.Fathers_day_2021_font  {
     font-family: 'GreatVibes-Regular';
    position: absolute;
    top: 130px;
    left: 150px;
    right: 150px;
    text-align: center;
    font-size: 51px;
    line-height: 120%;
    font-weight: 700;
    color: blue;
}

.Collins_family_font  {
    position: relative;
    top: 25px;
    margin-bottom: 25px;
     font-family: 'GreatVibes-Regular';
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    color: blue;
}

#candles  {
    position: relative;
    display: block;
    background-image: url('../images/Home_page_82/candles.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 790px;
}

.candle_right  {
    position: absolute;
    left: 591px;
    top: 221px;
    display: block;
    background-image: url('../images/Home_page_82/candle_right.jpg');
    background-repeat: no-repeat;
    width: 292px;
    height: 569px;
}

.candle_right:hover + .flame_right {
    opacity: 1;
}

.flame_right  {
    position: absolute;
    left: 681px;
    top: 47px;
    background-image: url('../images/Home_page_82/flame_right.jpg');
    background-repeat: no-repeat;
    width: 148px;
    height: 212px;
    display: block;
    opacity: 0;
    transition: opacity 2s;
}

.candle_left  {
    position: absolute;
    left: 1px;
    top: 251px;
    display: block;
    background-image: url('../images/Home_page_82/candle_left.jpg');
    background-repeat: no-repeat;
    width: 308px;
    height: 539px;
}

.flame_left  {
    position: absolute;
    left: 67px;
    top: 62px;
    background-image: url('../images/Home_page_82/flame_left.jpg');
    background-repeat: no-repeat;
    width: 180px;
    height: 202px;
    display: block;
    opacity: 0;
    transition: opacity 2s;
}

.candle_left:hover + .flame_left {
    opacity: 1;
}

.links_wrapper  {
    width: 875px;
    background-color: #b6ff00;
    margin: 0 auto;
}

.message_box_left, .message_box_right  {
    position: relative;
    width: 400px;
    background-color: #0ff;
    border: 10px solid blue;
    border-radius: 50px;
    color: blue;
    font-size: 32px;
    text-align: center;
    padding: 20px;
    font-weight: 700;
}

.message_box_left  {
        float: left;
}

.message_box_right  {
        float: right;
}

.message_box_left:before, .message_box_left:after, .message_box_right:before, .message_box_right:after {
    content: "";
    position:absolute;
    bottom: 100%;
    border-style: solid;
    border-color: transparent;
}

.message_box_left:before, .message_box_right:before {
    border-bottom-color: blue;
    border-width: 50px;
}

.message_box_right:before  {
     right: 88px;
}

.message_box_right:after  {
     right: 103px;
}

.message_box_left:before  {
     left: 88px;
}

.message_box_left:after  {
     left: 103px;
}

.message_box_left:after, .message_box_right:after {
    border-bottom-color: #0ff;
    border-width: 35px;
}

.clear {
    clear: both;
}








