/*
Custom design for ourladyofamerica.com - for index.html
*/

html,body {
	background-image: url(../img/content-BG2.png);
	background-repeat: repeat;
	background-attachment: fixed;
	/* height: 100%; */
	vertical-align: bottom;
}

.mary img {  /* index.html */
	color: #FFFFFF;
	border: 6px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.indexfont a{
	font-family: ariel;
	color: black;
	font-size: 12px;
	text-align: left;
}

.mediumBlue{
	background: url(../img/blueBG.jpg); 
	background-repeat: repeat; 
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	min-height: 550px; /* this is the div you want to fill the window */
	margin-top: auto;
	margin-bottom: auto;
}


.indexTitle{  /* index.html */
	font-family: Brush Script MT, Georgia, helvetica, sans-serif;
	font-style: none;
	font-weight: none;
	font-size: 55px;
	color: white;
	text-align: center;
}

.registered{
	font-family: Georgia, helvetica, sans-serif;
	font-style: none;
	font-weight: none;
	font-size: 20px;
	color: white;
	text-align: center;
}

.spacer{
	height: 6px;
}

.indexComments{
	font-family: ariel, helvetica, sans-serif;
	font-style: none;
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-align: center;
	background: white;
	width: 226px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

.indexComments2{
	font-family: Brush Script MT, Georgia, helvetica, sans-serif; /*ariel, helvetica, sans-serif; */
	font-style: none;
	font-weight: none;
	font-size: 55px; /* 12px; */
	letter-spacing: 0px;
	word-spacing: 4px;
	color: white;
	text-align: center;
}

.indexComments3{
	font-family: ariel, helvetica, sans-serif;
	font-style: none;
	font-weight: bold;
	font-size: 12px; 
	letter-spacing: 0px;
	word-spacing: 4px;
	color: white;
	text-align: center;
}

.indexFooter{
	font-family: ariel, helvetica, sans-serif;
	font-style: none;
	font-weight: none;
	font-size: 14px;
	color: black;
	text-align: center;
}



