@import url('https://fonts.googleapis.com/css?family=Amaranth&display=swap');
body {
	background:url(../all-saints-bg.jpg);
	background-color:#ced2cc;
	color:#303030;
	font-size:16px;
}
a, a:link, a:active {color:#144f49;} 
h1, h2, h3 {
	font-family: 'Amaranth', sans-serif;
	color:#536b00;
	}
.topStruc {
	margin:0 0 5px;
	background-image:url(../images/top-bg.png);
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #a80000, #3d0000);	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #a80000, #3d0000);	
	/* IE 10 */
	background: -ms-linear-gradient(top, #a80000, #3d0000);	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #a80000, #3d0000);
	border-bottom:4px outset #e73600;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.logoStruc {
	overflow:hidden
}
.logoStruc img {
	background: -webkit-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* Standard syntax */
}

.contWrap {
	background: rgba(249, 249, 249, .85);
	margin-top:15px;
	margin-bottom:25px;
	border:4px solid #144f49;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5); 
}
.introLft {
	padding:6px;
	background-color:#fff;
}
.introTxt {
	background: rgba(255, 255, 255, .40);
	padding:6px;
	font-size: 1.1em;
    line-height: 128%;
	/*margin-top:10px*/
}
.introTxt h1 {
	background:#ac001c;
	text-align:center;
	margin-top:0px;
	color:#fff;
	text-shadow: 1px 1px #780014;
	font-size:1.6em;
	padding:4px 0
}

.contMain {
	overflow:hidden;
	margin:15px 0px;
}
.lftCont, .rhtCont {
	border:1px solid #fff;
	min-height:1px;
	background: rgba(255, 255, 255, .30);
}
.lftCont h2 {
	background-color:#780014 ;
	color:#fff;
	font-size:20px;
	padding:4px 10px;
	margin-top:0px;
	}
.cardWrap {
	overflow:hidden;
	margin:18px 4px;
	line-height:normal;
}
.cardWrap > .row {
	margin:10px 0px !important;
}
.cardWrap a {
	color:#be0d10;
}

.cardNav {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #95a49f;
	text-align:center;
	line-height: 145%;
	font-size:16px;
	background: rgba(172, 186, 181, .20);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(172, 186, 181, .60) inset;
	transition: all 0.5s ease 0s;
}
.cardNav {
	min-height:218px;
	text-align:center
}

@media (max-width:767px){
	.cardNav {
		min-height:unset;
	}
}
.cardNav a, .cardNav a:link, .cardNav a:active, .cardNav a:visited { text-decoration:none}
.cardNav h3 {margin-top:0; font-size:22px;}

.cardNav:hover {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(124, 166, 21, 0.55) inset;
	transition: all 0.5s ease 0s;
	background: rgba(255, 255, 255, .60);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(255, 255, 255, .90) inset;
}
.rhtCont {
	margin:0px;
	padding-bottom:10px;
	line-height: 150%;
	font-size:1.2em
}

.bannWrap {
	width:92%;
	overflow:hidden;
	/*float:left;
	padding:10px;*/
	text-align:center;
	min-height:90px;
	margin:6px 15px;
}
.searchWrap {
	width:98%;
	max-width:250px;
	float:left;
	padding:16px 10px;
	text-align:center;
	margin:6px 8pxs;
	line-height: 150%;
}
.searchWrap  input[type='text'] {
	width:100%;	
  }
/*@media (min-width:320px) and (max-width:800px) {
.bannWrap2 {
	width:auto;
	max-width:200px;
	padding:4px;
}
.bannWrap {
	display:none;
}
}*/

/*********** FOOTER ***/
.footStruc {
	overflow:hidden;
	margin:5px 15px;
}
.bannerFoot {
	padding:6px;
	text-align:center;
	margin:15px 0px;
}
.bannerFoot2 {
	padding:6px;
	width:auto;
	max-width:200px;
	text-align:center;
	margin:15px 0px;
}

.footNav, .backNav {
	clear:both;
	overflow:hidden;
	text-align:center;
	padding:10px;
	display:table;
	margin:0 auto
}
	.footNav ul, .backNav ul {
		padding-left:0
	}
	.footNav ul, .footNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.footNav li {
		background-color:#DC6F04;
		margin:4px;
		padding:4px 10px;
		color:#FCF2BB;
		font-weight:bold;
		transition: all 0.5s ease 0s;
		display:inline-block
	}
	.footNav li a {
		color:#FDF3C0;
		text-decoration:none
	}
	.footNav li:hover {
		background-color:#dc3704;
		color:#FFED00
	}
	.backNav ul, .backNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.backNav li {
		background-color:#DC6F04;
		border-bottom:4px solid #993d00;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin:20px;
		text-align:center;
		font-size:1.5em;
		color:#FCF2BB;
		line-height: 150%;
		-webkit-box-shadow: 0 4px 6px -6px black;
		   -moz-box-shadow: 0 4px 6px -6px black;
				box-shadow: 0 4px 6px -6px black;
		transition: all 0.5s ease 0s;
	}
	.backNav li a {
		color:#FDF3C0;
		padding:10px 20px;
		text-decoration:none
	}
	.backNav li:hover {
		background-color:#dc3704;
		border-bottom:4px solid #922200;
		color:#FFED00
	}
.button {
	 display: block;
    margin: 8px auto 0;
    max-width: 140px;
    transition: all 0.5s ease 0s;
    background:#3c7661;
	border:2px solid #3c7661;
    font-size: 17px;
    color: #fff !important;
    padding: 8px 0;
	text-decoration:none;
	}
.button:hover {
	transition: all 0.5s ease 0s;
	text-decoration:none;
	background:none;
	color:#3c7661 !important;	
	}
/*** SHARE BUTTONS **/
.share-buttons {
		text-align:center;
		margin: 10px auto 0;
		background: rgba(255, 255, 255, .30);
		border-bottom:4px solid #fff;
		box-shadow: 0 2px 2px -6px black;
		padding: 0 5px; 
		}
	.share-buttons p {
		font-weight:400;
		}
	.share-buttons img {
		padding:8px 4px;
		width:unset;
		border:none;
		}
		@media (max-width:767px) {
			.share-buttons {
				display: block;
				margin: 0 auto 0;
				border-radius: 0;
				border: none;
				}
			.share-buttons img {
				max-width:27px;
				}
		}