nav a{
    color:white;
}



.highlight{
    background-color:#FF0000;
}

h1 {
    text-align: center;

}


.parallax {
  /* The image used */
  background-image: url("https://codehs.com/uploads/5343f1cc1a656b9bc7db7ab239d9db5b");

  /* Set a specific height */
  min-height: 750px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-attachment: scroll; */
}
</style>

/*@media only screen (max-width: 980){
.parallax {
background-attachment: scroll; 
}
     body { background-color: #1abc9c; }


*/
h1 {
    text-align: center;
    padding: 20px;
    color: White;
}

h1{
    text-align:center;
}

.footernote{
    text-align:center;
}