/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Massive
*/
 /*//////////////////////////////FONTS//////////////////////////////////////*/
 * {
	box-sizing: border-box;
 }
 html, body {
  scroll-behavior: smooth !important;
	color: #006699;
  font-family: "news-gothic-std",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	line-height: 16pt;
	padding: 0px;
	margin: 0px;
 }
 p{
	color: #006699;
    font-family: "news-gothic-std",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	line-height: 16pt;
	padding: 10px;
 }
 
h1{
	color:#fff;
    font-family: "news-gothic-std",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34pt;
	line-height: 56pt;
	padding: 10px 10px 30px 10px;
 }
 
h1.button{
	font-size: 34pt;
	font-weight: 300;
	line-height: 20pt;
	padding: 80px 20px 0px 20px;
	text-align: center;
	color: #333333;
}

h1.button a{
	color: #fff;
	padding: 25px 20px 20px 20px;
	border-radius: 10px;
	background-color: #a90000;
	text-decoration: none;
}

h1.button a:hover{
	color: #fff;
	background-color: #8DC63F;
}
 
h2{
	color: #006699;
    font-family: "news-gothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18pt;
	line-height: 20pt;
	padding: 10px;
 }
 
 h2.form{
	color:#fff;
    font-family: "news-gothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18pt;
	line-height: 20pt;
	padding: 10px 0px 10px 0px;
 }
 
 


 #green{
	 color: #8DC63F;
 }
 
 #white{
	 color: #fff;
 }
 
 #blue{
	 color: #006699;
 }
 
 #blog_quote{
	 color: #006699;
	 line-height: 38pt;
 }
 
#black{
	 color: #000;
 }
 
 #c_middle{
	 line-height: 18pt;
	 color: #006699;
	 text-align: center;
 }
 
 #tp{
	 padding: 20px;
 }

 
 /*//////////////////////////////NAVIGATION//////////////////////////////////////*/
 
nav {
	display: block;
	width: 100%;
	height: 125px;
	background-color: #006699;
	box-shadow: 0px 5px 10px rgba(25, 25, 25, .5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 150;
}
nav.loggedIn {
	top: 32px;
}
#navInner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.linkList {
	display: flex;
	align-items: flex-start;
	justify-content: right;
}
.linkList a  {
	color: #fff;
	text-decoration: none;
	height: 125px;
	display: block;
	padding-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: auto;
}
.linkList a:hover, #donate:hover {
	background-color: #8DC63F;
}
#donate{
	background-color: #a90000;
}
#burgerBTN {
	position: relative;
	background-color: #006699;
	width: 50px;
	height: 50px;
	border: 0px;
	margin-top: 37px;
	display: none;
}
#burgerBTN:hover {
	background-color: #8DC63F;
	cursor: pointer;
}
.burgerIcon {
	filter: invert(100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faded {
	opacity: 0;
	transition: .2s;
}
#logo {
	width: 200px;
}

/*//////////////////////////////MAIN IMAGE//////////////////////////////////////*/

#gallatin{
  height: 650px;
	background-image: url(../img/background_pope.jpg);
	background-size: cover;
	background-position: right top;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 100px;
	position: relative;

}
#headline{
	font-size: 48pt;
	line-height: 50pt;
	padding-top: 40px;
	width: fit-content;
	position: absolute;
	bottom: 25px;
	left: 25px;
	text-shadow: 0px 0px 15px rgba(25, 25, 25, .5);
}

#highlight{
	background-color: #99cc33;
	padding: 15px 20px 8px 20px;
}

h1.pope_headline{
	font-size: 46pt;
	text-align: center;
	color: #000;
}

h1.pope_proven{
	font-size: 26pt;
	font-weight: 400;
	text-align: center;
	background-color: #006699;
	padding: 15px 20px 6px 20px;
}

#check{
	vertical-align: middle;
}

#break{
	height: 20px;
}

/*//////////////////////////////ABOUT//////////////////////////////////////*/

#about{
	padding: 0px 0px 60px 0px;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	margin-top: 25px;
	position: relative;
}


#highlight2{
	background-color: #006699;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: -55px;
	position: relative;
}

#tp{
	font-weight: 100;
	font-size: 30pt;
	text-align: center;
	line-height: 38pt;
}
h2.green {
	font-size: 24pt;
	color: #99cc33;
	font-weight: 400;
	margin-top: -55px;
}
.small{
	font-size: 24pt;
	color: #99cc33;
}

/*//////////////////////////////ISSUES//////////////////////////////////////*/

#issues{
	padding: 100px 0px 80px 0px;
	background: #e9e9e9;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 15px #999999;
	-webkit-box-shadow: 0px 0px 15px #999999;
	box-shadow: 0px 0px 15px #999999;
}
#issues h1 {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.issueFlex {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.issueFlex div {
	width: calc(33% - 20px);
}

/*//////////////////////////////GIVE//////////////////////////////////////*/

#give{
	min-height: 425px;
	padding-top: 140px;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 15px #999999;
	-webkit-box-shadow: 0px 0px 15px #999999;
	box-shadow: 0px 0px 15px #999999;
}


/*//////////////////////////////VOLUNTEER//////////////////////////////////////*/

#volunteer{
	padding: 80px 0px 80px 0px;
	background: #006699;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 15px #999999;
	-webkit-box-shadow: 0px 0px 15px #999999;
	box-shadow: 0px 0px 15px #999999;
	color: #fff !important;
}
#volunteer h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1;
}
.volunteerFlex {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	gap: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.volunteerColumn {
	width: calc(33% - 20px);
}
#formResponse {
	height: 55px;
	color: #fff;
}
#formResponse b {
	color: #fff !important;
	font-size: 18px;
}
input.textfield{
	width: 325px;
}
input{
	font-family: "news-gothic-std",sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 16pt;
	border: 0px;
	border-radius: 5px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	color: #333333;
}

input[type="submit"]{
	padding: 12px 10px 10px 10px;
	background-color: #99cc33;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: "news-gothic-std",sans-serif;
	font-size: 34px;
	font-weight: 400;
}

input[type="submit"]:hover{
	background-color: #fff;
	color: #000;
}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

/*//////////////////////////////EMAIL//////////////////////////////////////*/

#email{
	padding-top: 100px;
}

/*//////////////////////////////BLOG//////////////////////////////////////*/

.blogWrapper {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	margin-top: 75px;
	padding: 0px;
}

.blogWrapper h1 {
	color: #006699;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.blogWrapper h2,
.blogWrapper p {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

.blogWrapper h2 a, .blogWrapper h2 {
	font-size: 40px;
	font-weight: 400;
	color: #99cc33;
	line-height: 1.5;
}
.blogWrapper h2 a:hover {
	color: #a90000;
}
.blogWrapper a {
	text-decoration: none;
	color: #006699;
	font-weight: 900;
}

.blogWrapper a:hover{
	color: #99cc33;
}

.blogWrapper article {
	border-bottom: 2px solid #006699;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.blogWrapper article:last-of-type {
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.blogWrapper .paginatedLinks {
	margin-bottom: 50px;
	font-size: x-large;
}
.paginatedLinks a {
	margin-right: 25px;
}
.paginatedLinks span {
	margin-right: 25px;
	border-bottom: 3px solid #8DC63F;
}


/*//////////////////////////////CONTACT//////////////////////////////////////*/

.contactColumn {
   color: #fff;
   font-family: "news-gothic-std",sans-serif;
}
#nameInput, #addressInput, #emailInput, #phoneInput {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.contactColumn label {
    font-size: larger;
}
.contactColumn h1 {
    margin-top: 0px;
    margin-bottom: 0px !important;
    padding: 0px;
    padding-bottom: 0px;
}
.contactColumn h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
}
#submitBTN {
    margin-top: 25px;
}
#contact {
	padding: 40px 0px 80px 0px;
	background: #fff;
	overflow: hidden;
}


.dem{
	padding: 20px;
}

hr{
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #006699;
    padding: 20px;
}
#districtMapLink {
    display: block;
    height: fit-content;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #a90000;
    text-align: center;
    font-family: "news-gothic-std",sans-serif;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 15px;
    transition: .2s;
}
#districtMapLink div:first-child {
    color: #a90000;
    padding: 5px;
    transition: .2s;
}
#districtMapLink div:last-child {
    color: #fff;
    background-color: #a90000;
    padding: 5px;
    transition: .2s;
}
#districtMapLink:hover div:first-child {
    color: #fff;
    background-color: #a90000;
    transition: .2s;
}
#districtMapLink:hover div:last-child {
    color: #a90000;
    background-color: #fff;
    padding: 5px;
    transition: .2s;
}
.social{
    display: flex;
    align-items: center;
    justify-content: center;
		height: fit-content;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
}

#fb, #twitter {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	float: left;
	/*background-color: #006699;*/
	background-color: #006699;
	border-radius: 25px;
}

#fb a, #twitter {
	display: block;
}

#fb a:hover, #twitter:hover {
	background-color: #99cc33;
	border-radius: 25px;
}

#mail {
	width: 50px;
	height: 50px;
	float: right;
	background-color: #006699;
	border-radius: 25px;
}

#mail a{
	display: block;
}

#mail a:hover{
	background-color: #99cc33;
	border-radius: 25px;
}



/*//////////////////////////////FOOTER//////////////////////////////////////*/

#footer{
	padding-top: 40px;
	background: #006699;
	overflow: hidden;
	text-align: center;
	-moz-box-shadow: 0px 0px 15px #999999;
	-webkit-box-shadow: 0px 0px 15px #999999;
	box-shadow: 0px 0px 15px #999999;
}

.footer{
	color:#fff;
	font-size: 10pt;
}

/******************************************************************
*
*          Mobile Stuff
*
*******************************************************************/

@media screen and (max-width: 1050px) {
	#logo {
		width: 150px;
		height: auto;
	}
	.linkList a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.issueFlex div {
		width: calc(50% - 20px);
	}
	.volunteerFlex {
		flex-wrap: wrap;
	}
	.volunteerColumn:first-of-type {
		width: 100%;
	}
	.volunteerColumn {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 860px) {
	nav {
		height: fit-content;
	}
	#burgerBTN {
		display: block;
		margin-right: 0px;
		margin-top: 15px;
	}
	#logo {
		width: 100px;
	}
	.issueFlex div {
		width: 100%;
	}
	.volunteerColumn {
		width: 100%;
	}
	.linkList {
		position: absolute;
		top: 80px;
		right: 0px;
		flex-flow: column;
		background-color: #006699;
		text-align: right;
		box-shadow: 0px 10px 10px rgba(25, 25, 25, .5);
		width: fit-content;
		padding-left: 15px;
		padding-bottom: 0px;
		height: fit-content;
		max-height: 0px;
		overflow-y: hidden;
		transition: .2s;
	}
	.linkList a {
		height: fit-content;
		padding: 10px;
		width: fit-content;
		margin-left: auto;
		margin-right: 0px;
	}
	.linkList.expanded {
		max-height: 500px;
		padding-bottom: 15px;
		transition: .2s;
	}
	#gallatin {
		margin-top: 50px;
		height: 350px;
	}
	#gallatin h1 {
		font-size: 40px;
		line-height: 1.25;
	}
	#highlight2 h1 {
		font-size: 20px;
		line-height: 1.25;
	}
	#districtMapLink {
		margin-left: auto;
		margin-right: auto;
	}
}