header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.jumbotron {
    /* height: 550px; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url(../img_stock_photos/bathroom-jumbotron.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh;
    /* background-attachment: fixed; */
    margin: 0 -5px;
   
  }
/* -------------------------   bathroom photo gallery -------------------------- */
.bathroom-showcase {
    list-style: none;
    width: 100%;
}
  
.bathroom-showcase li {
display: block;
float: left;
width: 33.333%;
padding: 2px;
}
  
.bathroom-photo {
height: 300px;
margin: 0;
overflow: hidden;
background-color: #000;
object-fit: cover;

}

.bathroom-photo img {
opacity: 0.6;
width: 100%;
height: 100%;
transform: scale(1.15);
transition: transform 0.5s, opacity 0.5s;
object-fit: cover;
object-position: center center;
}

.bathroom-photo img:hover {
opacity: 1;
transform: scale(1.03);
}

/* ----------------- contact-info ----------------------- */
.contact-info {
  background-color: #343a40;
  /* color: #007bff; */
  color: #fff;
}

/* ---------------------- footer --------------------------------------- */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.copywrite {
  color: #e9ecef;
}

/* ------------------------------ SOCIAL ICONS ------------------------------------ */
.bg-black {
background-color: #000;
}
.social a {
color: #e9ecef;
}

.fa-facebook:hover {
color: #3b5998;
}

.fa-instagram:hover {
color: #517fa4;
}

.fa-google-plus:hover {
color: #dc4e41;
}

.fa-twitter:hover {
color: #55acee;
}
