body, html {
    height:100%;
    padding:0;
    margin:0;
    color: white;
    font-family: 'Arial', serif;
    src: url("https://fonts.googleapis.com/css?family=Arial' rel='stylesheet");
}

a {
    color: #FFFFFF; 
    text-decoration: none; 
}

.first-image{
    z-index: -100;
    position: absolute;
}

.first-image img{
      /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.first-image-text {
    
    margin: auto;
    margin-top: 5.8%;
    padding: 15px;

    text-align: left;   
    color: #FFFFFF;
    border-radius: 20px;
    width: 65%;
    background color: rgba(0, 0, 0, 0.8);
}

.first-image-header{
    font-size: 2.6em;
    width: 100%;
    text-align: center; 
    margin-bottom: 25px;
}

.first-image-text-chunk{
    font-size: 1.4em;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 9%;
    margin-right: 9%;
    text-align: center;
}

.first-image-link {
    font-size: 2em;
}

.bulleted-list ul {
    list-style-type: disc;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.short-bullets {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.petition-link{
  padding-bottom: 100px;
}



@media only screen and (max-width: 600px)  {
    .first-image-text {
    margin: auto;
    margin-top: 50px;
    text-align: left;   
    color: #FFFFFF;
    border-radius: 20px;
    width: 90%;
}

.first-image-header{
    font-size: 2.6em;
    width: 100%;
    text-align: center; 
    margin-bottom: 25px;
}

    .first-image-text-chunk {
    margin: auto;
    
    text-align: center;   
    color: #FFFFFF;
    border-radius: 20px;
    width: 90%;
}

.first-image img{
      /* Set rules to fill background */
  min-height: 100%;
  width: 100%;
	
  /* Set up proportionate scaling */
  width: auto;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
    
    
    


    
}
