
body {
font: 1em Georgia, "Times New Roman", Times, serif;
   color: #000; 
}


#logo { content: "<h1>CLEAN ENERGY FO(R ALL</h1>"; }

/* Layout
-------------------------------------------------------------- */

hr { 
  background:#E5E5E5; 
  color:#E5E5E5;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
   font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a img { border:none; }



/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
  color: blue;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  font-weight: normal;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

a[href^="/"]:after {
  content: " (https://cleanenergyforall.org/" attr(href) ") ";
}


/* Site Header
------------------------------------ */

header { 
  padding: 0 0 0 0;
  position: relative; 
  width: 100%;
}

/* Logo
------------------------------------ */

header .logo {
  width: 12em;
  display: block;
}

.st0{fill:#3fd5ae}
.st1{fill:#001a71}
.st2{fill:#ec0044}
			    

/* Donate Button
------------------------------------ */

header .donate { 
  display: none; 
} 


/* Hero
------------------------------------ */
.hero {
  position: relative;
  background: transparent; 
}

.hero .text {
  width: 100%;
  padding: 20px 2em 0;
}


.hero .text p {
  line-height: 1.25;
  font-size: 150%;
}  

.hero .background {
  display: none
}


/* Main
------------------------------------ */

main h1 {
  text-align: center;   
  color: black;
  text-transform: uppercase;  
  font-size: 200%;
  margin-bottom: .5em;
}


/* Site Wrap
------------------------------------ */

.wrap {
  position: relative;
  padding: 4em 1em;  
} 

/* About
------------------------------------ */

.about {
  padding: 2em 0 1em;
}

.about h2 {
  text-align: center;   
  text-transform: uppercase;  
  font-size: 240%;
}

.about ul {
  margin-left: 2em;
  margin-bottom: 1em;
}

.about p,
.about li {
  font-size: 120%;
  line-height: 1.4;
}

.about a {
  padding: .5em 1em;
  color: white;
  border-radius: 4px;
  background: rgba(0,0,0,.5);
	display: inline-block;
} 



/* Signup Form
------------------------------------ */

.hero-form,
.form-response {
	display: none;
}




/* Footer
------------------------------------ */

footer {
  color: #000000;
}

footer nav {
  padding: 0 0 1em;
  display: block;
}

footer nav a {
  padding: 1em 0;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 100%;
}

footer .paidfor {
  border: 1px solid rgba(0,0,0,.35);
  padding: .4em 1em;
  max-width: 650px;
  font-size: 75%;
  line-height: 1.3;
  display: table;
  margin: 0 auto;
}


/* -- Social Icons -- */
  
nav.social { 
  display: none;
}

