body{
 background: beige;
 text-align: center;
}

.header {
  filter: sepia(65%);
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/33/TheSanJuanNews.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px;
}



.index-pic img { 
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  border:3px solid lightblue;
  float: right;
  box-shadow: 3px 3px #78bed2;
  margin-bottom: 2rem;
}

h1{
    color:Crimson;
    background-color: white;
    line-height: 1.5;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    text-shadow: 1px 1px 1px darkred;
}

#g-question{
    color:lightblue;
    background-color:white;
    text-shadow: 1px 1px 1px #78bed2;
    line-height: 1.5;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: -1rem;
}

#timeline{
    color:lightblue;
    background-color:white;
    text-shadow: 1px 1px 1px #78bed2;
    line-height: 1.5;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: lightblue;
  text-align: center;
}

li {
  float: left;
  text-align: center;
  
  
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: Crimson;
}

li a:hover {
  background-color: #78bed2;
}

.footer {
  background-color: lightblue;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

.button {
  background-color: white;
  border: none;
  color: Crimson;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 3px 3px #78bed2;
  transition-duration: 0.4s
}

.button:hover {
  background-color: Crimson;
  color: white;
}

h4{
    color:Crimson;
    text-decoration: underline;
    line-height: 1.5;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}

.court img{
    float:left;
    width: 300px; 
    height: 200px; 
    border:3px solid lightblue;
    box-shadow: 3px 3px #78bed2;
}

.court-text p{
    text-align:left;
    margin-left: 320px;
}

.isa img{
    float:left;
    width: 200px; 
    height: auto;
    border:3px solid lightblue;
    box-shadow: 3px 3px #78bed2;
}

.isa-text p{
    text-align:left;
    margin-left: 220px;
}

.Big-W img{
    float:right;
    width: 200px; 
    height: auto;
    border:3px solid lightblue;
    box-shadow: 3px 3px #78bed2;
}

.Big-W-Text p{
    text-align:left;
    margin-right: 220px;
    margin-left:7px;
}

.wmb {
    background-color:FloralWhite;
    padding-bottom:0.1px;
    margin-bottom:15px;
}

.nic {
    background-color:FloralWhite;
    padding-bottom:55px;
    margin-bottom:15px;
}