.hero {
  background-color: #eee;
  background-image: url('./images/hero-image.jpg');
}

.hidden-text {
  position: absolute;
  left: -3000px;
}

.feed {
  background-color: #eee;
  overflow-y: scroll;
}

.feed .tab-content {
  overflow-y: visible;
}

.feed .tab-content row {
  margin: 0 10px;
}

.top .department a {
  line-height: 1.3em;
  position: relative;
  top: -5px;
}

.maincontent img {
  max-width: 100%;
}

/*** Adjustments to the name of the site in the top header area ***/


.top .department a {
  line-height: 1.3em;
  position: relative;
  top: 0px;
}
  
  
 /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
      max-width: none;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    
@media only screen and (max-width: 991px) and (min-width: 768px) {

  .top .department a {
    line-height: 1.3em;
    position: relative;
    top: 2px;
  }

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

  .top .department a {
    top: 2px;
  }

}

@media only screen and (min-width: 1200px) {

  .top .department a {
    line-height: 1.2em;
    position: relative;
  }

}