* {
  margin: 0px;
}


/* unvisited link */
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
}









header {
  width: 100vw;
  height: 20%;

  border-width: thin;
  
  /*background: gray;
 /*min-height: 20%;
  max-height: 20%;*/
}


h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size:7vw;
  color: orange;
  margin-top: 0;
  margin-bottom: 0;
}

h1:hover {
  font-style:italic;
}


h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size:2vw;
  
  text-align: right;
  
  margin-top: 0;
  margin-bottom: 0;
}






section {
    width: 100vw;
  height: 80%;
  /*background: red
  
  /*min-height: 75%;
  max-height: 75%;*/
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size:1.5vw;
  margin-top: 0;
  margin-bottom: 0;
}

img {
  text-align:left;
  width: 100%;
    max-width:100%;
  height: 30rem;
      max-width:100%;
}






footer {
  width: 100vw;
  height: 5%;
  /*background: yellow;
  
 /*  position: fixed;*/
  
/*  min-height: 5%;
  max-height: 5%;*/
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size:1.5vw;
  
  margin-top: 0;
  margin-bottom: 0;
}
