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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


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

/* Carousel base class */
.carousel {
  height: 300px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-inner .item{
  background-image:url('/images/Bmore-Skyline1.jpg');
  background-size: cover;
  background-position: center 0px;
  
}
.carousel-inner .item h1{
  font-family:Mistral;
  font-variant:small-caps;
  font-size:10rem;
  color:white;
  text-align: center;
  text-shadow: 3px 4px 6px rgba(0,0,0,0.6);
  margin-top:40px;

}

.carousel-inner .item .imagefallback{
  background-image:url('/images/battleobaltimore_1x.png');
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  max-height: 152px;
  margin: 40px auto;
  height: 152px;

}
@media (max-width: 991px){
  .carousel-inner .item .imagefallback{
    background-size: 100%;
  }
}


@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
   .carousel-inner .item .imagefallback{
    background-image: url('/images/battleobaltimore_2x.png');
    background-size: 100%;
  }

 /* .carousel-inner .item{
    background-image:url('/images/Bmore-Skyline1_2880.jpg');
    background-size: cover;
    background-position: center 0px;
    
  }*/

}

#myCarousel .container{
  padding:0;
}
.carousel-inner .imagefallback h1{
  display: none;
}

.carousel-inner .item h2{
  font-size:3em;
  color:white;
  text-align: center;
  text-shadow: 3px 4px 6px rgba(0,0,0,0.6);
  margin-top:20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-size: 21px;*/
  font-weight: 200;


}


.navbar{
  border-radius: 0 !important;
}

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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing  img.small-img{
  max-width:200px;
  margin: auto;
}

.img-container{
  height: 200px;
  /*display: flex;*/
  display: block;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette .col-md-12 h2{
  margin-top:0;
}
.featurette .col-md-12 p{
  margin-top:20px;
}


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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .carousel-inner .item h1{
    font-size:12rem;
  }
}

@media (min-width: 992px) {
  .marketing .row:first-child{
     margin-top:30px; 
  }
  .featurette-heading {
    margin-top: -8px;
  }
  .carousel-inner .item h1{
    font-size:14rem;
  }
}

.sponsors div{
  text-align: center;
  margin-bottom:20px;
}
.sponsors div a{
  margin-bottom: 10px;
  font-size:;

}