body{
    background:url(../images/bk1.jpeg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: 0px -525px;
}
body.property{
    background:none;
}
.error{
 color:red;
}
 .navbar-nav img {
    display: block;
    width: 67px;
  }

.btn-primary {
    color: #fff;
    background-color: #26b5a2;
    border-color: #26b5a2;
}
.btn-primary:hover {
    color: #fff;
    background-color: #30f0d6;
    border-color: #30f0d6;
}
iframe{
    width:100%;
}
footer{
    background: #f1f1f1;
}
footer a{
    color:#58b2a3;
}
.show{display:none;}
.vac2 {
    border-bottom: 1px gainsboro solid;
    padding-bottom: 7px;
    padding-top: 15px;
}
@media screen and (max-width: 991px) {
    .vac{
        display:none!important;
    }
    .show{display:block!important;}
  .navbar-brand img {
    display: block;
    width: 67px;
  }
  .navbar-nav img{
      display:none;
  }
  iframe{
      width:100%;
  }
    
}

@media screen and (max-width: 500px) {
    .h1, h1 {
        font-size: 1.5rem;
    }    
    .h2, h2 {
        font-size: 1.3rem;
    }
    
    body {
        background-size: 958px;  
        background-position: -400px -51px!important;
    }
    .navbar-nav .btn-primary{
        font-size: 11px;
        margin-top: 6px !important;
        width: 100%;
        padding: 13px;
    }
    .navbar-nav a{position:unset!important;right:0!important;}
}