/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: Roboto, sans-serif;
}

.main{
  min-width: 460px;
}

h1,h2,h3{
  font-family: Quicksand, sans-serif;
}
h1{
  font-size: 2.8rem;
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}



.bg-dark {
    background-color: #260863!important;
}

.contact{
  background-color: #401A8C;
  margin: 5rem 0;
  padding: 2rem 01rem;
  border-radius: 6px;
  overflow: hidden;

}

.contact p.lead{
  color:#ffffff;
}

.contact img {
    position: absolute;
    bottom: -6.5rem;
    right: -3rem;
    /* min-width: 100%; */
    height: 14rem;
    opacity: .2;
}
.featurette{
  overflow: hidden;
}
.featurette img.back-img {
  position: absolute;
  bottom: -4rem;
  right: -5rem;
  /* min-width: 100%; */
  height: 14rem;
  opacity: .2;
}

.featurette img.chart{
  max-width: 1000px;
  padding-top: 3rem;
}

.btn{
  color: #CEAC00;
}
.btn-primary {
    color: #fff;
    background-color: #CEAC00;
    border-color: #CEAC00;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #AA8E00;
    border-color: #AA8E00;
}

form label{
  color: #ffffff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  background-color: #260863;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 6.5rem;
  z-index: 10;
  right:50%;
  left:20px;
}

.carousel-caption h1{
  margin-bottom: 2rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  
  max-width: 1140px;
}
.carousel-item img {
  position: absolute;
  bottom: 6rem;
  right: 1rem;
  width: 46%;
  height: 22rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 3rem;
    font-size: 1.9rem;
    line-height: 1.3rem;
    font-weight: 400;
    white-space: nowrap;
    font-family: quicksand;
   
}

.marketing {
  position: relative;
}

.main > img.back2 {
    position: absolute;
    top: 34rem;
    left: -0.5rem;
    /* min-width: 100%; */
    height: 14rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
  margin-top: 2rem;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
h2.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-top: 1rem;
}

.callout{
  
    background-color: #401A8C;
    color: #ffffff;
    padding: 40px;
    border-radius: 6px;

}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 3rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  .carousel-item img{
    display: none;
  }
  .carousel-caption{
    right: 20px;
    bottom: 2rem;
  }

  .carousel-item {
    height: 22rem;
    
}
.carousel-caption h1 {

  font-size: 2.4rem;
}
}

@media (max-width: 1050px) {
  .carousel-caption h1 {

    font-size: 2.4rem;
  }
  }

  @media (min-width: 1600px) {
    .carousel-item {
      height: 42rem;
      max-width: 1400px;
  }

  .carousel-item img {
    
    bottom: 8rem;
    
    
    height: 28rem;
}

.carousel-caption {
  bottom: 8.5rem;
  
  right: 60%;
  
}
.carousel-caption h1 {

  font-size: 3.8rem;
}
    }

/* VIDEO MODAL
-------------------------------------------------- */

.video-modal {
  top:5vh;
}
.video-modal .modal-content{
  background-color: transparent;
border: none;}

.video-modal .close{   
  position: absolute;
    right: 0;
    top: -50px;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    font-size: 2rem;}

.video-responsive{
  margin-top: 50px;
  padding-bottom:55.2%;
  position:relative;
  height:0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.modal-lg{max-width: 1400px;}