/*
   Simple Base Stylesheet - http://fvsch.com/code/base-stylesheet/
   Helps makes browser default styles more consistent. Updated: 2011-10-02.
*/
body {
  margin-left:  20%;
  margin-right: 20%;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  font-size: 100%;
  color: black;
  background-color: white 
}
@media only screen and (max-device-width : 700px) { 
   body {
      font-size: 100%;
      margin-left:  5%;
      margin-right: 5%;
   }
}
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
ul.navbar a {
  text-decoration: none }
a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

img {
   max-width:80%;
   height:auto%;
}
@media only screen and (max-device-width : 700px) { 
   body {
      font-size: 100%;
      margin-left:  5%;
      margin-right: 5%;
   }
}
video {  
   max-width:100%; 
   height:auto%; 
}
@media only screen and (max-device-width : 700px) { 
   body {
      font-size: 100%;
      margin-left:  5%;
      margin-right: 5%;
   }
}
