/* your custom styles here */

.navbar-brand.navbar-logo-bigger > img {
  position: relative;
  top: 5px;
  width: 200px;
}
footer .logo { width: 150px; margin-bottom: 15px;}

/* line 241, ../../sass/partials/_navbar.scss */
.navbar-fixed-top.shrink-active {
  top: -20px;
}
/* line 245, ../../sass/partials/_navbar.scss */
.navbar-fixed-top.shrink-active .navbar-brand > img {
  width: 150px;
}
/* line 53, ../../sass/partials/_general.scss */
.full-width-section {
  padding: 50px 0;
  background-color: #406da4;
}
/****** SCREEN SIZES ******/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 142, ../../sass/partials/_hero-unit.scss */
  .hero-unit-slider .carousel-caption {
    top: 4em;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px){
  /* line 154, ../../sass/partials/_hero-unit.scss */
  .hero-unit-slider .carousel-caption {
    top: 2em;
  }
  .slick-dots {
  	visibility: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px){
  /* line 154, ../../sass/partials/_hero-unit.scss */
  .hero-unit-slider .carousel-caption {
    top: 0em;
  }
  .slick-dots {
  	visibility: hidden;
  }
}
@media screen and (max-width: 600px){
  /* line 154, ../../sass/partials/_hero-unit.scss */
  .hero-unit-slider .carousel-caption {
    top: -2em;
  }
  .slick-dots {
  	visibility: hidden;
  }
}
.testimonial-with-bg {
  background-repeat: no-repeat;
}