:root{
  --beige :rgb(197, 214, 99);
  --bluegrey: rgb(36, 47, 45);
  --yellow: rgb(255, 255, 2);
  --redbrown: rgb(134, 40, 40);
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.title{
  font-size: 4vw;
  font-weight: 600;
  margin-top: 5vw;
}

.subtitle{
    font-size: 2vw;
    margin-top: -1px;
    /* color: var(--beige) */
    color: rgba(255, 255, 255, 0.582);
}

.section-heading{
  color: var(--bluegrey);
  text-align: center;
  font-weight: bold;
  margin-top: 5vh;
}

.contact-section-heading{
  color: var(--redbrown);
  /* text-align: center; */
  font-weight: bold;
  margin-top: 5vh;
  
}

.contact-details p{
  margin: 30px 0 30px 0;
}

.contact-details{
  padding: 30px;
}

.contact-container {
  margin-top: 30px;
}

.contact-form {
  padding: 20px;
}

.contact-form form{
  margin-top: 30px;
}

.contact-form .form-input{
  margin-bottom: 10px;
  font-weight: 100;
  
}

.contact-form input, .contact-form textarea{
  background: rgb(233, 233, 233);
}

.contact-form .form-input .btn{
  background: var(--beige);
  
}
.contact-form label{
  color: white;
  font-weight: lighter;
  font-size: 15px;
}

.contact-text{
    font-weight:500 !important;
}
.section-heading span{
  /* border-bottom: solid var(--beige); */
  padding:6px;
  /* background: var(--beige); */
  color: var(--bluegrey);
  border-radius: 10px;
  font-weight: 300;
  border-bottom:dashed var(--redbrown) 0.5px;
}

.service-container{
  height: 600px;
  background: var(--bluegrey);
  margin: 5px;
  width: 400px;
  /* padding: 20px; */
}

.service-icon{
  background: var(--beige);
  display: inline-block;
  margin: 0 auto;
  height:100px;
  width:100px;
  border-radius: 50%;
}

.service-icon span{
  font-size: 75px;
  line-height: 100px;
  color: var(--bluegrey);
}

.service-text{
  text-align: justify;
  color:var(--beige);
  
}

.service-quote{
  color:var(--yellow);
}

.service-quote a{
text-decoration: none; 
color:var(--yellow); 
}

.service-quote a:hover{
  text-decoration: underline;
  opacity: .5;
  transition: .1 ease-in-out;
  }

.service-heading{
  color:white;
  margin-top: 10px;
  font-weight: 700;
  font-size: 30px;
}

.customer-container{
  height:80px;
  margin-bottom: 80px;
  position: relative;
  text-align: center;

}

.customer-container img{
  height:100%;
  max-width: 100%;
  margin:5px;
  overflow:hidden

}

.customer-container .link{
  text-decoration: none;
  opacity:.6;

}



.customer-section{
  background-color: var(--beige);
  padding:20px 0px 50px 0px;
  margin-bottom: solid white 30px ;

}

.customer-container p{
  text-align: center;
  font-size: 15px;
  color: var(--bluegrey);
  width:90%;
 background: rgba(255, 255, 255, 0.459);
 padding:10px 0px;
 border-radius:5px;
}

.section-text{
  padding-left: 8vw;
  padding-right: 8vw;

}
.navbar-brand .logotext{
  background: var(--redbrown);
  color: white;
  font-weight: bold;
  padding: 12px;
}
.services-section .row {
  float:none;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;

}
.overlay{
  background: black;
  position:absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index:2
}


.overlay-text{
  position: absolute;
  z-index:30;
  color: white;
  width: 100%;
  line-height: 100%;
  text-align: center;

}

.carousel-inner img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.title{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.carousel-control{
  z-index:5;
  font-size: small;
}

.carousel-control span{
  
}

.navbar-collapse{
  float: right;
}

.nav-number{
  border: solid var(--beige);
  border-width: 0.3px;
  padding: 10px;
  margin-left: 5vw;
  color: var(--beige);
  font-size: 13px

}

.bg-bluegrey{
  background: var(--bluegrey);
}

.text-bluegrey{
  color: var(--bluegrey)
}
.text-yellow{
  color: var(--yellow)
}

.text-redbrown{
  color: var(--redbrown);
}

.bg-redbrown{
  background: var(--redbrown) !important;
}
.text-beige{
  color: var(--beige);
}

.text-beige:hover{
  opacity: 0.6;
  color: var(--beige);
  transition: 0.2s ease-in-out;
}

.bg-beige{
  background-color: var(--beige);
  color: var(--bluegrey)

}

.active a{
  color: var(--bluegrey) !important;
  background-color: var(--beige) !important;
}

.nav li a{
  font-size: 15px
}

body{
 font-family:sans-serif;
 font-weight:400;
 font-size: 20px;
 text-align: justify;
 color: var(--bluegrey)
}

footer{
  /* margin-top: 100px; */
  padding-top: 20px;
  /* height: 340px; */
  background: var(--bluegrey);
  font-weight: lighter;
  font-size: 16px;
}

.footer-icon{
  color:var(--beige);
  margin-right: 10px
}
.footer-text{
  color:white;
  margin-bottom: 5px
}
.footer-text a{
  color:white;
  margin-bottom: 10px;
}

.footer-text a:hover{
  opacity: .6
}

.copyright{
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}

.dropdown-toggle:hover ~ .dropdown-menu {
  display:block;
}

.dropdown-menu:hover {
  display:block;
}

.dropdown-menu{
  background: var(--beige) !important;
}
.dropdown-menu li a{
  background: var(--beige) !important;
}
.dropdown-menu li a:hover{
  color: var(--redbrown) !important;
}

.contact-icon{
  color:var(--redbrown);
  margin-right: 10px
}
.contact-text{
  color:var(--bluegrey);
  margin-bottom: 20px;
}
.breadcrumb .active{
  background: none;
}
.breadcrumb .active a{
  /* background: none !important; */
  padding: 4px 10px 4px 10px;
}

@media(max-width:676px) {
  .navbar-collapse{
    float: unset;
    
  }
  .service-container{    
    width: 320px
  }

  .section-heading span{
    font-size: 23px;
  }
  .customer-container p{    
    font-size: 12px;
    
  }

}




@media(max-width:796px) {
  
}


@media(max-width:400px) {  
  .service-container{    
    width: 100%
  }

}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.nav-items li{
  list-style: none;
  display: inline;
}

.nav-items li a{
  text-decoration: none;
  color: white;
}

.nav-items{
  float:right
}

.phone-item{
  margin: auto;
  color: var(--beige);
  border: solid var(--beige);
  border-width: .3px;
}


/* GALLERY STYLING */


/* Position the image container (needed to position the left and right arrows) */
.gallery-container{
  position: relative;
  text-align: center;
  
}

.slides-container{
  background-image: url('../images/portfolio_bgg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.slides{
    max-height:25vw;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
  border: 5px solid var(--beige);
  max-height: 60vh;

  /* box-shadow:  grey 1px 1px; */
}
@media(max-width:860px) {
  .mySlides img{
    max-height: 50vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}
@media(max-width:715px) {
  .mySlides img{
    max-height: 40vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}

@media(max-width:580px) {
  .mySlides img{
    max-height: 35vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}
@media(max-width:500px) {
  .mySlides img{
    max-height: 30vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}
@media(max-width:435px) {
  .mySlides img{
    max-height: 25vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}
@media(max-width:365px) {
  .mySlides img{
    max-height: 20vh;  
    /* box-shadow:  grey 1px 1px; */
  }
}
/* Add a pointer w*/
.cursor{
  cursor: pointer
}

/* Next & previous buttons */
.gallery-prev, .gallery-next{
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color:white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select:none;
  -webkit-user-select: none;
}

/* Position the "next prev button" */
.gallery-next{
  right: 0;
  color: white;
  border-radius: 3px 0 0 3px;
  background-color: var(--bluegrey);

}
.gallery-prev{
  left: 0;
  color: white; 
  border-radius: 3px 0 0 3px;
  background-color: var(--bluegrey);

}


/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
  background-color: var(--redbrown);
  color: white;
  text-decoration: none;

}

.numbertext{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.gallery-row:after{
  content: "";
  display: table;
  clear: both;
  background: var(--beige)
}

/* Six columns side by side */
.column{
  float: left;
  width: 10%;
  overflow: hidden;
  height: 7vw;
  max-height: 50px;
  margin: 1px
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.8;
}
.gallery-active, .demo:hover {
  opacity: 1;
  border: solid var(--redbrown)

}

