body
  {background-color: white;}

header h1
  {letter-spacing: 0.5em;}

header
  {text-align: center;
  font-family: georgia;}

header img
  {height: 150px;
  display: inline-block;}

header .widget ul
  {list-style-type: none;
  font-family: sans;
  text-transform: uppercase;
  font-weight: lighter;}

header .widget li
  {display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  transition: 0.5s ease all;
  border-bottom: 2px solid white;}

header .widget li:hover
  {border-bottom: 2px solid black;}


header h3
  {display: none;}

header a
  {color: black;
  text-decoration: none;}
  
#splash
  {margin: auto;
  display: block;
  width: 66%;}

.separator
  {margin: auto;
  width: 100%;
  max-width: 768px;
  display: block;}
  
#wrapper
  {max-width: 798px;
  margin: auto;
  display: block;}

.media
  {width: 100%;}