body {
    color:rgba(40, 12, 12, 1.0);
    background:rgba(40, 12, 12, 0.05);
    font-family: myriad-pro-semi-condensed-n4,myriad-pro-semi-condensed, 
                 Helvetica, sans-serif;
}
header {
    width:90%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    text-align:center;
}

#widarLogo {
    display:block;
    width:400px;
    opacity:0.4;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

nav {
  display: block;
  position: relative;
  width: 97.4%;
  font-size:smaller;
  border-style:solid;
  border-width: 1px;
  border-color: rgba(0, 64, 128, 0.5);
  background: rgba(0, 128, 255, 0.02);
  margin-bottom:60px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}

nav ul {
  /*width: 96%;*/ 
  list-style: none; /* no bullets, etc. */
  overflow: hidden; /* fixes layout problems */
  margin: 0;
  padding: 0;
}

/* Make the anchor fill the width, height
   of its parent 'li' 
nav ul li a {
    display: block; 
    width: 100%
}
*/

nav ul li#home {
    margin-top:40px;
}

/* Make it be horizontal */
nav ul li {
    width: 12%;   /* for fixed width of all items */
    float: left;
    margin: 8px 14px;
}

nav ul li a,
nav ul li a:focus,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:active {
    text-decoration: none;
    color: rgba(0, 50, 100, 1.0);
}
nav ul li a:hover{
    color: rgba(0, 50, 100, 0.3);
}
