html, body {
	zoom: 133%
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  line-height: 1.5;
}

body {
  font-family: 'Lato', sans-serif;
  background-image: url("images/images003e.jpeg");
  background-position: center top;
  background-size: cover;
  margin: 0;
}

.page-title {
  text-align: center;
  font-weight: 600;
}

.page-description {
  border: 1px Transparent #000;
  text-align: center;
  padding: .5px;
}
.list {
  text-align: center;
  padding: 30px;
}
.list1 {
  text-align: center;
}
.list2 {
  text-align: center;
  line-height: 1.2;
}
.listr {
  margin-right: 30px;
  text-align: center;
  padding: 30px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
    .google-maps {
    overflow:hidden;
    padding-bottom:10%;
    position:relative;
    height:0;
    }
    .google-maps iframe {
       left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
</style>

.gallery-item {
   margin: 20px;
   border: 5px solid #FFF;
}

.gallery-item .thumbnail {
    width:  286px;
    height: 172px;
}
.image-wrapper {
    position: relative;
    width: 250px;
}
.image-wrapper p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    
    color:   #f92012  ;
    margin: 5px;
}

/* FOOTER NAVIGATION */

nav {
  'background-color: #FFF;
  }

nav li {
  margin: 0;
  padding: 0 10px;
  display: inline;
}

nav ul {
  display: inline;
}

.contact-btn {
float: right;
}

.contact-btn a {
  margin-right: 30px;
  padding: 8px 18px;
  border: 1px solid #204156;

}

.contact-btn a:active {
  position: relative;
  bottom: 2px;  
}

nav a {
  height: 60px;
  line-height: 60px;
  color: #204156;
  text-decoration: none;
}
}

.download-lnk {
float: right;
}
.download-lnk a {
  margin-right: 30px;
  padding: 8px 18px;
  border: 0;

}

