body {
  
}

.time_link_font  {
    display: block;
    width: 300px;
   font-size: 32px;
   text-align: center;
   line-height: 150%; 
}

a.time_link, a.time_link:visited  {
	display: block;
  background-image: url('../images/Home_page_48/time_link.svg'); 
  background-repeat: no-repeat;
  width: 300px;
  height: 250px; 
  z-index: 75;
  text-decoration: none;
}


a.time_link:hover, a.time_link:active  {
	background-position:0 -250px;
    color: white;
   
}

#time_link_wrapper  {
    width: 700px;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -145px;
    z-index: 70;
}

#time_link {
    display: block;
  background-image: url('../images/Home_page_48/time_link.svg'); 
  background-repeat: no-repeat;
  width: 300px;
  height: 250px; 
  z-index: 75;
}

#time {
    display: block;
  background-image: url('../images/Home_page_48/time.png'); 
  background-repeat: no-repeat;
  width: 900px;
  height: 180px;
  position: absolute;
  top: 125px;
}

.short_line  {
    width: 500px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b200ff;
}

h3  {
    text-decoration: underline;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Scripture_font  {
  font-size: 32px; 
  text-align: center; 
}

#timefont {
    
    margin-left: 25px;
    margin-right: 25px;
    font-family: Comic Sans Ms; Verdana, Arial, sans-serif;
    font-size: 48px;
    color: #b200ff;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
}

.time_top  {
  display: block;
  background-image: url('../images/Home_page_48/time_top.jpg'); 
  background-repeat: no-repeat;
  width: 900px;
  height: 252px;
  margin-top: 25px;      
}

.time_bottom  {
  display: block;
  background-image: url('../images/Home_page_48/time_bottom.jpg'); 
  background-repeat: no-repeat;
  width: 900px;
  height: 213px;  
}

.time_middle  {
  display: block;
  background-image: url('../images/Home_page_48/time_middle.jpg'); 
  background-repeat: repeat-y;
  width: 900px;
}

#clock_and_form_container  {
            width:900px;
            height: 1700px;
            margin-left: auto;
            margin-right: auto;
            
            }

#clock  {
            display: block;
            background-image: url('../images/Home_page_48/clock_with_no_hands.jpg');
            background-repeat: no-repeat;
            margin-left: auto;
            margin-right: auto;
            width: 640px;
            height: 1051px;
            z-index: 100;
            }

#iframe  {
    border:none;
    position: absolute;
    left:0;
    z-index: 30;
}

#pendulum  {
                display: block;
                background-image: url('../images/Home_page_48/pendulum.svg');
                background-repeat:no-repeat;
                width: 130px;
                height: 926px;
                position: relative;
                bottom:30px;
                margin-left:auto;
                margin-right:auto;
                animation: swing_pendulum 2s infinite;
                -webkit-animation: swing_pendulum 2s infinite;
                } 
            
            @keyframes swing_pendulum {
  
    0% {transform: rotate(20deg)}
            50% {transform: rotate(-20deg)}
            100% {transform: rotate(20deg)}
}
            
             @-webkit-keyframes swing_pendulum {
    
    0% {-webkit-transform: rotate(20deg)}
            50% {-webkit-transform: rotate(-20deg)}
            100% {-webkit-transform: rotate(20deg)}
}

#bottom_of_clock  {
                display: block;
                background-image: url('../images/Home_page_48/bottom_of_clock.svg');
                background-repeat:no-repeat;
                width: 405px;
                height: 470px;
                position:relative;
                left:-2px;
                top:-348px;
                margin-left:auto;
                margin-right:auto;
            }

#instructions  {
    position: relative;
    top:-595px;
    font-size: 22px;
    z-index: 60;
    margin-left: 40px;
    margin-right: 50px;
    color: #fff;
    text-align: center;
} 

#rose_left  {
    display: block;
    background-image: url('../images/Home_page_48/rose_left.svg');
    width: 450px;
    height: 387px;
    float: left;
}

#rose_right  {
    display: block;
    background-image: url('../images/Home_page_48/rose_right.svg');
    width: 450px;
    height: 387px;
    float: right;
}

p.text  {
border-style: solid;
     border-width: 5px;
     font-size: 26px;
     line-height: 150%;
     padding: 15px;
     margin-bottom: 25px;
}

#bottom_of_page  {
    display: block;
    background-image: url('../images/Home_page_48/bottom_of_page.svg');
    width: 900px;
    height: 1115px;
    position: absolute;
    top: -1050px;
}
        

