﻿body, html {
	height: 100%;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg-1 {
	background-image: url("../images/BooksScrollImage.jpg");
	min-height: 400px;
}

.bgimg-2 {
	background-image: url("../images/mountains.jpg");
	min-height: 400px;
}

.bgimg-3 {
	background-image: url("../images/jaina2.jpg");
	/*background-color: #808080;*/
	min-height: 400px;
}

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}

	.caption span.border {
		background-color: #d9d9d9;
		border-radius: 3px;
		border: 3px solid #000 !important;
		color: #000;
		padding: 25px;
		font-size: 36px;
		letter-spacing: 10px;
	}

h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #111;
}

.container {
	/*height: 1000px;*/
	padding-bottom: 50px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	.bgimg-1, .bgimg-2, .bgimg-3 {
		background-attachment: scroll;
	}
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.warlocksdesireimage, .warlocksdesiretext {
	float: left;
	display: block;
}

.warlocksdesireimage{
	padding-right: 15px;
}

.warlocksdesiretext{
	margin-bottom: 100px;
}

.donationText{
	margin-bottom:
}

.booksNSeriesText {
	color: #777;
	background-color: white;
	text-align: center;
	padding: 50px 50px;
	text-align: justify;
	display: block;
	/*height: 100%;*/
}

.bookImg {
	max-width: 188px;
	float: left;
	padding: 8px 15px 0 0;
}

.fundIntro {
	text-align:center; 
	width: 50%; 
	margin: 0 auto;
}
#DonationImagesBox{
	margin: 0 auto;
	display: block;
}

.donationImages{
	margin: 0 auto;
	width: 350px;
	display: block;
}

@media only screen and (max-width: 650px) {
	body{
		text-align: justify;
	}

	.bookImg{
		max-width: 100%;
		float:unset;
		margin: 0 auto;
		display: block;
		padding: 10px;
	}

	.imgStyle{
		/*width: 150px;*/
		width: 100%;
		display: inline-block;
	}

	.titleImage{
		width: 150px;
	}

	.caption span.border{
		padding: 5%;
		font-size: 16px;
	}

	.fundIntro{
		width: 95%;
	}

	.navbar{
		justify-content: unset;
	}
}