@charset "utf-8";
/* CSS Document */

.prsc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(34ch, 1fr));
    grid-gap: 5px;
    margin: 5px;
}
.prsi {
	padding: 2px;
    justify-content: flex-start;
    text-align: left;
	background-color: white;
}
.prsd {
	padding: 2px;
	float: left;
	font-weight: 600;
	background-color: #B4D2BA;
}
.prst {
	padding: 2px;
	float: left;
}
.prst::before {
	content: "\2013";
}
.prse {
	padding: 2px;
	float: right;
	color: #24206f;
}

h1 {
	margin-bottom: .1em;
	margin-top: .2em;
}
h2 {
	margin-bottom: .5em;
	margin-top: 0.3em;
	line-height: 85%;
	font-size: 20px;
	margin-left: 15px;
}
h3 {
	margin-bottom: 0em;
	margin-top: 0.4em;
	font-size: 16px;
	margin-left: 12px;
}
.story h2 {
	line-height: 100%;
	margin-left; 0px;
	font-size: 22px;
	margin-bottom: .4em;
	margin-top: 0.4em;
}
.story2 {
	background-color: #F9EFEF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: 5px;
	margin: 5px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.caption {
	background-color: #E9F4FF;
	border-radius: 20px;
	padding: 10px;
	text-indent: 0;
	border: medium solid #BDDEFF;
	margin: 8px;
}
.caption img {
	border-radius: 20px;
	border: medium solid #BDDEFF;
	margin-bottom: 0em;
	width: 100%;
}
.caption p {
	padding: 0px;
	margin: 0em;
}
.bannerphoto {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	text-align: center;
}
.newscontainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(38ch, 1fr));
    grid-gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.newsitem {
    padding: 10px;
    justify-content: flex-start;
    text-align: left;
	border: medium solid #BDDEFF;
	background-color: #E9F4FF;
	border-radius: 20px;
}
.newsitem img {
	width: 100%;
	border: medium solid #24206f;
}
.box800 {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	min-width: 260px;
	max-width: 800px;
	border: 2px dotted var(--color1);
	background: linear-gradient(to bottom, var(--color2), white);
	font-style: italic;
	font-weight: bold;
}
.comments {
	background-color: #D4D1B3;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: 20px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	}
.quote {
	background-color: #E9F4FF;
	border-radius: 20px;
	padding: 10px;
	text-indent: 10px;
	border: medium solid #BDDEFF;
	margin: 8px;
    font-weight: 400;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #512562;
}
.redhighlight {
	color: #FE5555;
	font-weight: bold;
	font-style: italic;
}
.redbold {
	color: #FF2323;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}
.redhighlight {
	font-weight: bold;
	font-style: italic;
	color: #FF2323;
}
.otherbluehighlight {
	font-weight: bold;
	font-style: italic;
	color: #800080;
}
.lightblue {
	font-weight: bold;
	font-style: italic;
	color: #5050FF;
}
.bluehighlight {
	font-weight: bold;
	font-style: italic;
	color: #0606FF;
}
.greenhighlight {
	font-weight: bold;
	font-style: italic;
	color: #2A7E2A;
}
.orangehighlight {
	font-weight: bold;
	font-style: italic;
	color: #E97217;
}
.AltH2 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #512562;
}
.AltH2 p {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
