/* CSS Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

html {
	overflow-y: scroll;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  background-image: url("../img/wheat-field.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  margin: 50px 0px;
}

#phrase1, #phrase2, #phrase3, #phrase4, #phrase5, #phrase6 {
	padding: 40px 0 0 0;
	color: black;
}
#phrase1:hover, #phrase2:hover, #phrase3:hover, #phrase4:hover, #phrase5:hover, #phrase6:hover {
	color: rgba(149,100,64,1);
}

#phrase1 > #readMorePhrase1, #phrase2 > #readMorePhrase2, #phrase3 > #readMorePhrase3, #phrase4 > #readMorePhrase4, #phrase5 > #readMorePhrase5, #phrase6 > #readMorePhrase6 { 
	opacity: 0;
}

#phrase1:hover > #readMorePhrase1, #phrase2:hover > #readMorePhrase2, #phrase3:hover > #readMorePhrase3, #phrase4:hover > #readMorePhrase4, #phrase5:hover > #readMorePhrase5, #phrase6:hover > #readMorePhrase6 { 
	opacity: 1;
}

#phrase3 span {
	font-style: italic;
	cursor: hand !important;
}

#callToAction {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	text-align:center;
}

.emailAddress {
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	text-align:center;
}
#section1, #section2, #section3, #section4, #section5, #section6 {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	padding: 0 100px;
	background-color:rgba(255,255,255,0.5);
	margin: 0 10px;
}
.hidden {
	background-color: #fff;
	overflow: hidden;
	display: none;
}

#callToActionContainer {
  display:flex;
  justify-content: center;
  height: 36px;
  background-color: rgba(149,100,64,.65);
  position: fixed;
  bottom: 71px;
  width: 100%;
  border-top: 2px solid rgba(255,255,255,.65);
  line-height: 29px;
}

footer {
	display: flex;
	justify-content: center;
	height: 70px;
	background-color: rgba(149,100,64,.65);
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid rgba(255,255,255,.65);
	line-height: 29px;
}
footer a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
}


.social-button {
	display: flex;
	align-items: center;
	margin: 0 10px;
}

.email-link {
	display: flex;
	align-items: center;
	padding: 0 8px;
	font-size: 10px;
	color: white;
	border-radius: 5px;
	margin: 25px 0 25px 5px;
	border: 1px solid white;
}

.email-link:hover {
	background-color: #946340;
}

#readMorePhrase1, #readMorePhrase2, #readMorePhrase3, #readMorePhrase4, #readMorePhrase5, #readMorePhrase6 {
	border: 1px solid #946340;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 10px;
	border-radius: 5px;
	margin: 0px 0 10px 0;
	position:absolute;
	right:10%;
	float: none;
	background-color: white;
	font-style: normal;
}

#seeMorePledges {
	border: 1px solid #946340;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 10px;
	border-radius: 5px;
	margin: -30px 0 10px 0;
	float: right;
	background-color: white;
}

#seeMorePledges:hover {
	color: white;
	background-color: #946340;
}

.fb-share-button {
	padding:0;
	margin:0;
	height: 38px !important;
}

/* MOBILE */

@media (max-height: 800px) {
	body {
		font-size: 25px;
		line-height: 30px;
		margin-top: 5px;
	}
	#phrase6 {
          margin-bottom:76px;
        }
	#section6 {
          margin-bottom:76px;
        }
}

@media (max-width: 400px) {
	body {
		font-size: 25px;
		line-height: 30px;
		margin-top: 20px;
	}
	#section1, #section2, #section3, #section4, #section5, #section6 {
		font-family: 'Libre Franklin', sans-serif;
		font-weight: 300;
		font-size: 12px;
		line-height: 16px;
		padding: 0 10px;
		background-color:rgba(255,255,255,0.5);
	}
	#phrase1, #phrase2, #phrase3, #phrase4, #phrase5, #phrase6 {
		padding: 10px;
		color: black;
	}
	#seeMorePledges {
		border: 1px solid #946340;
		padding: 0 5px;
		text-transform: uppercase;
		font-size: 10px;
		line-height: 14px;
		border-radius: 5px;
	}
	#seeMorePledges:hover {
		color: white;
		background-color: #946340;
	}
	.social-button {
		display: flex;
		align-items: center;
		margin: 0 3px;
	}
	footer {
		flex-wrap: wrap;
	}
	.email-link {
		margin: 0;
	}
	#section1, #section2, #section3, #section4, #section5, #section6 {
		padding: 0 20px;
	}

}
