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

body {
  text-align: center;
}

.img_small {
  width: 100%;
  height: 100%;
}

.jumbotron {    
  background: url(../img/braddock_squad.jpeg) fixed center no-repeat;    
  background-size: cover; 
}

.jumbotron2 {
  background: url(../img/braddockpainting.jpg) fixed center no-repeat;    
  background-size: cover; 
}

.jumbotron3 {
  background: url(../img/young-e.jpg) fixed center no-repeat;    
  background-size: cover; 
  
}

h1 {
  color: #fff2cc
}

h2 {
  color: #637f8d;
}

.display-2 {
  text-shadow: 5px 5px 5px #ea9999;
}

p, label {
  color: #81abc2;
}

strong {
  text-shadow: black;
  font-weight: bold;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
}


/* 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;
}
.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 */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* 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: 50px;
  }
}

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


@media screen and (max-width: 576px){    
  .carousel-item {        
    height: 12rem;        
    /* height: 32rem; */    
  }        
  .carousel-item > img {    
    height: 12rem;    
    /* height: 32rem; */    
  }
 }


/* Media Query for Jumbotron */

@media screen and (max-width: 576px){
  .jumbotron, .jumbotron2, .jumbotron3 {
      height: 20rem;
  }

  .display-2 {
      font-size: 3em;
  }

}

@media screen and (max-width: 1024px) and (min-width: 576px){
  .jumbotron, .jumbotron2, .jumbotron3{
      height: 30rem;
  }

  .display-2{
      font-size: 5em;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px){
  .display-2 {
      font-size: 4em;
  }

}

/* Nav Bar */
@media (max-width: 990px) {
  .navbar-nav .nav-link {
      margin-right: 5px;
      margin-left: 5px;
  }

  .popover {
      top: 100px !important;
      left: -50px !important;
      opacity: 90%;
  }
}