/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #pic1{
    height: 400px;
  }

  #pic2{
    width: 200px;
  }

table {
  width: 100%;
}

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #pic1{
    height: 400px;
  } 

  #pic2{
    width: 250px;
  }

table {
  width: 100%;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #pic1{
    height: 500px;
  } 
  #pic2{
    width: 300px;
  }

table {
  width: 100%;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #pic1{
    height: 500px;
  } 
  #pic2{
    width: 350px;
  }

table {
  width: 100%;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #pic1{
    height: 600px;
  } 

  #pic2{
    width: 400px;
  }


}


/* comment */

ul {
  list-style-type: circle;
}

a:visited, a:link {
  text-decoration: none;
  color: navy;
}

#spacer {
  background-image: url("img/town.png");
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  width: 100%;
  background-size: cover;

}

#header {
  z-index: 2;
  width: 100%;
  color: navy;
  text-align: center;
  background-color: white; 
  td {
    padding: 20px;
  }
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;

}   

#bio {
  position: relative;
  top: -80px;
  bottom: 100%;
  background-image: 
   linear-gradient(rgba(0,0,0,0), 
rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1),
rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1),
rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1),
rgba(0,0,0,1),  rgba(0,0,0,1));
  color: white;
  height: 1500px;
  td {
    padding: 40px;
    text-align: left;
  }



  table {
    padding-top:180px;
    font-size: 150%;
    color: white;
  }

 margin: auto;

}
