/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Below this is Daddios_Studios */


html {
    /* when setting the box size border-box includes the border size */
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	

}
body {
	line-height: 1;
	background-image:url("../images/bg_hartshorne.jpg") ;
	padding-top: 5px;
	
}
a {
	color: red;
}
ol, ul {
	list-style: none;
}
.home_pic {
	width: 100%;
	border-radius: 10px;
}
h1	{
	font-size: 1.8rem;
	color: red;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 10px 0px;
	
}
h2	{
	text-align: center;
	font-size: 1.5rem;
	color: red;
	font-weight: 700;
	text-decoration: none;
	padding: 6px 0px 10px 15px;
	
}

.article {
	/* background-image: url("../images/bg_hartshorne_white.jpg"); */
	background-color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	color: #000;
	border: 2px solid red;
	margin: 10px 0px;
	padding: 0px;
	border-radius: 0.8rem;
}
.article p {
	margin: 0px 15px 15px 15px;
	text-align: justify;
	line-height: 1.3rem;
}
.article a {
	color: red;
	font-weight: 700;
	text-decoration: underline;
}
.article a:hover {
	text-decoration: underline;
}
.return-but {
	margin: 5px 0;
}
ul .access-ul {
	padding-top: 10px;
}

.access-ul li {
	margin-top: 10px;
	margin-left: 30px;
		}
.access-ul li::before  {
	content: "\2022";
	color: red;
	font-size: 1.3rem;
	margin-right: 5px;
}
.navbar-brand {
	margin-left: 10px;
}
.navbar-nav {
	padding-top: 20px;
}
.nav-link {
	padding-bottom: 25px;
}

footer {
	background-color: #343a40;
	width: auto;
	height: 12rem;
	/* border-radius: 10px; */
}
.footertop {
	padding: 20px 0px 0px 0px;
	border: 1px solid hotpink;
}

.hpc-top {
	color: #fff;
	padding: 0 20px;
	line-height: 2.5rem;
	font-size: medium;
	text-align: center;
}       

.hpc-top:hover, .hpc-top.active:hover {
	color:rgb(0, 178, 233);
}
.hpc-top.active {
	color:rgb(223, 219, 24);

}
.footnolink {
	color: grey;
	padding: 0 20px;
	line-height: 2.5rem;
	font-size: medium;
}
.footnolink:hover {
	color: #318282;
	font-weight: 500;
}

.linktab, .linktabh, .linktabe {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: red;
	height: 50px;
	padding: 10px 5px 5px 5px;
	border-top: 2px solid grey;
	border-left: 2px solid grey;
}

.linktab a:hover, .linktabe a:hover, .linktabb a:hover {
	color: indigo;
	text-decoration: underline;
	font-weight: 700;
	outline: 4px solid lime;
	padding: 0px 12px 0px 12px;
}

.linktab:visited, .linktabe:visited, .linktabb:visited {
	color: #212121;
	text-decoration: underline;
	font-weight: 700;
}

.linksblock {
	/* background-image: url("../images/bg_hartshorne_white.jpg"); */
	background-color: white;
	border: 2px solid red;
	padding: 10px;
	border-radius: 10px;
	/* width: auto; */
	margin: 10px 0px ;
}

.linktabe, .linktabh {
	border-right: 2px solid grey;
}

.linktabb {
	border-bottom: 2px solid grey;
}

.linktabh h2 {
border: 5px green;
}
.newsblockh {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: red;
	height: 50px;
	padding: 10px 5px 5px 5px;
	text-decoration: underline;
	border: none;
	}

.latest p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	color: #000;
	line-height: 1.3rem;
	padding-bottom: 10px;
}
.footofpage li {
	text-align: center;
}
.docutab {
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	color: #000000;
	height: 50px;
	padding: 15px 5px 5px 2px;
	border: 1px solid grey;
	border-radius: 5px;
	margin: 2px 0px;
	}
.docutab a {
	text-decoration: underline;
}
.docmonth {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: #000f;
	height: 50px;
	padding: 15px 5px 5px 2px;
	border: 1px solid grey;
	border-radius: 5px;
	margin: 2px 0px;
}
.meetings  p {
	padding: 10px 0px 0px 0px;

}
.pcontact {
	margin: 10px 0px;
    font-size: 1rem;
    font-weight: bold;
	padding-left: 50px;
}
.pcontact a	{
	text-decoration: underline;
}
.parishclerk {
    margin: 10px 0px;
    font-size: 1rem;
    font-weight: bold;
}
.lispace {
    margin: 5px 0px;
}
.newsletter {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	height: 50px;
	padding: 15px 5px 5px 2px;
	border: 1px solid grey;
	border-radius: 5px;
	margin: 2px 0px;
}
.newsletter a {
text-decoration: underline;
}
.finance {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	height: 50px;
	padding: 15px 5px 5px 2px;
	border: 1px solid grey;
	border-radius: 5px;
	margin: 2px 0px;
}
.finance a {
	text-decoration: underline;
}
.copyright {
	font-weight: 100;
	font-size: small;
	color: #fff;
	padding-top: 1em;
}