 body {
	width: 100%;
	margin: 0;
	padding: 0;
}
html {
/*	scroll-behavior: smooth;*/
}

	a {
		color: #c3002f;
	}

a:hover {
	color: #870020;
} 

.holder {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
header {
	background-color: #0d2240;
	background-image:linear-gradient(#ffffff00, #0d2240), url(images/fitzpatrick_family_gradient.png);
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-size: auto, cover;
	background-position: bottom center,  center;
	background-repeat: repeat-x, no-repeat;
	width: auto;
	position: relative;
	min-height: 595px;
}
.donatebtn a {
    float: left;
    color: #ffffff;
    text-decoration: none;
    background-color: #c3002f;
    padding: 4px 25px 7px 25px;
    border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 45px 10px 0 15px;
    transition: all 0.5s ease;
}
.donatebtn a:hover{
	background-color: #0d2240;
}

.donate-button {
	float: right!important;
}

.social ul {
	margin: 0;
	float: right;
	padding: 35px 10px 0;
  display: flex;
  align-items: center;
}
.social ul li {
	list-style: none;
	float: left;
}
#twitter {
	padding: 0 10px;
}
.social ul li img {
	width: 100%;
	max-width: 38px;
}
.logo {
	width: 330px;
	position: absolute;
    bottom: 170px;
    left: calc(50% - 165px);
}
header p {
	font-size: 24px;
	line-height: 32px;
}
p {
	margin: 0;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 43px;
}
.logo img {
	width: 330px;
}
.scrollBtn {
	position: absolute;
	
	bottom: -78px;
	left: calc(50% - 72px);
}
.scrollBtn img{
	height: 150px;
}
.quote {
	color: #fff;
	font-size: 32px;
	position: absolute;
	text-align: center;
	bottom: 90px;
	max-width: 850px;
	left: calc(50% - 425px);
	background: url(images/open-quote.png), url(images/end-quote.png);
	background-position: left 25px top, right  50px bottom;
	background-repeat: no-repeat;padding-bottom: 5px;
	
}
.contentSection {
	position: relative;
	z-index: 0;
	background-image: url(images/eagle.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	padding-bottom: 60px;
		background-color: #c3002f;	
}
.contentSection , footer{
	width: 100%;

}
.contentSection.about, footer{
	background-color: #0d2240;
	background-image: none;
}
.contentSection.about p{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 40px 0;
}
.contentSection.about .holder{
	max-width: 800px;
	padding: 0 15px;
	box-sizing: border-box;
}
h2 {
	margin: 0;
	padding: 70px 0 60px;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 44px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

h4 {
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 24px;
	
}
.disc {
	color: #bababa54;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0;
}
.disc p {
	font-size: 15px;
}
ul.form-section {
	margin: 0;
/*	background-image: url(images/eagle.png);*/
	padding: 0;
/*	background-repeat: no-repeat;
	background-position: -5px 35px;*/
}
.form-section li {
	list-style: none;
	width: 100%;
	max-width: 588px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
input, button, textarea {
	width: 100%;
	max-width: 588px;
	padding: 20px 32px ;
	margin: 12px 0;
	box-sizing: border-box;
	border-radius: 50px;
}
input, textarea {
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	color: #505050;
	font-weight: 500;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
textarea {
	border-radius: 25px;
}
textarea:focus, input:focus{
    outline: none;
}
button {
	margin: 32px 0 0 0;
	background-color: #0d2240;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 23px;
	border: 2px #0d2240 solid;
	cursor: pointer;
	transition: all 0.5s ease;
	padding: 12px 32px;
	text-transform: uppercase;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bababa;
  opacity: 1; /* Firefox */
}
.data.customhint {
	color: #bababa;
}
button:hover {
	background-color: #fff;
	color: #0d2240;
}

.about.alternate {
	
	background-color: white;
}

.about.alternate p, .about.alternate h2, .about.alternate h4 {
	color: #0D2240;
}



.img-holder {
	text-align: center;	
	padding: 20px 0;
}

#mo-rtl {
  width: 225px;
  text-align: center;
}

#mo-rtl img {
  max-width: none;
  width: 50%;
  background-color: white;
  padding: 10px;
}


	

@media screen and (max-width: 850px) {
	.quote {
	    max-width: 560px;
    	left: calc(50% - 280px);

		bottom: 100px;
	}
	p {
		line-height: 36px;
	}
	
	.img-holder img {
		max-width: 100%;	
	}
	
	.logo img {
		margin-bottom: 50px;	
	}
	
	.disc {
		padding: 40px 19px;	
	}
}
@media screen and (max-width: 768px) {
  
  header {
    background-size: auto, 253%;
    background-position: bottom, center 14vh;  
  }
  
	.contentSection.about h2{
		text-align: left;
	}
	.contentSection.about p{
		font-size: 16px;
    	line-height: 26px;
		margin-bottom: 20px;
	}
	.social ul{
		padding: 10px 10px 0;
	}
	.donatebtn{
		float: left;
		width: 100%;
		text-align: center;
	}
	#twitter{
		padding: 0 5px 0 15px;
	}
	.donatebtn a{
		
		margin: 25px 15px 0;
		font-size: 18px;
		margin-top: 10px;
	}
	.donatebtn a:last-child{
		float: right;
	}
	.quote {
		font-size: 24px;
		line-height: 24px;
		max-width: 330px;
		left: calc(50% - 160px);
		bottom: 85px;
	}	
	.contentSection {
		background-size: contain;
		background-position: top;
	}
	header {
		    background-size: auto, cover;
	}
	.logo img {
		width: 200px;
		
	}
	.logo {
		width: 300px;
		text-align: center;
		left: calc(50% - 150px);
		bottom: 207px;
	}
	p {
		line-height: 30px;
		font-size: 20px;
	}
	header p {
		line-height: 23px;
		font-size: 20px;
	}
  
  #mo-rtl {
    text-align: left;
    margin-right: 66px;
  }
	

}
input#input_8_0 {
    width: 50px;
    height: 20px;
}
label#label_input_8_0 {
    color: #ffffff;
    font-family: futura-pt, sans-serif;
    font-size: 27px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.polling-text {
 text-align: center;
  color: white;
  font-family: arial;
}

.pdf-hold {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 30px;
  padding-bottom: 0;
  font-size: 1.2rem;
}