body {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

#insideLogo { 
	max-height: 250px;
}

p {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	color: #666;
	margin-bottom: 20px;
}

#headerLogo {
	max-height: 300px;
}

/* input.submitButton, a.button, a.button:visited, a.donateButton, a.donateButton:visited {
	color: var(--white);
} */

#headerInteriorTitle { 
}
#donate { margin: 50px 0; }
.nav li a { 
}

#sliderContainer {
	background-size: cover;	
}

#slides span {
    /* background: rgb(255 222 47 / .90); */
    width: 50%;
}

#sliderBox {
}

#sliderBox h1 {
}

#sliderBox a.button, #sliderBox a.button:visited {
}

#sliderBox a.button:hover {
}

#sliderBox span {
}

#footer {
    background: #006837;
    color: #fff;
	line-height: normal;
	width:100%;
	max-width: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
}

.backToTop:link, .backToTop:active, .backToTop:visited {
    background: rgba(255,222,46, 0.8);
}	

.backToTop:hover {
    background-color: rgb(255,222,46);
}

.wysiwyg a, .wysiwyg a:active, .wysiwyg a:visited {
}

.wysiwyg a:hover {
}

div#alertBar {
    background: #fecd00;
    color: #006837;
    text-align: center;
    padding: 14px;
    font-size: 17px;
    font-size: 1.7rem;
	line-height: normal;
}

.bgWithPadding {
    background: #eee;
    padding: 50px;	
}

#logoDiv {
	text-align:center;
	max-width:612px;
	width:100%;
	margin:2% auto;
}
.dropboxInput {
	font-size: 14px;
	color: #767676;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	display: block;
    width: 93%;
    margin: 0 auto 15px auto;
	padding: 15px;
}

li {
    padding-bottom: 20px;
    line-height: normal;
}

span.level {
	font-size: 20px;
	font-size: 2.0rem;
	color: #006837;
	font-weight: bold;
}
.left { text-align: left; }

.flexColumns {
	display:flex;justify-content: space-evenly;flex-wrap: wrap-reverse;
}

ul.list {
	list-style: none;
}

ul.list li::before {
  content: "\2022";
  color: #a2a1a1;
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}
.downloadLink {
	display: inline-block;
	margin: 20px auto;
    font-size: 22px;
	font-size: 2.2rem;
    font-weight: bold;
}
/**************************/
/* custom mobile */

/* 1200px Pixels */
@media only screen and (max-width: 1200px) {

}

/* 1070px Pixels */
@media only screen and (max-width: 1070px) {

}

/* 940 Pixels */
@media only screen and (max-width: 940px) {

}

/* 830 Pixels */
@media only screen and (max-width: 830px) {

}

/* 767 Pixels */
@media only screen and (max-width: 767px) {

}
/* 650 Pixels */
@media only screen and (max-width: 650px) {

}

/* 580 PIXELS */
@media only screen and (max-width: 580px) {
	p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
/* 480 PIXELS */
@media only screen and (max-width: 480px) {

}

/* 375 PIXELS */
@media only screen and (max-width: 375px) {

}
