/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.cta-heading {
    font-size: 3vw;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 800px;
    padding: 20px;
}
.carousel-heading {
    font-size: 3vw !important;
    font-weight: 800 !important;
    line-height: 1.2em !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: 800px !important;
    padding: 20px !important;
}
.cta-text {
    font-size: 1.4vw !important;
    font-weight: 400 !important;
    line-height: 1.4em; !important
    max-width: 500px !important;
    overflow: hidden !important;
    padding: 20px !important;
}
.carousel-text {
    font-size: 1.4vw !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    max-width: 65% !important;
    overflow: hidden !important;
    padding: 20px !important;
}
.cta-button {
    margin: 0;
    padding: 20px !important;
}
.btn {
  font-size: 0.95vw !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cta-heading, .carousel-heading {
    padding: 5px 20px 5px 20px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 5px 20px 5px 20px !important;
  }
  .btn {
    font-size: 1.5vw !important;
  }
  .carousel-indicators li {
  
    display: none !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .cta-heading, .carousel-heading {
    padding: 15px 20px 5px 20px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 5px !important;
    padding: 5px 20px 5px 20px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .cta-heading, .carousel-heading {
    padding: 20px 20px 10px 20px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 10px 20px 10px 20px !important;
  }  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cta-heading, .carousel-heading {
    padding: 20px 20px 15px 20px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 15px 20px 15px 20px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .cta-heading, .carousel-heading {
    padding: 20px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 20px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1920px and up) */
@media only screen and (min-width: 1440px) {
  .cta-heading, .carousel-heading {
    padding: 20px !important;
    max-width: 1200px !important;
  }
  .cta-text, .carousel-text {
    font-size: 1.4vw !important;
    padding: 20px !important;
    max-width: 600px !important;
  }
}