#banner{
  text-align: center;
  color: white;
  background-color: black;
  opacity: 0.9;
}

.redU{
-webkit-text-decoration-color:#e03a6c;
    text-decoration-color: #e03a6c;
        text-decoration: underline;
}

.greenU{
-webkit-text-decoration-color: #35b72c;
text-decoration-color: #35b72c;
text-decoration: underline;
}

.noHr{
  display: none;
}

.blueU{
text-decoration: underline;
text-decoration-color: aquamarine;
-webkit-text-decoration-color: aquamarine;
}

.redHr{
  -webkit-filter: drop-shadow(5px 5px 8px #e03a6c);
  filter: drop-shadow(5px 5px 8px #e03a6c);
}

.greenHr{
  -webkit-filter: drop-shadow(5px 5px 8px #35b72c);
      filter: drop-shadow(5px 5px 8px #35b72c);
}

.blueHr{
  -webkit-filter: drop-shadow(5px 5px 8px aquamarine);
  filter: drop-shadow(5px 5px 8px aquamarine);
}

body, html {
    height: 100%;
   font-family: 'Encode Sans Expanded', sans-serif;
     -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button{
  opacity: 1;
  transition: all 0.3s ease 0s;
}


button:hover {
  opacity: 0.75;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption2 {
    position: relative;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    color: #000;
}

#cards .card{  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}

.card-img-top{
  max-height:180px;
  height: auto !important;
  min-height: 160px;
  border-radius: 5px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    border-radius: 0px;
    background-color: black;
    /* opacity: 0.8; */
}

.parallax {
    /* The image used */
    background-image: url('Images/piccadily2.jpg') ;
    background-color: black;
    opacity: 0.8;
    /* Full height */
    height: 420px; 
    max-width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
        background-position: 0px 30px;
    background-repeat: no-repeat;
    background-size: cover;
      -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  max-width:100%;
}

.parallax img{width:100%!important;height:100%!important}

.parallax span{

    opacity: 1;

}

#opening-image{
  width: 100%; max-height:420px; min-height: 175px;
  opacity: 0.9; size: auto !important;
}

.form-control{
  border-radius: 0px;
}

.form-control:focus{border-color: #ff3a61;  box-shadow: none; -webkit-box-shadow: none;} 
.has-error .form-control:focus{box-shadow: none; -webkit-box-shadow: none;}

.navbar{
      margin-bottom: 0px;
      border-radius: 0px;
}



.parallax2 {
    /* The image used */
    background-image: url('Images/garage.jpg');

    /* Full height */
    height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

#myBtn{
      position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    opacity: 0.8;
     width: 40px;
    height: 40px;
    display: block;
    border-radius: 15px;
    opacity: 0.6;
    right: 15px;
}

#bBanner{
  width: 100%; text-align: center; font-size: 32px; height: 150px; background-color: black;
}

.btn-primary {
  border-color: transparent;
}

.btn-primary:hover {
  border-color: transparent;
}

.card-img-top{
  width: 100%;
}

#productZ{
  background-color: #e03a6c;
}

#hire{
  background-color: #35b72c;
}

#productZ:hover{
  background-color: #e03a6c;

}

#hire:hover{
  background-color: #35b72c;
}

#cards .card:hover{
  opacity: 0.8;
}
.uLi span{
  font-size: 20px;  color:#35b72c;
}

.bL{
  border-left: solid;
  border-color: #333;
}

.bRi{
  border-right: solid;
  border-color: #333;
}

.parallax3 {
    /* The image used */
    background-image: url('Images/singer.jpg');

    /* Full height */
    height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

/*#products, #about-us, #contact-us, #home{
border-bottom: ridge;

}*/

.services{
  margin-left: 25%;
  font-size: 24px; font-weight: bold;
}

.services > li {
  color: red;
}

.services > li > span{
  color: #333;
}

.social img:hover{
  opacity: 0.9;
}

.av{text-transform: uppercase;}

#home:hover{
  border-color: lawngreen;

}

#products:hover{
  border-color: aquamarine;

}

#about-us:hover{
  border-color: chocolate;

}

#contact-us:hover{
  border-color: hotpink;

}

#loadImg{
  width:45%;
}

#listPros{
  padding-left:0px; padding-right:0px; height: 400px;
}

#cards .card{
  margin-bottom: 15px;
}

/*Shrink image at mobile width to make slide visible and readable by the user */
.smallerI{
  width:100%;
  height:400px;
}

.where{
  height:400px;
}

.smaller2{
  width: 100%;
  height: 440px;
}

.uLi li{
  margin-bottom: 15px;
  font-weight: bold;
}

.card-title{
  text-transform: uppercase;
}

.hideImg{display: block;}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax, .parallax2, .parallax3 {
        background-attachment: scroll;
    }
}
  @media only screen and (max-width: 991px) {
    .av{padding-bottom: 25px;}
    .card-img-top{
  width: 75%;
  margin-left: 12.5%;
}
 .bL {
    border-left: none;
  }

    .bRi{
      border-right: none;
    }

    .hdb{
      margin-left: 0%
    }
  }

  @media only screen and (max-width: 786px) {
    .caption{
      top:320px;
    }
    .parallax2{
      height: 890px;
    }
  }

    @media only screen and (max-width: 648px) {

.hideImg{display: none;}

    .parralax{
      height: 400px;
    }
    .services{
      margin-left: 12.5%;
    }
#loadImg{
  width: 90%;
}
#bBanner{
  width: 100%; text-align: center; font-size: 28px; height: 220px; background-color: black;
}


/*Shrink image at mobile width to make slide visible and readable by the user */
.smallerI{
    width:100%;
  height:320px;

}
.smaller2{
  width: 100%;
  height: 320px;
}
}

    @media only screen and (max-width: 480px) {

              .parallax2{
          height: 920px;
        }
        .card-img-top{
  width: 100%;
  margin-left: 0px;
}
        .parallax{
          height: 210px; 
        }
    
        .caption2{
          top:10%;
        }
    
        #bBanner{
          font-size: 20px;
          height:150px;
        }
    
        #listPros{
      padding-left:0px; padding-right:0px; height: 550px;
    }
    
    .where{
    
      height: auto;
    }
    .card-text h1{
        font-size:24px;
      }
    
      .card-text p{
          font-size:12px;
        }
    
    .noHr{
      display: block;
    }
 

}