﻿/* Liturgical Colour - Advent - place thumb angels around h1 on all but home page*/
.epiphany body { background-image:none;}
.epiphany box, .epiphany figure.full { border:3px #FFD700 solid; 
			 border-radius: 7px; 
			 background-color:#CFB53B; 
			 }	
#home.epiphany header {  background-image:none; 
			 		     background-color:#CFB53B;
			 		     border:3px #FFD700 solid;
			 		     border-radius: 17px; 
			 		     align-items: center;
			 		      justify-content: right; 
			 		      width: 90%; }
			 	 
	.epiphany header { display:flex; 
					   align-items: stretch;
 					   justify-content:space-between;
 					   background-image: linear-gradient(to right, #b6edb6, #0D98BA);
					   border:5px #CFB53B solid;
					   border-radius: 17px; 
					   height:75px; }

	h2 { color:white;
		 text-shadow: 2px 2px #CFB53B;
  		 text-align: center;
  		 line-height: 75px; }
  				 
.epiphany h1 { color:white; text-shadow: #228B22 0.1em 0.1em 0.2em; text-align: center;}			 
.epiphany h3 { color:#CFB53B;}
.epiphany h4 { color:#FFA500;}
.epiphany h5 { color:#D4AF37; }     
.epiphany figcaption.full { color:white; }
.epiphany figcaption { color:#483D8B; }
	 .crown {   display: block;
				 margin-left: auto;
				 margin-right: auto;
				 width: 50%; }
				 
/* Liturgical Colour - SAINT - use epiphany and replace star with saintcross in header*/		  
			  	   				 

/* Liturgical Colour - martyr - use regular header and just replace hr in footer with epiphany footer*/
 main.martyr { background-image:url('../img/devotions-bkgd/martyr-cross.png');
		  background-position:right bottom; background-repeat:no-repeat; 
		  max-width:100%; height:auto; margin-bottom:5%; }		 
.martyr	header, .martyr box, .martyr figure.full { border:3px #CC0000 solid; 
			 border-radius: 7px; 
			 background-color:#ff6961; }
.martyr h1 { color:white; }
.martyr	h2 { color:white; margin-bottom:0%; line-height:1em; }		
.martyr h3 { color:#CC0000; }
.martyr h4 { color:maroon; }
.martyr h5 { color:#CC0000; }
.martyr figcaption { color:#CC0000; }
.martyr footer { width:75%; }
.martyr	footer hr { background-color:#ff6961; }
.martyr figure footer { background-image:none; height:auto; width:100%; }

/* Liturgical Colour - israel */
 main.israel { background-image:url('../img/devotions-bkgd/gentle-dove.png');
 				background-position:right bottom; background-repeat:no-repeat; }
.israel header,.israel box, .israel figure.full { border:3px #004C99 solid; 
			 border-radius: 17px; 
			 background-color:#CCE5FF; }
			 
#home.israel header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-color: #CCE5FF;
    border: 7px #004C99 solid;
    border-radius: 17px;
    align-items: centre; }

#star1 { float:left; }
#star2 { float:right;}fd	
 		 
.israel h1 { color:#2B60DE;}
.israel h2 { color:white; text-shadow: #004C99 0.1em 0.1em 0.2em; line-height:normal;}
.israel h3 { color:#0066CC;}
.israel h4 { color:#483D8B;}
.israel h5 { color:#004C99; }
.israel footer hr { background-color:#99CCFF; }
.israel figcaption { color:#0066CC; }
sabbath { display:table; height:75px; margin:auto auto; }	
sabbath img	{ display:table-cell; padding-right:1%; }
sabbath h2 { display:table-cell; vertical-align:middle; color:#3333FF; }
.israel footer { width:80%; }

@media only screen and (min-width: 481px) and (max-width:768px) {

}

@media only screen and (max-width:480px) {
#crowns { margin-left:7%; }

main.saint { background-image:url('../img/devotions-bkgd/saintcross-small.png');
			   background-position:right bottom +40px;}


main.martyr { background-image:url('../img/devotions-bkgd/martyr-cross-small.png');
			   background-position:right bottom +40px;}
			   
.martyr footer h5 { max-width:70%; margin-left:3%; }

main.israel { background-image:url('../img/devotions-bkgd/dove-small.png');
				background-position:right bottom +40px; }
.israel footer h5 { max-width:60%; margin-left:3%; }


}

}

