/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  /* BE */
  min-height: 100vh; 
  position: relative;
  background-color: #343a40;
  background: url("../img/cloud-skyscrapers.jpg") no-repeat center center;
  background-size: cover;

}

header.masthead-padding {

  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.contacthead-padding {

  padding-top: 1rem;
  padding-bottom: 1rem;
}



header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead-padding {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }

  header.contacthead-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  header.masthead h1 {
    font-size: 3rem;
  }

  .zzz-arrow-down {
    position: absolute;
    bottom: 7px;
    left: 0%;
    /* width: 60px; */
    height: 60px;
    cursor: pointer;
    /* background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;*/
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
  }
  
}


@media (max-width: 768px) {
  header.masthead-padding {
    /* min-height:  50vh;  */
    padding-top: 1rem;
    padding-bottom: 9rem;
  }

  header.contacthead-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header.masthead h1 {
    font-size: 1.5rem;
  }


  
  .zzz-arrow-down {
    position: absolute;
    bottom: 110px; /* Decrease moves arrow down.   Increase moves arro up. */
    left: 0%;
    /* width: 70px; */
    height: 60px;
    cursor: pointer;
 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
  }
  
}
/* 
@media (max-width: 600px) {
  header.masthead {
    min-height:  50vh; 
    padding-top: 2rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 1.5rem;
  }

  #contact-us-mobile {
    display: none;
  }

  
  .zzz-arrow-down {
    position: absolute;
    bottom: 75px;
    left: 43%;
    width: 70px;
    height: 70px;
    cursor: pointer;
   
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
  }
  
}
 */



.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.my-bg-dark {
  background-color: #000;
}

.zcc-section-title {
  font-style: normal;
  line-height: 1.2;
}


.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}


@media (max-width: 768px) {
  .display-2 {
      font-size: 1.76rem;
      font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
 
zcc-bold {
  font-weight: 700;
}

.zcc-text {
  font-style: normal;
  line-height: 1.6;
  color: #767676;
}

.zcc-display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}



a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


element.style {
}
#slideshow .item .carousel-caption a {
    margin-top: 30px;
}

a.button 
{
  font-family: "muli","Myriad Pro",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 0px; /*Was 20px.  Moving button up for mobile devices */
  position: relative;
  display: inline-block;
  background: #007bff;
  
  padding: 17px 50px 18px 30px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
