/*RESET*/
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;
}
body {
	overflow-x: hidden;
	background-color: #ffffdd;
	/* width: 100%; */
	height: 100%;
}
/*
@font-face {
	font-family: novalismedium_97;
	src: url('/New/novam__-webfont.woff');
}
*/
.preheader {
	background-color: #307D7E;
	margin:0;
	width: 100%;
	height: 70px;
	padding: 1px;
	overflow: hidden;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	z-index: 3;
	position: fixed;
}
.sectitle {
	margin-left: 0vw;
	color: orange;
	font-family: helvetica,arial;
	font-size: 2.3em;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0.1em;
	order: 1;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(255, 100,0,0.5);
}
.bigad {
	width:60%;
	margin-top:0px;
	margin-left: 1vw;
	order: 2;
	margin-right: 1vw;
	justify-content:inherit;
}
.ad {
	width:60%;
	margin-left: 1vw;
	order: 2;
	margin-right: 1vw;
}
.ptextads a:link{
	font-size: 100%;
	color: #FFFB67;
}
.ptextads a:visited {
	font-size: 100%;
	color: #FFFB67;
}
.ptextads a:hover {
	font-size: 100%;
	color: yellow;
}
.date-maint-div {
	float:right;
	font-family: helvetica,arial;
	margin-right: 1vw;
	margin-top: 1vh;
	order: 3;
}
#date {
	color:#a3ccf4;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0;
	font-family: helvetica,arial;
	text-align: right;
}
.maintitle-bar {
	font-family: helvetica,arial;
	font-size: 1.6em;
	verticle-align: top;
	top: -8px;
	color: #ffffdd;
	}
header {
	clear: both;
	color: #303;
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	padding-top: 4.5em;
}
.header {
	display:none;
	flex-direction:row;

}
.showh {
	display: flex;
}
.maintitle-div {
	background-color: rgba(255,255,255,0.3);
	width:70%;
	height:auto;
	margin: 0;
	z-index: 1;
}
.rs {
	background-image: url('/New/images/sketch4003.png');
	background-color: rgba(255,255,255,0.3);
	background-blend-mode:darken;
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-size: cover;
	width: 40%;
	overflow: hidden;
	align-self: stretch;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
}
.FImage{
	width: 400px;
	top: 0.75in;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	border: 1px #000000;
}
#FImage{
	color: #fffff8;
	border: 1px solid #ffcc00;
	border-radius: 5px;
	width: 200px;
	position: absolute;
	left:38em;
	top:5.5em;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
	padding: 10px;
	cursor: pointer;
}
#FImage:hover {
	background-color: rgba(0,0,0,0.45);
	color: #ffcc00;
	box-shadow: 0px 0px 5px #ff5500;
}
.leftside {
	width: 70%;
	font-family: helvetica,arial;
	font-size: 8vh;
	color: #004B4C;
}
.maintitle {
	width: 70%;
	font-family: helvetica,arial;
	font-size: 8vh;
	color: #004B4C;
}
.maintitle-smll {
	width: 60%;
	font-family: helvetica,arial;
	font-size: 5vh;
	color: #004B4C;
	margin-left:10vw;
}

/*NAV-BAR*/
#navbar {
	background-color: rgba(255,255,255,0.3);
	display: flex;
	flex-direction: row;
	height:3.5vw;
	justify-content: center;
	align-items:center;
	align-content:stretch;
	z-index:3;
}

.navButtons {
	width: 93.4%;
	font-family: helvetica,arial;
	text-align: center;
}
.navButtons:hover {
	background-color: rgba(150,155,150,0.5);
	box-shadow:inset 0px 0px 0px 1px gold;
}
.navButtons:hover .dropdown{
	display: flex;
}
.dropdown:hover {
	display: flex;
}
.navButtons a{
	font-family: helvetica,arial;
	font-size: 2vw;
	color: #002B2C;
	text-decoration: none;
}
.navButtons a:hover {
	color:#FFe700;
	text-shadow: 2px 2px 10px black;
}
.navButtonsActive {
	background-color: rgba(150,155,150,0.5);
	box-shadow:inset 0px 0px 0px 1px gold;
	color:#FFe700;
	text-shadow: 2px 2px 10px black;
}
.navButtonsActive a {
	color:#FFe700;
}
.navButtonsAlter {
	color:#FFFFF8;
	text-shadow: 2px 2px 10px white;
}
.navButtonsAlter a {
	color:#FFFFF8;
}
.dropdown .navButtons {
	padding: 0.5em;
}
.dropdown {
	display: none;
	flex-direction: column;
	position: absolute;
	z-index: 1;
	background-color: RGBA(208, 223, 193, 0.88);
	font-family: helvetica,arial;
	font-size: 1em;
	color: #D0DFC1;
	align-content: stretch;
	width: 20%;
	border-radius: 5px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.dropdown .navButtonsAlter {
	padding: 0.5em;
	background-color: RGBA(208, 2235, 193, 0.88);
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.95;
	background-color: RGBA(255, 255, 255, 0.85);
	background-blend-mode: lighten;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.22);
}

/* Add some top padding to the page content to prevent sudden quick movement
   (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.contMargin {
	margin-top: 2.7em;
}
.contMarginH {
	margin-top: 4.2em;
}
.stickyMov {
	display: none;
}
.navMBack {
	display: none;
}
.navbarM {
	display: none;
}

/*Modal*/
.modalrs {
	width:100%;
	height:100%;
	display: none;
	padding-top: 4%;
	z-index: 4;
	position: fixed;
	font-family: helvetica,arial;
	background-color: rgba(0,0,10,0.8);
}
.modalrs-img {
	background-color: #bebcc1;
	margin: auto;
	padding: 1em;
	border-radius: 20px;
	max-width: 700px;
	height: 85%;
	overflow-y: auto;
	overflow-x: hidden;
}
.modalrs-close {
	color:white;
	float: right;
	font-family: helvetica,arial;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
}
.modalrs-close:hover,
.modalrs-close:focus {
	color: #437C17;
	text-decoration: none;
	cursor: pointer;
}
.rsimglarge {
	width: 100%
}
.modal-title{
	text-align:center;
	font-weight:bold;
	color:#1f2b6c;
	font-family: helvetica,arial;
	font-size: 3em;
}
.modal-desc{
	text-align:center;
	color:#437C17;
	font-family: tahoma,verdana;
	font-size: 1em;
}
/*endModla*/

/* Page content */
.content {
	background-color: #ffffdd;
	position:relative;
	padding-right: 2vw;
	display: flex;
	flex-direction: row;
}
.menu-outer-div-left {
	width: 17%;
	padding: 1vw;
	display: flex;
	flex-direction: column;

}
.menu-outer-div-right {
	width: 20%;
	padding: 1vw;
	order: 2;
	display: flex;
	flex-direction: column;
}

.menu-inner-div {
	width: 100%;
	border-radius: 4.3px;
	padding:1vw;
	background-color: rgba(100,150,130, 0.30);
	margin-bottom: 1vw;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.archive-select-div-1 {
	display:flex;flex-direction:column;align-items:center;flex-wrap: wrap;
}
.archive-select-div-2 {
	display:flex;flex-direction:row;justify-content: center;
}
.menu-inner-div-right .menu-title-2 {
	font-size: 1.5em;
}
.menu-inner-div-right {
	width: 100%;
	border-radius: 4.3px;
	padding:1vw;
	background-color: rgba(190,140,255, 0.50);
	margin-bottom: 1vw;
	overflow: hidden;
	font-size: 0.87em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.menu-inner-div:hover .menu-title-2 {
	text-shadow: 1px 1px 3px rgba(70, 200, 100, 0.5);
}
.menu-inner-div:hover .menu-title-1 {
	text-shadow: 1px 1px 3px rgba(70, 200, 100, 0.5);
}
.menu-inner-div-right:hover .menu-title-2 {
	text-shadow: 1px 1px 3px rgba(70, 200, 100, 0.5);
}
.menu-title-1 {
	font-family: helvetica,arial;
	font-size:1.1em;
	color:#437C17;
	text-align: center;
	margin-bottom:1vw;
	font-weight: bold;

}
.menu-title-2 {
	font-family: helvetica,arial;
	font-size:1.4em;
	color:#1f6f4a;
	text-align: center;
	margin-bottom:1vw;

}
.menu-links {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-family: verdana,arial,tahoma,sans-serif;
}
.menu-links a {
	text-decoration: none;
	font-weight:bold;
}
.menu-links a:link {
	color:#336666;
	font-weight:bold;
}
.menu-links a:visited {
	color:#336666;
	font-weight:bold;
}
.menu-links a:hover {
	color:#007777;
	font-weight:bold;
	text-shadow: 1px 1px 3px rgba(70, 200, 100, 0.5);
}
.menu-links-2 {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	font-family: verdana,arial,tahoma,sans-serif;
	font-weight:bold;
}
.menu-links-2 a {
	text-decoration: none;
}
.menu-links-2 a:link {
	color:#336666;
}
.menu-links-2 a:visited {
	color:#336666;
}
.menu-links-2 a:hover {
	color:#003333;
}
.hidelink {
	display:none;
}
.donate-content {
	width:auto;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-end;
}
.donate-head {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-end;
}
.donate-outer {
	margin-left:1vw;
	padding: 1vw;
	height:auto;
}
.donate-inner {
	width:100%;
	background-color: rgba(255, 250, 180, 0.30);
	border-radius: 10px;
	overflow: hidden;
	padding: 1vw;
	height:auto;
	box-shadow: 0px 0px 12px 0px inset #f60;
	vertical-align: text-top;
}
.donate-help {
	font-size: 1.4em;
	color:#a30;
	float: right;
	order: 3;
	text-shadow: 2px 2px 13px black;
	position: absolute;
	right: 33px;
}
.donate-space {
	font-size: 1.5em;
	order: 2;
	margin: auto;
}
.donate-message {
	font-size: 1.5em;
	color: #236C07;
	order: 1;
	text-shadow: 2px 2px 8px black;
	float: left;
}
.donate-text {
	font-size: 1.2em;
	color: #000033;
	text-shadow: 0px 0px 0px black;
	font-family: tahoma,verdana,arial,sans-serif;
	margin: 0px 10px 0px 10px;
	text-align: justify;
}
.donate-img {
	float: left;
	clear:left;
	margin: 0px 0px 0px 10px;
}
.donate-button:hover {
	box-shadow: 0px 0px 30px 0px #f90;
}
.dt2 {
	font-size: 0.9em;
}
.theme-text {
	background-color: rgba(255, 250, 180, 0.30);
	border-radius: 3px;
	overflow: hidden;
	padding: 1px;
	box-shadow: 0px 0px 0px 0px inset #f60;
	font-size: 8pt;
	color:#ff8;
	float: left;
}
.main-rightbar {
	display:flex;
	flex-direction:row;
}
.ga-arch-container {
	display: none;
}
.main {
	margin-left:1.5vw;
	padding: 1vw;
	font-size: 1.3em;
	font-family: arial,tahoma, verdana;
	color:#004B4C;
	order: 1;
}
.content-title {
	font-family: helvetica,arial;
	font-size: 2em;
	color: #1f6f4a;
	text-align: center;
	margin: 3vw 0 2vw 0;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.content-div {
	width: 97%;
	border-radius: 4.3px;
	padding:1vw;
	background-color: RGBA(255, 200, 50, 0.20);
	margin-bottom: 1vw;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}
.content-left {
	float:left;
}
.content-left a{
	text-decoration: none;
}
.content-right a{
	text-decoration: none;
}
.content-right {
	float: right;
	position: absolute;
	right: 13px;
}
.audio-row {
	display: flex;
	flex-direction: row;
	align-items:center;
	margin: 2em 0 2em 0;
}
.audio-column {
	display: flex;
	flex-direction: column;
	margin-right:0.5em;
}
.audio-column-1 {
	display: flex;
	flex-direction: column;
	margin-right:0.5em;
	flex-basis: 110%;
	align-items:stretch;

}
.audio-column-1 .menu-links {
	font-size: 1.3vw;
}
.cookies {
	border-radius: 8px;
	padding: 0.7em;
	overflow: hidden;
	width: 80%;
	margin-bottom: 0.5em;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

footer {
	background-size: cover;
	background-position: bottom;
	box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.4);
}
.white-div {
	background-color: rgba(255,255,255,0.3);
	width:100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	padding: 1em;
}
.linko {
	background-color: rgba(33,33,33,0.65);
	border-radius: 6px;
	width:25%;
	height: 15px;
	padding: 6px;
	color: rgba(255, 255, 248, 1.00);
	margin-bottom: 6px;
}
.center-div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.supporters-div {
	border-radius: 8px;
	padding: 0.7em;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.75);
	align-items: center;
	margin-bottom: 1em;
}
.supporters-div a {
	width: 100%;
	margin: 6px;
}
.supporters-div a:hover {
	box-shadow: 0px 0px 100px gold;
}
.bottom-div {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 97%;
}
.bottom-inner-div {
	border-radius: 8px;
	padding: 0.7em;
	background-color: rgba(255, 255, 255, 0.75);
}
.bottomImages {
	display: none;
}
