/* St. John Styles */


* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	
}

p {
	font-size: 16px;
}

a.BTN{
	color: white;

}
a.BTN:hover {
	color:white;
}

.header {
border-bottom: 6px solid;
border-bottom-color:#7B0000;
padding: 5px;
margin-bottom: 5px;
text-align: center;
color: #78111a;

}

.header.CD {
border-bottom: 6px solid;
border-bottom-color:#664390;
padding: 5px;
margin-bottom: 5px;
text-align: center;
color: #664390;
}

.mass {
	text-align: center;
	
}

.massday {
	color:#7B0000;
	font-weight:700;
	font-size:18px;
}


.space {
	border-top: 6px solid;
	border-top-color:#7B0000;
}

.responsive {
	max-width: 100%;
	height: auto;
}

p.Button {
	border-radius: 4px;
	padding: 14px 40px;
	
}

/**********************CATHOLICS DAUGHTERS OF AMERICAS STYLES *********************/

h1.CD {
	color:#664390;
}

h2.CD {
	color:#68557f;
}

p.CD a {
	color:#664390;
}

span.CD {
	border-top: 3px solid #664390;
}



/**********************HEADINGS AND LINKS *********************/

h2 {
	text-transform: uppercase;
	color: #78111a;
	font-size: 25px;
}


h5 {
	text-align: center;
}

a {
	color:#ad2e24;
	font-weight:600
}

.mobliehr {
	display: none;
}

a:hover {
	color:#78111a; 
	text-decoration:none;
	border-bottom: 2px solid;
	border-bottom-color: #c2c2c4;
	font-size: 16px;
}

.pull-right {
	color: black;
}

span {
	color: #1d8fba;
}

a.buford:hover {
	color:#1d8fba; 
	text-decoration:none;
	border-bottom: 2px solid;
	border-bottom-color: #2b9345;
	font-size: 16px;
	
}
/**********************END HEADING AND LINKS *****************/

.staff {
	font-size:16px;
	font-weight:600;
}

.title {
	color:#7B0000; 
	font-weight:600;
}

p.contactname {
	font-size: 18px;
	color:#7B0000;
}


iframe {
	max-width: 100%;;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
	
}

.cdd {
	text-align:center;
}

.divide {
	display: block;
	height: 1px;
	border: 0;
	border-top: 3px solid #7B0000;
	margin: 1em 0;
	padding: 0;
	
}


/******************Footer***************************/

footer {
	background-color:#c2c2c4;
	padding-top: 5px;
	border-top: 6px solid;
	border-top-color:#7B0000;
	color: #78111a;
} 

/*************MEDIA QUERY************************/


@media(max-width:1024px) {
	.jumbotron {
	background-image: url('../img/stjohnipad.jpg');
	background-size: cover;
	min-height: 740px;
	background-repeat: no-repeat;
	max-width:100%;
	}
}

@media(max-width:991px){
	img.simg {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	h2 {
		text-align:center;
	}
	
	.mobliehr {
		display: block;
	}
	.jumbotron {
		display: none;
	}
	.space {
		display: none;
	}
}	


@media(max-width:768px){
	iframe {
		padding-left: 0px;
		margin-left: 0px;
	}
}


