body, html {
    height:100%;
    width:100%;
    max-width:100%;
    padding:0;
    margin:0;
    color: black;
}

.video {
    volume: 100%;
}

.li {
    margin-right: -4%;
}

.a {
     
font-size: 1.88em;
    color: #FFFFFF;
    text-align: justify;
    margin-top: 5px;
    margin-left: 12.4%;
    margin-right: 12.4%;
background-color: #000000;
    text-decoration: none; 
}

.first-image-link {
    font-size: 1.88em;
    color: #FFFFFF;
    text-align: justify;
    margin-top: 5px;
    margin-left: 12.4%;
    margin-right: 12.4%;
background-color: #000000;
    text-decoration: none; 
}

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

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

.first-image-text {
    padding-top: 7.8%;
    text-align: center;   
    color: #FFFFFF;
background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.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;
background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

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

@media screen and (max-width: 1360px) { /* Specific to this particular image */
  .first-image img {
    width: 100%;
    margin:auto;
    min-height: 100%;
    
  }

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


  }





