
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: #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 {
  padding: 15px;
  margin: auto;
  margin-top: 5.8%;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  width: 65%;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

.first-image-link {
    font-size: 1.65em;
    color: #0000dd;
    font-weight: bold;
}

.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;
}

.hidden {
    display: none;
}

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

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