@charset "utf-8";
/* CSS Document */

/* General */

.container-fluid{
	padding: 0rem;
}

.wrapper{
	padding: 0rem 2rem;
}

.list-group-item{
	font-size:1.25rem;
	line-height: 1.75rem;
	background-color: transparent;
	border: thin solid #d04c2d;
}

.card{
	margin-bottom: 2rem;
	text-align: center;
}

.section-head{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

/* Colors */

.text-jo-orange{
	color: #d04c2d;
}

.bg-jo-orange{
	background-color: #d04c2d;
}

/* Buttons */

.btn{
	font-sie: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: .5rem 2rem;
	margin: 0rem .25rem 1rem .25rem;
	border-radius: 25px;
	border: thin;
}

.btn-outline-jo{
	background-color: white;
	color: #d04c2d;
	border: solid #d04c2d;
}

.btn-outline-jo:hover{
	background-color: #d04c2d;
	color: white;
	border: solid #d04c2d;
}

.btn-jo-outline-white{
	background-color: #d04c2d;
	color: white;
	border: solid white;
}

.btn-jo-outline-white:hover{
	background-color: white;
	color: #d04c2d;
	border: solid white;
}

.btn-jo-outline-black{
	background-color: transparent;
	color: black;
	border: solid black;
}

.btn-jo-outline-black:hover{
	background-color: black;
	color: white;
	border: solid black;
}

/* Home */

#slider-section{
}

#slogan-section{
	font-size: 2.5rem;
	line-height: 3rem;
	padding: 0rem 0rem 2rem 0rem;
}

#dates{
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 700;
	padding: 1rem 0rem;
	border-top: thin dotted white;
	border-bottom: thin dotted white;
}

#home-intro{
	font-size: 2rem;
	line-height: 2.75rem;
	padding: 2rem 1rem;
}

#join-section{
	padding: 2rem 0rem;
	margin-top: -.5rem;
}

#join{
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#leader-section{
	padding: 2rem 0rem;
}

#leader-text-area{
	padding: 0rem;
}

#fight-section{
	padding: 2rem 0rem;
}

#marquee{
	font-size: 1.5rem;
	text-transform: uppercase;
}

#matters-section{
	padding: 2rem 0rem;
}

#pac-section{
	padding: 2rem 0rem;
}

#pac-logo{
	padding: 0rem 6rem 2rem 6rem;
}

#pac-text{
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-align: center;
}

#about-jo-section{
	padding: 2rem 0rem;
}

#meet-jo-pic{
	padding: 0rem 6rem 2rem 6rem;
}

#meet-jo{
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

#meet-jo-text{
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
}

#leadership-section{
	padding: 2rem 0rem;
}

#leadership-subhead{
	margin-top: 2rem;
}

#priorities-section{
	padding: 2rem 0rem 4rem 0rem;
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#priorities-head{
	color: #d04c2d;
	margin-bottom: 4rem;
}

.priorities-box{
	border: 2px solid #d04c2d;
	margin-bottom: 4rem;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.priority-image{
	margin: -3rem 0rem 1rem 0rem;
}

.priorities-head{
	font-size: 1.5em;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#involved-section{
	padding: 2rem 0rem 4rem 0rem;
}

#involved{
	color: #d04c2d;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#message-frame{
	padding: 2rem;
}

#message-picture{
	text-align: center;
	margin: -4rem auto 2rem auto;
	max-width: 40%;
}

#message-head{
	font-size: 2rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

#message-text{
	font-size: 1.5rem;
	line-height: 2rem;
}

/* Footer Section */

#footer-section{
	padding: 2rem 0rem;
}

#footer-logo{
	margin: -6rem auto 2rem auto;
	max-width: 50%;
}

#footer-name{
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 700;
}

#footer-address{
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 1rem 0rem;
}

#footer-phone{
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#social-head{
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

.fa-brands{
	font-size: 2rem;
	margin: 0rem .5rem;
	color: white;
}

#footer-disclaimer{
	margin-top: 2rem;
	display: inline-block;
	padding: .25rem 2rem;
	border: thin solid white;
}



