.background-img 
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background-image: url('./../images/beach-wallpaper.jpg'); opacity: 0.5; top:0;
	background-position: bottom;
	background-attachment:fixed;
	 background-repeat: no-repeat;
	z-index:-1;
}

.page-heading {width: 98.7%; min-height: 60px; background-color:#004D62; color:#fff; margin-bottom:20px; margin-left: auto;}
.page-heading  h2 {padding-top:14px; padding-left:15px;}
.page-heading  h2 small {color:#ccc;}

.about-page-heading {width: 100%; min-height: 60px; background-color:#004D62; color:#fff; margin-bottom:20px; margin-left: auto;}
.about-page-heading  h2 {padding-top:14px; padding-left:15px;}
.about-page-heading  h2 small {color:#ccc;}

.featured:hover {text-decoration:none;}
.featured:hover  > .featured-image{background-color:#00A8D5;}
.featured-image {width:100%; height:100%; background-color:#004D62; color:#fff; padding-top:22px; padding-bottom:21px;}

.home-post {width: 98.7%; min-height: 60px; background-color:#0085AC; color:#fff; margin-top:20px; margin-left: auto;}
.home-post p {width:95%; margin-left:auto; margin-right:auto; padding-top:10px;}

.about-image {width:100%;}
.about-text {width:100%; background-color:#0085AC; color:#fff; padding-top:10px; padding-bottom:25px;}
.about-text h2 {padding-left:25px;}
.about-text p {width:90%; margin:auto;}

.web-footer {width:100%; min-height:70px; background-color:#e7e7e7; z-index:999999; opacity:1.0; margin:0; padding:0;}

.about-btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.about-btn-primary {
  margin-left:25px;
  color: #262626;
  background-color: #fff;
  border-color: #00A8D5;
 }
 
 .about-btn-primary:hover {
	background-color:#004D62;
	color: #fff;
	text-decoration:none;
 }
 
.key-features-heading {padding-left:25px;}
.key-features{margin-left:25px;}
.key-features li{}

.gallery-header a {text-decoration:none;}
.gallery-header a:hover, .gallery-header a:active {text-decoration:none;}
.gallery-header a:hover > .about-page-heading, .gallery-header a:active > .about-page-heading {background-color:#00A8D5;}



#apartment-images {transition: all 0.25s ease-out;}
#area-images {transition: all 0.25s ease-out;}
	
	
.google-map {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }