@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
  text-align: justify;
  padding-top: 78px
}
.navbar-nav li{
  padding-right : 30px;
}
.nav-link {
  font-size: .9em;
}
.grow { 
  transition: all .2s ease-in-out; 
}
#mainNavigation a, span {
      font-family: 'Cabin', sans-serif;
      font-size:14px;
      text-transform:uppercase;
      letter-spacing:2px;
      text-shadow:1px 1px 2px rgba(0,0,0,0.4)
    }
      .navbar-nav{
        margin-left: 20px
      }
    .nav-item a{
      color:#3f3f3f;
    }
    .nav-item{
      min-width:12vw;
    }
    #mainNavigation {
      position:fixed;
      top:0;
      left:0;
      width:100%;
      z-index:123;
      padding-bottom:120px;
      background:#FFF;
      padding:12px;
    }
/*MAIN PAGE*/
.mainContent{
  margin-top: 157px;
}
.carousel-inner img{
  width: 100%;
  height: 100%;
}
.jumbotron{
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3m;
}
.padding {
  padding-bottom: 2rem;
}
.main{
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.main hr{
  border-top: 2px solid #b4b4b4;
  width: 65%;
  margin-top: .3rem;
  margin-bottom: .1rem;
  margin-left: auto;
  margin-right: auto;
}
.icons i{
  padding-bottom: 2rem;
}
.btn-primary{
  background-color: #1475b9;
  border: 1px solid #1475b9;
}
.philosophy {
  text-align: justify; 
  margin: 0 auto;
  max-width: 60em;
}
.philosophy h2{
  text-align: center;
}
.philosophy img{
  transform: translate(40%);

} 
.demoServices a {
    text-decoration: none;
    font-size: .9em;
    color: black;
}
.social a{
  font-size: 4em;
  padding-left: 2rem;
  padding-right: 2rem;
}
.fa-instagram{
  color: #517fa4;
}
.fa-yelp{
  color: #517fa4;
}
#fixed {
  background-image: url('img/screens.webp');
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/*FOOTER*/ 
footer { 
width: 100%;
background-color: #3f3f3f;
color: #d5d5d5;
padding-top: 2rem;
}
.description{
  text-align: center;
}
#footerhours{
  margin-left: 5rem;

}
footer a{
  text-decoration: none;
  color: #d5d5d5;
}
hr.light{
  border-top: 1px solid #d5d5d5;
  width: 55%;
  margin-top: .8rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
} 
hr.light2{
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-left: auto;
  margin-right: auto ;
  margin-top: .8rem;
  margin-bottom: 1rem;
} 
footer p{
  margin-bottom: 8px;
}
#serviceHeading{
  margin-top: 12px;
}

/*Services PAGE*/
.showcase a {
  text-decoration: none;
  font-size: .9em;
  color: #FFF;
}
#tableServices p{
  color: #FFF;
  text-align: left;
}
.byServices{
  background-image: url(img/bgservices.webp);
  background-size: cover;
}
.byServices small{
  color: #FFF;
}
.byServices h1{
  color:#3e3e3e;
  text-shadow: 1px 1px 2px #FFF;
  font-weight: bold;
}
#tableServices{
  width: 40%;
  display: table;
}
#tableServices>div>h3{
  width: 10%;
  display: table-cell;
  border: 2px solid white;
  vertical-align: top;
}
.productslabel{
  background-color: #007eee;
  color: #FFF;
  padding-left: 4.5rem;
}
#labelMounts{
  padding-left: 4.5rem;
}
#labelNeo{
  padding-right: 4.5rem;
}
.servicesLabel{
  color: #007eee;
}

/*PRIVACY PAGE*/
.byPrivacy{
  background-image: linear-gradient(to right, #2290b1, #6673c4);
}
.privacyWrap{
  width: 80%;
  text-align: justify;
}
.privacyWrap h3{
  margin-bottom:-8px;
}
.privacyWrap p{
  margin-top: 8px;
}
p.small{
  line-height: 0.9;
  
}
.privacyWrap table, th, td{
  border: 1px solid black;
  border-collapse: collapse;

}
.privacyWrap td{
  text-align: center;
}

/*QUOTE'S CONFIRMATION PAGE*/
.form-page{
  background-image: linear-gradient(to right, #2290b1, #6673c4);
  height: 90vh;
}
.form-page h1{
  color:#FFF;
  text-shadow: 1px 1px 10px #000;
}

/*CREDITS PAGE*/
.byCredits h1{
  color:#FFF;
  text-shadow: 1px 1px 10px #000;
}
.byCredits{
   background-image: linear-gradient(to right, #2290b1, #6673c4);
  background-size: cover;
}
.creditPages>p>a,h4{
  color: #FFF;
}

/*---Media Queries --*/

@media (max-width: 992px) {
  .social a{
    font-size: 3.5em;
    padding: 2rem;
}
#fixed {
  background-image: url('img/screens-lg.webp');
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.headingColumn{
  text-align: center;
}
}
@media(min-width:768px){
.navbar-nav{
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 768px) {
  body{
    padding-top: 65px;
  }
  .carousel-caption{
  top: 45%;

}
.carousel-caption h1{
  font-size: 350%;
}
.carousel-caption h3{
  font-size: 140%;
  font-weight: 400;
}
.display-4{
  font-size: 200%;
}
.social a{
  font-size: 2em;
  padding: 1.2rem;
}
#tableServices{
  width: 80%;
  display: table;
}
#tableServices>div>h3{
  border: 1px solid white;
}

}
@media (max-width: 576px) {
  .carousel-caption{
  top: 40%;
}
.carousel-caption h1{
  font-size: 250%;
}
.carousel-caption h3{
  font-size: 110%;
}
.carousel-indicators{
  display: none;
}
.display-4{
  font-size: 160%;
}
.social a{
  font-size: 1.7em;
  padding: .7rem;
}
#fixed {
  background-image: url('img/screens-md.webp');
  height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.description{
  margin-left: 1rem;
  text-align: center;
}
.description hr{
  margin-left: 4.5rem;
}
#errorImg{
  width: 150px;
  height: 150px;
}
.form-page{
  background-image: linear-gradient(to right, #2290b1, #6673c4);
  height: 60vh;
}
.productslabel{
  background-color: #007eee;
  color: #FFF;
  padding-left: 0;
  text-align: center;
}
}
@media (hover: hover){
    .fa-instagram:hover,.fa-envelope:hover{
  color: #d5d5d5;
}
  .btn-primary:hover{
  background-color: #0c5081;
  border: 1px solid #0c5081;
}
  footer a:hover{
    color: #d5d5d5;
    font-weight:bold ;
}
  .showcase a:hover{
    color:#222;
}
.grow:hover { 
  transform: scale(1.25); 
}
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  
  margin: 0;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








