 /* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #a3a3a3;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  max-width: 1000px;
  text-align: center;
  margin:auto;
}
#wrapper{

background-color: #e7e7e7;
  width: 1000px;
  height: 130%;
  margin: auto;

}


html{
  margin:0;
  height: 100%;
}
body{
margin:0;
height: 100%;
min-height: 800px; 
  background-image: url("../web-content/images/BackgroundImage.jpg");
  background-repeat: repeat;
}
.images{

  size: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;

}

img{
    padding-bottom: 20px;
    height: auto;
    max-width: 100%;
    margin-top:  20px;  
  background-repeat: no-repeat;
  background-size: contain;

  float: left;

}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;

  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  max-width: 200px;
  font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
/* Change background on mouse-over */
.navbar a:hover {
  background: #333;
  
}

/* GOOGLE MAPS */
.mapouter{
  position:relative;
  text-align:right;
  max-height:200px;
  max-width:500px;
  float: right;

  }
  .gmap_canvas {
      max-height:150px;
    overflow:hidden;


}
/* END OF GOOGLE MAPS */
#about{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;

  max-width: 800px;
  margin:auto;
    text-align: center;
  padding:10px;
}
#headline{
  padding-top: 20px;
  font-size: 20;
  font-style: bold; 
  text-align: center;
  }

.footer{

  max-width: 1000px;
  background-color: #a3a3a3;
  padding:10;
  height: 150px;
  bottom: 0;
  text-align: center;

}
.footertext a{
  color: white;
  text-decoration: none;
  font-weight: bold;

}
.footertext a:hover{
    color: #333333;

}
.footertext{
  vertical-align: center;
  float:left;
  font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: white;
    margin-top: 15px;
  }

