/* FONTS

.barlow-condensed-thin {
  font-family: "Barlow Condensed", serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", serif;
  font-weight: 900;
  font-style: italic;
}

*/



h1 {
    font-family: "Barlow Condensed", serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
        margin: 0;

}


@media (min-width: 992px) {

    h1 {
    font-size: 70px;
    line-height: 80px;
    margin: 0;
        
}

}


@media (max-width: 480px) {

    h1 {
    font-size: 50px;
    line-height: 74px;
}

}


h2, h3, h4, h5 {
  font-family: "Barlow Condensed", serif;
    font-weight: 400;    

}



.btn {
  font-family: "Barlow Condensed", serif;
  padding: 1rem 2rem;
  font-size: 130%;
  text-transform: none;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #000;
    color: #fff;
    font-weight: 600;
}

.btn-primary:hover {
  background-color: #fff;
    color: #000;
}

.btn-primary:focus {
  background-color: #333333;
  color: white;
}

.btn-primary:active {
  background-color: #000 !important;
}



header.masthead > .overlay {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: none;

}


header.masthead > .overlay-gallery {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-truck.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}





@media (min-width: 992px) {
    header.masthead > .overlay {
        padding: 120px 0px 0px 0px;
    }

    header.masthead2 > .overlay {
        padding: 0px 0px 0px 0px;
    }
}

.base-section {
  padding: 30px 30px;
    background: none;
  font-family: "Barlow Condensed", serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;

}

@media (max-width: 480px) {

.base-section {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

}



.base-section .card {
  border: 0;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    	box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

.base-section .card-body {
  font-size: 90%;
    border-radius: 0px;

}

.base-section .social {
  margin-top: 5rem;
}

.base-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.base-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.base-section .social a:active {
  color: #fff;
}



.padding60 {
    padding: 60px;
}


.padding-extra {
    padding: 20px;
}

@media (min-width: 1440px) {
    .padding-extra {
        padding: 100px;
    }
}



body {
    font-family: "Barlow Condensed", serif;
    font-weight: 400;
    letter-spacing: 1px;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(35,35,35,1.00) 100%);}

a {
  color: #828282;
    font-weight: 400;
}

a:focus, a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #333333 !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 30px 10px;
    
    background: none;
    margin: 0px;
    
}

@media (min-width: 992px) {

    footer  {
  padding: 30px 10px;
    
}

}


footer a {
  color: #FFF;
}

footer a:hover {
  color: #333;
}


footer .social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 2rem;
    color: #FFF; 
  background-color: #6EA1E3;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer .social-link:hover {
  background-color: #FFF;
    color: #133866;
  text-decoration: none;
}



/* --------------------------------------
   Gallery
   -------------------------------------- */

#gallery {
    margin: 30px 10px;
    
}

#gallery .gallery-item {
    right: 0;
    margin: 20px 20px 20px 20px;
    
}

#gallery .gallery-item .gallery-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 680px;
}

#gallery .gallery-item .gallery-link .gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.60);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#gallery .gallery-item .gallery-link .gallery-hover:hover {
    opacity: 1;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {
    margin-top: -12px;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h5 {
    margin: 0;
}

#gallery .gallery-item .gallery-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: none;
}

#gallery .gallery-item .gallery-caption h4 {
    margin: 0;
    text-transform: none;
	color: #fff;
}

#gallery .gallery-item .gallery-caption h5 {
    margin: 0;
    text-transform: none;
	color: #000;
}

#gallery .gallery-item .gallery-caption p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

#gallery * {
    z-index: 2;
}

@media(min-width:980px) {
    
#gallery {
    margin: 20px 80px 20px 80px;
    
}
    
    #gallery .gallery-item {
        margin: 0px 0px 30px 0px;
    }
}


.tmb-link {
    margin: 0;
  -webkit-transition: all ease .2s ;
    -moz-transition: all ease .2s ;
    transition: all ease .2s ;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    
}

.tmb-link:hover {
    opacity: 0.8;
    
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px);    
      
}

/* ZOOM EFFECTS [1] The container */
.img-hover-zoom {
  height: 450; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.15);
}

.img-hover-zoom-sm {
  height: 350; 
  overflow: hidden; 
}

.img-hover-zoom-sm img {
  transition: transform .3s ease;
}

.img-hover-zoom-sm:hover img {
  transform: scale(1.15);
}

.bg-black-tint {
    background: rgba(255,250,250,0.80);
    
}
