body{background-color: black;
    top:0;left:0;
    width:100%;height:100%;
    margin:0;padding:0;
    font-family:hw;

-webkit-animation-duration: 40s;
animation-duration:40s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
html{
    height:100%;
}

@font-face {
    font-family: "hw";
    src: url("Cardinal.ttf");
}
@font-face {
    font-family: "sc";
    src: url("moms.ttf");
}

#container{
    
   
    margin-left:2.5%;
    border: 1px solid black;
    width:95%; 
    height:100%;
}
#art{

     margin:0 auto;
 min-height:40%;
    height:40%;
    background-size:contain;
    background-position:center;
   box-shadow: 0 0 28px 28px black inset;
    
}

@-webkit-keyframes ccs {
	0%,5%, 95%,100%  { -webkit-filter: hue-rotate(0deg); }
	50% { -webkit-filter: hue-rotate(360deg); }
}

@keyframes ccs {
    0%,5%, 95%,100%  { filter: hue-rotate(0deg); }
	50% {filter: hue-rotate(360deg); }
}

#interact{
    position:relative;
     background-color: papayawhip;
    box-shadow: 0 0 8px 2px black inset;
    border-radius: 12px;
    margin:4px;
min-height:17em;
    text-align: center;
}



#stext{
    padding-top:1.5em;
    padding-bottom:1.5em;
    position:relative;
    
    font-size:20pt;

}

.cbut{
     display: inline-block;
  border-radius: 4px;
  background-color: #eeeeee;
  border: none;
  color: black;
  
  text-align: center;
  font-size: 16px;
  font-family:sc;
  padding: 4px;

  cursor: pointer;
 
 border:1px solid black;
}

.cbut:hover{
    background-color: #aaaaaa;
     transition: 0.25s;
}

.button {
  display: inline-block;
  border-radius: 12px;
  background-color: #ffaaaa;
  border: none;
  color: black;
  
  text-align: center;
  font-size: 22px;
  font-family:hw;
  padding: 8px;
  min-width: 200px;
  cursor: pointer;
 
 border:1px solid black;
}


.button:hover  {
  background-color: #ff6969;
  border-radius: 20px;
    transition: 0.5s;
    font-size:23px;
    padding:10px;
    color:black;
    box-shadow: 8px 8px 8px #ffaaaa;
}



#scripture{
    position:relative;
     margin:0 auto;
     box-shadow: 0 0 8px 8px black inset;
     font-family:sc;
    min-height:4em;
     font-size: 14pt;
     background-color:papayawhip;
     padding:15px;
}

#controls{
    display:none;
     margin:0 auto;
     box-shadow: 0 0 8px 8px black inset;
     font-family:sc;
   
     font-size: 14pt;
     background-color:papayawhip;
     padding:15px;
     text-align: center;
}


#sources{
    display: none;
    position:absolute;
    top:0px;
    width:100%;
    background-color:white;
    margin:5px;
    padding:5px;
    font-size: 20pt;
    font-family:Georgia, 'Times New Roman', Times, serif;
    
   
}
@media screen and (min-width: 781px) {

#container{
    width:70%;
    margin-left:15%;
}

 }


