/*** Change the url below to set the default photo for your homepage ***/

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


/*** Styles for the news and events tabs on the homepage ***/

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

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

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


/*** Make images in the page adjust to fit their container ***/

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


/*** News and Events tweaks ***/

.rightnav .event-list-past-link {
  margin-left: 0;
}


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


.top .department a {
  line-height: 1.3em;
  position: relative;
  top: 0px;
}
  
@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;
  }

}