body {
	color: #666;
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 50px;
}


						/* FONT BASICS */
						

h1, h2, h3, h4, h5 {
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
    color: #d7370f;
	line-height: 170%;	
}

h4 {
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
    color: #d7370f;
	line-height: 170%;	
}

h1, h2 {
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
	line-height: 170%;	
	margin-bottom: 30px;
}

p, li, h5, h6, td {	
	line-height: 170%;
}


a, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a, a:visited {
	color: #d7370f;
	text-decoration: underline;
	}	
	
a:hover, a:active {
	color: #aaa;
	text-decoration: underline;
	}	
	
	
	
	
	
						/* NAVBAR */

.navbar {
	margin-bottom: 0px;  border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	height: 50px;
	border-bottom: 3px solid #d7370f;
    background-color: #ffb019;
}	

.altnav {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.altnav li {
	display: inline-block;
	padding: 12px 13px 8px 13px;
	margin: 0px auto;	
}

.altnav a {
	color: #fff;  /*Sets the text hover color on navbar*/
	text-decoration: none;
}

.altnav a:hover {
	color: #d7370f;  /*Sets the text hover color on navbar*/
	text-decoration: none;
}

@media (max-width: 400px) {
	.altnav li {
	padding: 20px 10px 10px 10px;
	}
}
 
 
 
 

	
	
							/* STRUCTURE */

.header {
	padding-top: 40px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	border-bottom: 2px solid #d7370f;
	margin-bottom: 0px;
	background: #fff url(../palette/transbg.jpg); 
	background-position: bottom center;
	background-size: cover;	
	}


.title01 {
	margin: 0px 0px 10px 0px;
	max-width: 90%;
}
	
.title02 {
	Xwidth: 130px;
}	

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}	
	
.contact {
	padding-top: 0px;
	padding-bottom: 5px;
    border-top: 2px solid #fff;
    Xborder-bottom: 2px solid #fff;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #ffb019;
}	

.contact h4, .contact a {
	color: #fff;
}

@media (max-width: 765px) {
	
	.contact h4 {
		font-size: 14px;
		
	}
}


.contact a {
	text-decoration: none;
}

.contact a:hover {
	color: #d7370f;
}




.greyback {
	background-color: #eee;
}

.whiteback {
	background-color: #fff;
}

	
.footer2 {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #ffb019;
	border-top: 3px solid #d7370f;
}

.footer2 p, .footer2 a {
	color: #fff;
}





							/* OTHER */

.churches {
	margin-top: 0px;
	margin-left: 0px;
}

.icon {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}							
							
.divider {
	border-bottom: 1px solid #ccc;
	margin: 15px 30px 15px 30px;
}							
							
.fa {
	color: #444;
	margin-right: 4px;
}	

h1 .fa {
	color: #ffb019;
	margin-right: 15px;
}	



.mass_times h3 {
	font-weight: bold;
	margin-top: 20px;
	padding-left: 0px;
}

.mass_times h5 {
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
}

.mass_left {
	border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
	
	.mass_left {
	border-right: 0px solid #ddd;
}
}

.montage {
	width: 90%;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	
}

.newsletters li {
	margin-bottom: 15px;
}



.img-thumbnail {
	margin-bottom: 10px;
}

