body {
	margin: 0px;
    font-size: 0.9em; /* 14pm */
    font-weight: 400;
    background-color: white;
    letter-spacing: 1px;
}

.heading {
	font-weight: 100;
}

.heading2 {
	font-weight: 100;
}

.heading3 {
	font-weight: 100;
	margin-top: 5px;
}

.gift {
	font-weight: 100;
}

.donateicon {
	padding-bottom: 10px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.2);
}

#slider {
	height: 500px;
}


.slides-navigation {
	z-index: 6;
}

.slides-navigation .prev,
.slides-navigation .next {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slides-navigation a.prev {
	left: 20px;
	background-image: url(../images/icons/back.png);
}

.slides-navigation a.next {
	right: 20px;
	background-image: url(../images/icons/next.png);
}

.downarrow {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 80px;
	background-size: 100%;
	z-index: 1000;
	background-image: url(../images/icons/down-arrow.gif);
}

.titleMessage {
	height: 250px;
	position: absolute;
	width: 100%;
	top: 73px;
	color: white;
	z-index: 5;
	text-align: center;
}

.titleMessage .heading .main1 {
	font-size: 25px;
	font-weight: 250;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
}

.titleMessage .heading .main2 {
	font-size: 35px;
	font-weight: 300;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
}

.titleMessage .heading .sub {
	font-size: 23px;
	margin-top: 20px
	font-weight:; 200;
}

.titleMessage .heading .main1:hover,
.titleMessage .heading .main2:hover,
.overlay .scrolldown .scroll:hover {
	text-decoration: none;
	color: #ffff;
}

.titleMessage .heading .main2:hover {
	text-decoration: none;
}

.cost {
/*	font-size: 50px; */
	font-size: 36px; 
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.0;
}

.statement {
	font-size: 1.3em; /* 20pm */
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.0;
}

.updatecontainer {
	text-align: center;
}

.container .link {
	color: #7A1F00;
}

.arrow {
	padding-bottom: 3px;
}

.listofstuff {
	text-align: left;
}

.section {
	padding: 10px 0;
}

.section .heading {
	text-align: center;
	padding-bottom: 30px;
	width: 100%;
}

.section .gift {
	text-align: left;
	padding-bottom: 30px;
	width: 100%;
}

.lastUpdate {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}

.aboutimage {
	max-width: 100%;
	max-height: 95%;
}

.topbar {
	background-color: #cc9933;
	color: white;
}

.contactSection {
	background-color: #ffff;
	color: #212529;
}

.everypennySection {
	background-color: #CC9933;
	color: white;
}

.grantsSection {
	background-color: #CC9933;
	color: white;
}

.giftSection {
	background-color: #CC9933;
	color: white;
}

.riskSection {
	background-color: #273c75;
	color: white;
}

.keydatesSection {
	z-index: 2;
	/* background-image: url("../images/test.jpg"); */
	background-color: #273c75;
	color: white;
  	min-height: 500px; 
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.keydatesoverlay {
	margin: auto;
	background: rgba(255,255,255,50%);
	z-index: 4;
	min-width: 50%;
	max-width: 90%;
	padding: 20px;
	margin-bottom: 20px;
}

.overlay1 {
	margin: auto;
	background: #FAF5EB;
	z-index: 4;
	min-width: 50%;
	max-width: 90%;
	padding: 20px;
	margin-bottom: 20px;
	color: #212529;
}

.overlay2 {
	margin: auto;
	background: #FAEBD6;
	z-index: 4;
	min-width: 50%;
	max-width: 90%;
	padding: 20px;
	margin-bottom: 20px;
	color: #212529;
}

.keydatesoverlaycontent {
	color: #fff;
	z-index: 500;
}

.nobullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
 }

.qualifiedSection {
	background-color: #fff;
	color: #000;
}

.documentsSection {
	background-color: #fff;
	color: #000;
}

.socialItem {
	margin-top:30px;
	position: relative;
}

.socialInnerContainer {
	position: relative;
	padding: 10px 15px 35px;
	text-align: center;
	border: 2px solid #7A1F00;
	border-top: none;
}

.socialInnerContainer:after,
.socialInnerContainer:before {
	content: '';
	position: absolute;
	top: 0px;
	width: 30%;
	border-bottom: 2px solid #7A1F00;
}

.socialInnerContainer:before {
	right: 0px;
}

.socialInnerContainer:after {
	left: 0px;
}

.socialContent h2 {
	font-size: 1.3em; /* 20pm */
	margin-bottom: 10px;
	font-weight: 200;
	color: 212529;
}

.socialContent h3 {
	font-size: 0.9em; /* 13px */
	font-weight: 600;
	margin: 0px;
	color: #212529;
}

.socialContent .small-link {
	font-size: 0.9em; /* 12px */
	color: #7A1F00;
}


.socialContent .link {
	color: #7A1F00;
}

.socialIcon {
	position: relative;
	width: 40%;
	height: 60px;
	font-size: 45px;
	top: -42px;
	margin-left: auto;
	margin-right: auto;
	color: #7A1F00;

}

.contactButton {
	color: #ffff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #ffff;
	border-radius: 2px;
}

.contactButton:hover {
	text-decoration: none;
	color: #273c75;
	background-color: #ffff;
}

#filters {
padding: 0px;
border-left: 0px;

}

.filter {
	text-align: center;
	width: 100%;
}

.filter a {
	color: #bdc3c7;
	border: 1px solid #bdc3c7;
	padding: 10px 18px;
	display: block;
}

.filter li {
	display: inline-block;
	padding: 5px;
}

.filter .current {
	background-color: #273c75;
	border-color: #273c75;
	color: #ffff;
}

.items {
	padding: 0;
}

.items li {
	display: inline-block;
	padding: 5px;
}

.items li img {;
	width: 100%;
	-webkit-transition: all 0.2s linear, 1s;
	-moz-transition: all 0.2s linear, 1s;
	-o-transition: all 0.2s linear, 1s;
	-ms-transition: all 0.2s linear, 1s;
	-transition: all 0.2s linear, 1s;
}

.items .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.items .item:hover img {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-transform: scale(1.05,1.05);
}

.itemsContainer {
	width: 100%;
}

.copyrightSection {
	background-color: #7A1F00;
	color: #fff;
	padding: 30px 5px;
}

.copyrightSection p {
	margin: 0;
}

#navigation {
	background-color: #7A1F00;
	color: #ffff;
	padding: 10px;
	z-index: 100;
	padding-left: 20px;
	font-weight: 300;  /* 100 */
}

#navigation li a {
	padding: 0 10px;
	color: #ffff;
}

.navbar-toggler-icon {
	background: url(../images/icons/menu.png);
	background-size: 100%;
}

.navbar-brand,
.navbar-brand:hover {
color: #ffff;

}

.fixedNav #navigation {
	position: fixed;
	top: 0px;
	width: 100%;
}

.nav-link {
	font-size: larger;
}

.disabled {

	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #cc9933;

}

.nav-link-external {
	font-size: larger;
	text-decoration: none;
}

.nav-link-external:hover {text-decoration:none;}

.loader {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.loader .inner {
	width: 100%;
	height: 100%;
	background: url(../images/icons/loader.gif) center center no-repeat;
}

.footerlogo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 100%;
	padding-bottom: 3px;
}

.carousellogo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 60px;
	padding-top: 20px;
}

.navlogo {
	display: block;
	height: 28px;
	padding-top: 3px;
}

.scroll {
	display: block;
	text-align: center;
    position:absolute; 
    bottom: 0; 
    padding: 20px;
	width: 100%;
	font-size: 30px;
	font-weight: 200;
	color: white;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	letter-spacing: 2px;
	line-height: 1.2;
	z-index: 2000;

}

.datesimage {
	position: relative;
	max-width: 100%;
	padding-bottom: 10px;

}

.modal {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 20000; /* Sit on top */
  	padding-top: 100px; /* Location of the box */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
  	background-color: #fefefe;
  	margin: auto;
  	padding: 20px;
  	border: 1px solid #888;
  	width: 80%;
}

.modal-signature-image {
	width: 150px;
  	height: 100px;
}

.close1 {
	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-align: right;
}

.close1:hover,
.close1:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

.close1b {
	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-align: right;
}

.close1b:hover,
.close1b:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

.close2b {
  	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-align: right;
}

.close2b:hover,
.close2b:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}
.close2 {
  	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-align: right;
}

.close2:hover,
.close2:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

.modal-link {
	color: #7A1F00;
	cursor: pointer;
}

.modal-link:hover,
.modal-link:focus {
	color: #7A1F00;
	cursor: pointer;
}

.button {
  display: inline-block;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 320px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  background-color: #7A1F00;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: -1px;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button2 {
  display: inline-block;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #7A1F00;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  font-size: 18px;
  position: absolute;
  opacity: 0;
  top: -1px;
  right: -20px;
  transition: 0.5s;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}

.sb2 {
	width: 600;
	height: 200;
}
