body, html {
    height:100%;
    padding:0;
    margin:0;
    color: white;
    //font-family: Georgia, serif;
    //font-family: Arial, Helvetica, sans-serif;
    font-family: 'EB Garamond', serif;
    //font-family: 'Raleway', sans-serif;
}

a {
    color: #CD0000; 
    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 {
    padding-top: 7.8%;
    text-align: center;   
    color: #FFFFFF;
}

.first-image-header{
    font-size: 2.2em;
    margin-bottom: 25px;
}

.first-image-text-chunk{
    font-size: 2em;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

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

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

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .first-image img {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}