/*
Written By Andrew Witzel for Saint John Bosco Parish, 2015


Custom Colors for future reference
Ordinary Time: #9EE287;

*/
// All Sites
@font-face{
	font-family:Lora;
	src:url("../fonts/lora/Lora-Regular.ttf");
}
@font-face{
	font-family:OpenSans;
	src:url("../fonts/istokweb/IstokWeb-Regular.ttf");
	}


body{
background-image:url(../images/baptismalFont.jpg);
background-size:cover;
background-repeat: no-repeat;
background-color:black;
}
.container{
	background-color:rgba(0, 0, 0, 0.5);
}

.invisibleHeader{
width:100%;
height:25px;
opacity:0%;
}
.whoWeAre{
	text-indent: 35px;
	margin-bottom:35px;
}
.labelTab{
font-size:2.3em;
margin-top:5px;
margin-bottom:10px;
font-weight:bold;
color:#9EE287;
text-shadow:1px 1px black;
}

.infoTab{
font-size:2em;
margin-top:5px;
margin-bottom:10px;
color:white;
text-shadow:1px 1px black;
}
.infoTab ul{
	list-style-type:none;
}
.infoTab li{
	margin-bottom:1em;
}
footer{
	background-color:none;
}