@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

a:link {
	color:#343434;
	text-decoration: none;
}

a:visited {
	color:#a2a2a2;
}

a:hover {
	color:#444444;
}

body {
	/* Colors:
 	#8D8741
	#659DBD
	#DAAD86
	#BC986A
	#FBEEC1
	*/


	/* background: rgb(44,105,177);
	background: linear-gradient(180deg, rgba(44,105,177,1) 0%, rgba(59,139,235,1) 54%, rgba(96,161,239,1) 100%) fixed; */

	/* background: rgb(145,163,168);
	background: linear-gradient(0deg, rgba(145,163,168,1) 0%, rgba(161,181,187,1) 29%, rgba(143,161,167,1) 100%) fixed; */
	background:: rgb(233, 240, 255);

	color: #343434;
	font-family: "Helvetica-neue", Segoe, Helvetica, Arial, "Lucinda Grande", sans-serif;
	font-weight: normal;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
}

.complete {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 170vh;
	background-color: #d2d2d2;
	z-index: 4;
}

.logo {
	position: absolute;
	left: 80px;
	top: 80px;
	height: 20px;
}

.header {
	position: relative;
	top: 110px;
	width: 300px;
	font-family: 'Bebas Neue', cursive;
	text-align: left;
	font-size: 30px;
	/*text-shadow: 1px 1px #121212;*/
}

.subHeader {
	position: relative;
	top: 105px;
	left: 7px;
	width: 300px;
	font-family: 'Bebas Neue', cursive;
	text-align: left;
	font-size: 20px;
	/* text-shadow: 1px 1px #121212; */
	letter-spacing: 3px;
}

.formHeader {
	position: relative;
	top: 30px;
	font-family: 'Righteous', cursive;
	text-align: center;
	font-size: 60px;
}

.formSubHeader {
	position: relative;
	top: 20px;
	font-family: 'Righteous', cursive;
	text-align: center;
	font-size: 30px;
}

.mainLinks {
	position: absolute;
	right: 75px;
	top: 80px;
	text-align: right;
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	/* text-shadow: 1px 1px #323232; */
}

.infoBody {
	position: relative;
	top: 300px;
	left: 20%;
	width: 90%;
	font-family: 'Lato', sans-serif;
	text-align: justify;
  text-justify: inter-word;
	font-size: 25px;
	/* text-shadow: 1px 1px #121212; */
}


.contactInfoBody {
	position: relative;
	top: 300px;
	left: 20%;
	width: 90%;
	font-family: 'Lato', sans-serif;
	text-align: justify;
  text-justify: inter-word;
	font-size: 25px;
	/* text-shadow: 1px 1px #121212; */
}

.bodyHeader {
	font-family: 'Bebas Neue', cursive;
	font-size: 35px;
	width: 80%;
	text-align: justify;
  text-justify: inter-word;
	padding-bottom: 20px;
}

.bodyInfo {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 70%;
	text-align: justify;
  text-justify: inter-word;
	padding-bottom: 20px;
	overflow: auto;
        /*border: 3px solid red;*/
}

.contactBodyHeader {
	font-family: 'Bebas Neue', cursive;
	font-size: 35px;
	width: 80%;
	text-align: justify;
  text-justify: inter-word;
	padding-bottom: 20px;
}

.contactBodyInfo {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 70%;
	text-align: justify;
  text-justify: inter-word;
	padding-bottom: 20px;
	z-index: 3;
        /*border: 3px solid red;*/
}

.donateBodyInfo {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 70%;
	text-align: justify;
  text-justify: inter-word;
	padding-bottom: 20px;
	z-index: 3;
        /*border: 3px solid red;*/
}

#sidePhoto {
	position: absolute;
	top: -85px;
	right: -38px;
	z-index: -4;
	opacity: .2;
}

#contactSidePhoto {
	position: absolute;
	top: -65px;
	right: -220px;
	z-index: -4;
	opacity: .2;
}
#books {
	height: 650px;
}

.formInfoBody {
	margin: auto;
	position: relative;
  top: 100px;
	width: 60%;
  font-family: 'Lato', sans-serif;
	text-align: justify;
  text-justify: inter-word;
  font-size: 20px;
  border: 1px solid white;
	padding: 20px;
}

.formDisplayInfo {
  position: relative;
  top: 120px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 25px;
  /*border: 3px solid red;*/
}

.contactDisplayInfo {
  position: relative;
	top: 260px;
	left: 30%;
	width: 60%;
  font-family: 'Lato', sans-serif;
	text-align: justify;
  text-justify: inter-word;
  font-size: 20px;
  /*border: 3px solid red;*/
}

#footer {
	position: relative;
	top: 120px;
	margin: auto;
	padding: 25px;
	bottom: 25px;
	font-family: 'Righteous', cursive;
	text-align: center;
	font-size: 15px;
}

#goHome {
	position: relative;
	text-align: center;
	top: 30px;
	font-size: 20px;
	/* text-decoration: underline; */
}
