html {
  margin:0;
  padding:0;
  height:100%;
}

body {
  background-image: url('../images/bg/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Droid Serif', serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

#navbar {
  background-color: #000000;
}

#gallery {
  width:20%;
  float: left;
}

#gallery-image {
  width: 100%;
  /*height: 400px;*/
}

#nav {
  background-color: #ffffff;
  text-align: center;
}

#naElements {
  margin:0 auto;
}

a:hover {
  background-color: grey;
}

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

nav a {
  color: black;
  font-size: 125%;
}

nav a:hover {
  color: #583B1C;
  background-color: black;
}

nav a:active {
  background-color: black;
}

#staticBackground {
  background-color: #ffffff;
  border-radius: 2px;
  height: 600px;
  margin-top: 2%;
}

#content {
  padding: 2%;
}

#button {
  background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#button a {
  text-decoration: none;
  color: white;
}

#button:hover {
  background-color: #6666ff;
  color: white;
}

#images {
  height: 400px;
}

#menuButton {
  background-color: white;
  color: black;
  width: 100%;
  height: 50px;
  display: none;
}

#menu1 {
  padding-top: 1%;
}

@media only screen and (max-width: 700px) {
  #menuButton {
    background-color: white;
    color: black;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 5px;
  }
  #navElements {
    display: none;
  }
}
