body {
}

#A_Blessed_Mothers_Day_2016  {
    display: block;
    background-image: url("../images/Home_page_42/A_Blessed_Mothers_Day_2016.png");
    width: 627px;
    height: 621px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
   position: relative;
   z-index: 30;
  
}

#A_Blessed_Mothers_Day_2016_font  {
    font-size: 42px;
    color: #0c6411;
    line-height: 150%;
    text-align: center;
    font-weight: 700;
    margin-top: -100px;
}

#tulips  {
    display: block;
    background-image: url("../images/Home_page_42/tulips.png");
    width: 343px;
    height: 1480px;
    float: left;
}

#tulip_background {
     width: 343px;
     height:1480px;
       margin-bottom: 75px;
     float: left;
    background: -webkit-linear-gradient(left, rgba(255,153,255,.0), rgba(255,153,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,153,255,.0), rgba(255,153,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,153,255,.0), rgba(255,153,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,153,255,1), rgba(255,153,255,.0)); /* Standard syntax (must be last) */
    border-radius: 171px 171px 0 0;
}

#green_signature  {
    display: block;
    background-image: url('../images/Home_page_42/green_signature.png');
    width: 511px;
    height: 76px;
    float: right;
    margin-bottom: 35px;
    margin-top: 25px;
    margin-right: 45px;
}

#two_hearts_wrapper  {
    width: 300px;
    margin-left: 50%;
    margin-top: 200px;
}

.heart {
    position: relative;
    height:255px;
     Width:300px;
}

#heart_container  {
    width: 300px;
    position: relative;
}

#heart_font {
    position: absolute;
    font-size: 32px;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: White;
}

.heart_link_font  {
   position: absolute;
   left: 0;
   right: 0;
   top: 40px;
  text-align: center;
    font-size: 32px;
    color: White;
}

.heart:before,
.heart:after {
    position: absolute;
    content:  "";
    width: 150px;
    height: 240px;
    background: red;
      top: 10px;
}

.heart:before {
    left: 150px;
    border-radius: 75px 75px 0 20px;
     -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
   
}

.heart:after {
    left: 0;
    border-radius: 75px 75px 20px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

a.heart_link, a.heart_link:visited  {
    position: absolute;
    left: 0;
  top: 0;
    width: 300px;
    height:255px;
    text-decoration:none;
   background-color: green;
   opacity: 0;
   z-index:30;
   transition:  all 2s ease;
    -webkit-transition: all 2s ease;
  
   
}

a.heart_link:hover, a.heart_link:active  {
	 border-radius: 30%;
     -webkit-border-radius: 50%;
      opacity: 1;
}

/*new coding for second heart*/

.heart1 {
    position: relative;
    height:255px;
     Width:300px;
}

#heart1_container  {
    width: 300px;
    position: relative;
    top: 110px;
}

#heart1_font {
    position: absolute;
    font-size: 32px;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: White;
}

.heart1_link_font  {
   position: absolute;
   left: 0;
   right: 0;
   top: 40px;
  text-align: center;
    font-size: 32px;
    color: White;
}

.heart1:before,
.heart1:after {
    position: absolute;
    content:  "";
    width: 150px;
    height: 240px;
    background: red;
      top: 10px;
}

.heart1:before {
    left: 150px;
     border-radius: 75px 75px 0 20px;
     -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
   
}

.heart1:after {
    left: 0;
     border-radius: 75px 75px 20px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

a.heart1_link, a.heart1_link:visited  {
    position: absolute;
    left: 0;
  top: 0;
    width: 300px;
    height:255px;
    text-decoration:none;
   background-color: green;
   opacity: 0;
   z-index:30;
   transition:  all 2s ease;
    -webkit-transition: all 2s ease;
  
   
}

a.heart1_link:hover, a.heart1_link:active  {
	 border-radius: 30%;
     -webkit-border-radius: 50%;
      opacity: 1;
}






