.view,
html {
  height:100%
}

.navbar {
  background-color: rgba(0,0,0,.4);
}

.page-footer,
.top-nav-collapse {
  background-color:#d9b77b;
}

@media only screen and (max-width:768px) {
  .navbar {
    background-color:#d9b77b;
 }
}
.small-logo {
  max-width: 10%;
  margin-left:10px;
  border-radius:5% !important;
  position: fixed;
}

.small-logo-2 {
  max-width: 20%;
  border-radius:5% !important;
}

/*Custom CSS Starts*/

.navbar .nav-item .nav-link {
    text-shadow:0.5px 0.5px 0.5px #000000;
    font-weight: 500;
}

.top-margin {
  margin-top:6%;
}

body {
  height: 0.1vh !important;
}

header {
  height: 0.1vh !important;
}

  /* background image for site */
      .home-bg {
        background:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../img/js-fences-19.jpg') no-repeat center center fixed;background-size: cover;
        width: 100%;
        height: auto;
      }

.text-info {
    color: #d6d3bf !important;
}

/*Contact Us Address*/
.address {
  font-weight: 500;
  font-size: 20px;
  color:#fff;
}
/*/Contact Us Address*/

h1,
h2,
h3,
h4,
h5 {
 color: #fff !important;
 text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}

.navbar-brand {
  text-shadow:0.5px 0.5px 0.5px #000000;
}

   .email {
      background-color:#fff;
      padding:1% 1% 1% 2%;
      border-radius:10px;
      font-weight:600;
      text-align:center;
      width:95%;
      font-size: 16px;
   }

.lg-footer-margin {
  margin-bottom: -24px;
}

.cards {
  width:50%;
}

.p-font {
  font-weight:400;
  color:#fff;
  text-shadow: 1px 1px 4px black, 0 0 4px black, 0 0 4px black;
}

.inner-container-bg {
  background-color:white !important;
  padding-top:0.01%;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.md-v-line {
position: absolute;
border-left: 1px solid rgba(0,0,0,.125);
height: 50px;
top:0px;
left:54px;

}

.list-group-item {
  font-weight: 600;
}

.services {
  font-weight: 600;
  font-size:18px;
  text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
  color:#fff;
}

@media only screen and (max-width: 1200px) {
  .top-margin {
    margin-top:12% !important;
  }
}

@media only screen and (max-width: 768px) {
  .top-margin {
    margin-top:25% !important;
  }
}

@media (max-width: 1920px) and (min-width: 540px) {
  .hide-on-desktop {
    display: none !important;
  }
 }

@media only screen and (max-width: 540px) {
    .hide-on-mobile {
      display: none !important;
    }
    .small-logo-2 {
      max-width: 35%;
    }
    .response-time-bg-footer {
      width:95% !important;
    }
    .br-on-desktop {
        display: none !important;
    }
    .br-on-mobile {
        display: inherit !important;
    }
    .center-mobile {
      text-align: center !important;
    }
    .top-margin {
      margin-top:35% !important;
    }
    .cards {
      width:60%;
    }
   .email {
      background-color:#fff;
      padding:1% 1% 1% 2%;
      border-radius:10px;
      font-weight:600;
      text-align:center;
      width:100%;
   }

  .bottom-logos img {
    width:34%;
    margin:1%;
    margin-bottom: 5%;
  }
  .mobile-text {
    font-size: 19px;
  }
  .outer-container-mobile-padding {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}

.discounts img {
  width: 250px;
  height: 319px;
}

/*Gallery*/
 .gallery {
  margin: 10px 50px;
}

.gallery img {
 transition: 1s;
 padding: 2px;
 width: 257px;
}

.gallery img:hover {
 filter:grayscale(100%);
 transform: scale(1.1);
}

@media only screen and (max-width: 554px) {
  .gallery img {
   width: 140px;
  }

}

@media (max-width: 768px) and (min-width: 555px) {
  .gallery img {
   width: 144px;
   padding: 1px;
  }
}
}
/*/Gallery*/

.bullets li {
 font-size:18px !important;
 font-weight: 600 !important;
}

.no-answer {
  color:#eeeeee !important;
  font-size:15px;
}

.br-on-mobile {
    display: none;
}

.alert-success {
  background-color:#005A30 !important;
  color:#fff;
}

.discounts img {
  width:750px;
  height:243px;
}
/*/Custom CSS Ends*/
