:root {
    --green: #97bf0d;
    --darkgreen: #1a2a1a
  }

body {
    font-family: neulis-sans, sans-serif;
font-style: normal;
}

a {color: var(--green);}

h1, h2, h3, h4, h5, h6 {
	text-wrap: pretty;
}

.btn-primary {
    border: none;
    background-color: var(--green);
    border-radius: 30px;
    padding: 15px 30px;
}

.btn-primary:hover {
    border: none;
    background-color: var(--darkgreen);
}

.navbar-brand  {
  
    margin-bottom: -30px;
    z-index: 100;
    }

.navbar-brand img {
width: 120px;
height: auto;

}
.home-video {
    /* background: #eeeeee; */
    
}

.home-intro {
    padding: 80px 0;
}


.home-intro h1 {
    font-size: 2vw;
    line-height: 1.5;
    font-weight: 300;
}

.home-work img {
    width: 100%;
    height: auto;
   
    /* padding: 2vw; */
}

.home-work .row {
    padding: 0vw 1vw 3vw 1vw;
    
}

.work-container {
    position: relative;
    padding: 2vw;
  }

 

  .with-outline img {
    border: 1px solid #f2f2f2;
    
  }

  

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
    background-color: #fff;
    padding: 3vw;
    
  }
  
  .text {
    height: 100%;
  }

  a .text {
    color: #1a1e1a;
  }

.text h3 {
    font-size: 20px;
  }

.text h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300;
  }

  .work-container:hover .overlay {
    opacity: .9;
  }



footer {
    background: #1a1e1a;
    color: white;
    padding: 60px 0;
    text-align: center;
    margin-top: 40px;
}

footer img {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}


.big-image img {width: 100%; height: auto;}

.internal-work  {
  padding-top: 60px;
  /* border-top: 1px solid #ddd; */
  font-weight: 300;
 }

.internal-work img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
 }

 .internal-work h3 {
  font-weight: 700;
  font-size: 20px;
 }

 .internal-work h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
 }

 .internal {
 padding: 80px 0;
 }

 .internal img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
 }

 .internal-about {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 60px;
 }

 .internal-about h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
 }


 .design-for {
  background-color: #ddeaaf;
  background-color: #97bf0d;
  /* aspect-ratio: 3/1.8; */
 }

 .design-for h3 {
  font-size: 20px;
  font-weight: 600;
 }

 .design-for-icon {
  margin-bottom: 10px;
 }

 #print-icon,  #digital-icon,  #logo-icon {
  width: 120px;
height: auto;
}

 /* testimonails */

.testimonials {
  padding: 80px 0;
  text-align: center;
  background-color: #e1e3e1;
  margin-bottom: -40px;
}

.testimonials p {
  font-size: 18px;
  
}

.testimonials p:last-of-type {
  font-size: 15px;
  
}

.testimonials h4 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.carousel-indicators {position: relative;}

.googlemap {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  
}

.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*MEDIA QUERIES*/
/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

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

/*X-Large devices (large desktops, 1200px and up)*/

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

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {


}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {

    


}

/*small*/

@media (max-width: 575px) {
	
  .home-intro h1 {
    font-size: 24px;
    
}


}
