﻿/* Liturgical Colour - non-saints day */
.lent main { background-image:url('../Images/Background/ricepaper_v3_@2X.png'); }
.lent header,.lent box, .lent figure.full { border:3px #8A2BE2 solid; 
			 border-radius: 7px; 
			 background-color:#E6E6FA; }
  		 
.lent h1 { color:#9400D3; }
.lent h2 { color:#8A2BE2; }
.lent h3 { color:purple; }
.lent h4 { color:#483D8B;}
.lent h5 { color:#9400D3; }
.lent footer hr { background-color:#8A2BE2; }
.lent figcaption { color:#8A2BE2; }		     

/* Liturgical Colour - saints day regular, Christmas Day to the Presentation, Easter Day to Ascension Day, Trinity Sunday, Jesus Special Feast Days, All Saints’ Day, Thanksgiving for Holy Communion  */
 main.gold { background-image:url('../img/devotions-bkgd/saintcross.png');
		 background-position:right bottom; background-repeat:no-repeat; 
		 max-width:100%; height:auto; margin-bottom:5%;
		 background-color:F1E9D2; }
.gold header, .gold box, .gold figure.full { border:3px #FFD700 solid; 
			 border-radius: 7px; 
			 background-image:url('../img/devotions-bkgd/gold_background.jpg');
			 background-repeat: no-repeat;
  			 background-size:cover; }
.gold h1 { color: white; }
.gold h2 { color:white; }
.gold footer hr { background-color:#FFD700; }
.gold h3 { color:#D4AF37; }
.gold h4 { color:#FFA500; }
.gold h5 { color:#D4AF37; }
.gold figcaption.full { color:white; }
.gold figcaption { color:#483D8B; }
.gold footer { width:75%; }
.gold figure footer { background-image:none; height:auto; width:100%; }

/* Liturgical Colour - saints day martyr */
 main.martyr { background-image:url('../img/devotions-bkgd/martyr-cross.png');
		  background-position:right bottom; background-repeat:no-repeat; background-size:20%; }
.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; }		
.martyr h3 { color:#CC0000; }
.martyr h4 { color:maroon; }
.martyr h5 { color:#CC0000; }
.martyr footer { width:75%;}
.martyr	footer hr { background-color:#ff6961; }
.martyr figcaption { color:#CC0000; }

/* Liturgical Colour - israel */
 main.israel { background-image:url('../img/devotions-bkgd/gentle-dove.png');
 				background-position:right bottom; background-repeat:no-repeat; background-size:20%;}
.israel header,.israel box, .israel figure.full { border:3px #004C99 solid; 
			 border-radius: 7px; 
			 background-color:#CCE5FF; }
#star1 { float:left; }
#star2 { float:right;}	
 		 
.israel h1 { color:#2B60DE;}
.israel h2 { color:#2B65EC;}
.israel h3 { color:#0066CC;}
.israel h4 { color:#483D8B;}
.israel footer { width:75%; }
.israel h5 { color:#004C99; }
.israel footer hr { background-color:#99CCFF; }
.israel figcaption { color:#0066CC; }

@media only screen and (max-width:913px) {
hr { margin: 0px auto 7px auto; }
main.gold { background-image:url('../img/devotions-bkgd/saintcross-med.png'); 
			 background-position:100% 97%; }
.gold figure footer { display:block; background-image:none; height:auto; width:100%; }                
main.martyr { background-image:url('../img/devotions-bkgd/martyr-cross-med.png');
			  background-position:100% 97%;}
.martyr figure footer { display:block; background-image:none; height:auto; width:100%; } 
}

@media only screen and (max-width:540px) {
main.gold { background-image:url('../img/devotions-bkgd/martyr-cross-small.png');
		     background-position:100% 98%; }  
.gold footer { width:75%; }                                    
main.martyr { background-image:url('../img/devotions-bkgd/martyr-cross-small.png');
			  background-position:100% 96%;}
.martyr footer { width:75%; }                
main.israel { background-image:url('../img/devotions-bkgd/dove-small.png');
			  background-position:100% 98%;}
.israel footer { width:75%; }

@media only screen and (max-width:480px) {
main {margin-left:3%; width:93%; }
main.lent { background-image:url('../Images/Background/ricepaper_v3_@2X.png'); }
hr { margin-left:7%; }

}

