html {
  background: #C77A16 url(images/bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

logo {
  position: absolute;
  left: 10px;
  top: 60px;
  z-index: 1;
}

leftlogo {
  float:  left;
  margin: 0 10px 10px 0;
}

mainimage {
  position: absolute;
  left: 1px; 
  top: 50px;
  z-index: -1;
  width:  100%;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-family:  "Veranda", sans-serif;
    font-weight:  bold;
}

li.menu {
    float: left;
}

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

/* Change the link color to #111 (black) on hover */
li.menu a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

ul {
    font-family:  "Veranda", sans-serif;
    font-weight:  normal;
    color:  white;
}

h1 {
  font-family:  "Veranda", sans-serif;
  font-weight:  bold;
  color:  white;
}

h2 {
  font-family:  "Veranda", sans-serif;
  font-weight:  bold;
  color:  white;
}

h3 {
  font-family:  "Veranda", sans-serif;
  font-weight:  bold;
  color:  white;
}

p {
  font-family:  "Veranda", sans-serif;
  font-weight:  normal;
  color:  white;
}

