@charset "UTF-8";
/* Fonts */
@font-face { font-family: "Gotham"; src: url('https://lulu.armadillastrategies.com/fonts/Gotham-Black.otf'); } 

 @font-face { font-family: "Gotham-Ultra"; font-weight: bold; src: url('https://lulu.armadillastrategies.com/fonts/Gotham-Ultra.otf');}

@font-face { font-family: "Gotham"; src: url("../fonts/Gotham-Black.otf"); } 

 @font-face { font-family: "Gotham-Ultra"; font-weight: bold; src: url('../fonts/fonts/Gotham-Ultra.otf');}



body {
	font-family: Gotham;
	margin: auto;
	font-style: normal;
	font-weight: 200;
	

}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

/* Container */
.container {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.content {
	margin: auto !important;
	width: 100%;
	text-align: center; 
	background-color:  transparent !important;
	display: inline-block;
}

.page-title {
	display: inline-block;
	color:#212f64;
	font-size: 4em;
	font-weight: bold;
	margin: 50px auto 10px auto;
}

.content-block {
	margin: auto;
	width: 90%;
	max-width: 1000px;
	font-size: 1em;
}

#about {
	padding: 0px !important;
}

.content-block p {

font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5em;
color: #212f64;
text-align: left;
}

.top-link {
    color: #c02032;
    padding: .5em .5em;
    text-decoration: none;
	text-transform: uppercase;
	border: 2px solid;
}


.issues-grid {
	width: 100% !important;
	text-align: center;
	padding: 0;
	margin: auto;
}

.issues-grid li{
    display: inline-block;
    list-style-type: none;
}

.issues-grid > li > a {
    color: #ffffff;
    display: inline-block;
    line-height: 1em;
    padding: 10px;
    text-decoration: none;
	text-transform: uppercase;
	border: 2px solid;
	width: 300px;
	text-align: left;
	height: 30px;
	vertical-align: middle;
	background-color: #c02032;
}

.issues-grid > li > a:hover {
    color: #FFFFFF;
	background-color: #212f64;
	border: 2px solid;
}



#issues {
	width: 100% !important;
	max-width: 1000px;
	margin: auto;
	padding: 0px;
}

#issues li{
    display: inline-block;
    list-style-type: none;
}

#issues > li > a {
    color: #c02032;
    display: inline-block;
    line-height: 1em;
    padding: .5em .5em;
    text-decoration: none;
	text-transform: uppercase;
	border: 2px solid;
	margin-top: .5em;
}

#issues > li > a:hover {
    color: #FFFFFF;
	background-color: #c02032;
	border: 2px solid;
}

/* Hero Section */
.hero {
	max-height: 1080px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow: hidden;
	background-image: url("../images/Lulu_Seikaly_for_Congress_Hero.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
	height: 1080px;
    margin-top: 100px;
}

.video-hero {
	position:relative;
    margin-top: 100px;
	background-image: url("../images/Lulu_Seikaly_for_Congress_Hero.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
    overflow: hidden;
}

#myVideo {
  right: 0;
  bottom: 0;
    width: 100%;
    margin-bottom: -10px;
}

.slogan {
    position: absolute;
    margin-top: 43%;
    width: 100%;
    text-align: center;
    color: #fff; 
    font-size: 5vw;
    text-shadow: 2px 2px 20px #000;
}

.about-lulu {
	max-height: 1080px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow: hidden;
	background-image: url("../images/Lulu_Seikaly_for_Congress_Hero.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
	height: 970px;
}


#Lulu_Hero {
	margin-top: -100px;
}
/* Navigation */
header {
	width: 100%;
	background-color: rgba(255,255,255, .5);
	position: fixed;
right: 0;
left: 0;
    margin-top: -100px;
    z-index: 999;
}

nav {
	width: 100%;
	float: left;
	background-color: rgba(255,255,255, 1);
	box-shadow: -1px 1px 10px #e2e2e2;
}

#header_logo {
	display: none;
}

.nav_logo {
	float: left;
	position: relative;
	padding: 15px;
}

.header_icons {
	text-align: right !important;
	margin-right: 5px;
}

.header_icons a {
	color: #212f64;
	font-size: 20px;
}

.topnav {
 	float: right;
	text-align: right;
	right: 0;
}

.topnav a {
  float: none;
  display: inline-block;
  color: #212f64;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #212f64;
  color: #fff;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.donate-hero {
    border-color: transparent;
    background: #c02032;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 100px;
	width: 100px;
	text-shadow: none !important;
}

.donate-hero-mobile {
    border-color: transparent;
    background: #c02032;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 100px;
	width: 100px;
	text-shadow: none !important;
	height: 16px;
	
}



.mobile-donate a {
  float: right;
  display: inline-block;
  color: #212f64;
  text-align: center;
  padding: 18px 10px;
  text-decoration: none;
  font-size: 15px;
}

.mobile_logo {
	display: none;
}

#mobile-donate-button {
		display: none;
	}


.hero_mail {
	position: absolute;
	margin-top: 20%;
	margin-left: 5%;
	width: 50%;
}

.form-wrapper {
	margin: auto;
	width: 100% !important;
	text-align: center !important;
	
}

/* About Section */

.about h2 {
	padding-left: 20px;
	font-size: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_column {
	width: 25%;
	font-weight: 500;
	line-height: 20px;
	float: left;
	text-align: center;
	color: #000000;
}
.about {
	display: inline-block;
	background-color: #212f64;
	margin-top: 0px;
	width: 100%;
}

.text_column a {
	text-decoration: none;
	color: #FFF;
}

.text_column:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #c02032;
}


/* Parallax Section */
.banner {
	background-image: url(../images/parallax.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	float: left !important;
	width: 100%;
}


/* DONATE SECTION ------------------------------------------------------------*/

.donation-links-wrapper {
	width: 100%;
	text-align: center;
	margin: 200px 0px;
}

.donate-a-btn {
    background: #fff;
    font-size: 30px;
    color: #212f64;
    text-decoration: none;
    width: 150px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    text-align: center;
    font-weight: 900;
    padding: 6px 0;
	box-shadow: 2px 2px 2px #000;
}

.donate-a-btn:nth-of-type(2) {
    margin: 0 1%;
}

.donate-a-btn span {
    font-size: 28px;
    color: #c02032 !important;
    font-weight: 900;
}

.donate-a-btn:hover span {
    font-size: 28px;
    color: #fff !important;
    font-weight: 900;
	transition: all 0.5s ease-in-out;
}

.large-donate-btn {
    border-color: transparent;
    background: #c02032;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    width: 200px;
    margin-left: 1%;
    padding: 6px 0;
    vertical-align: top;
}

.donate-a-btn:hover {
    background-color: #001C60;
    color: #fff;
}


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	float: left;
}
.footer_column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
	padding: 0px 5%;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.disclaimer {
	width: 300px;
	color: #fff;
	border: 2px;
	border-style: solid;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	margin: auto;
	font-size: 12px;
}

.copyright {
	text-align: center;
	padding: 20px 0px;
	background-color: #c02032;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	float: left;
	width: 100%;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}
.footer_banner {
	background-color: #001C60;
	margin-bottom: 0px;
	color: #fff;
	float: left;
	width: 100%;
	padding: 20px 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

.footer_header {
	text-align: center;
	font-size: 30px;
}

.footer_header img {
	margin-bottom: -25px;
}

.footer_header a {
	text-decoration: none;
	color: #fff;
}

.eventblock {
	max-width: 700px;
	width: 100%;
	background-color: #cccccc;
	margin: auto;
}


.eventdetails {
	width: 420px;
	background-color: #E77072;
	float: left;
}
