/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

.cover {
  flex: 1;
}

.greyscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.title {
  margin: auto;
}

.thumb{
  margin-bottom: 35px;  
}

.page-top{
    margin-top:85px;
}

.zoom {
  width: 100%;
  height: 200px;
  border-radius:5px;
  object-fit:cover;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {

  border-bottom: none;
}

.modal-title {
    color:#000;
}

.modal-footer{
  display:none;  
}

.tile {
  background-size: cover;
  position: relative;
  height: 350px;
}
 
  #wphouse {
    background-image: url("../assets/images/ViewHousetile.png");
    
  }
  
  #contact {
    background-image: url("../assets/images/ParkHousetile.png");
    
  }

  #cntrl {
    background-image: url("../assets/images/ParkHousetile.png");
    
  }
  
  #pool {
    background-image: url("../assets/images/PoolHousetile.png");
    
  }

  #projects {
    background-image: url("../assets/images/ViewHousetile2.png");
    
  }

  #petrie {
    background-image: url("../assets/images/petrietce/AJ5385.jpg");
    
  }

  #redh {
    background-image: url("../assets/images/redhill/AJ6924.jpg");
    
  }
  
  #hilda {
    background-image: url("../assets/images/hilda/Hilda\ Street\ High\ Res-30.jpg");
    
  }
  
  .inset {
    background-color: #fff;
    color: #000;
    position: absolute;
    padding: 10px 10px;
    height: 10%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .inset h3 {
    font-size: 0.6em;
    font-weight: 800;
  }

  footer {
    flex-shrink: 0;
    margin-top: 85px;
    color: #fff;
    background-color: none;
    margin: 0 1rem 0 1rem;
    padding: 1rem;
  }
  
  footer hr {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }

  @media only screen and (max-width: 640px) {
    .title h1 {
        font-size: 3em;
    }

    .title h2 {
      font-size: 1.5em;
    }
  
    .navbar-brand {
      width:50%;
    }
  
    .masthead-brand {
      width:75%;
      height:75%;
      float: left;
    }
  
    #testimonial h3 {
      font-size: 0.5em;
    }
  
    #testimonial p {
      font-size: 0.45em;
    }
  } 