/*
Theme Name:     Department of Anesthesiology
Theme URI:      https://anesthesiology.wustl.edu/
Description:    Child theme of the WashU Web Theme
Author:         Medical Public Affairs
Author URI:     https://publicaffairs.med.wustl.edu/
Template:       wutheme_chauvenet
Version:        1.1.1
*/

#page {
  overflow-x: hidden;
}

.home .site-content {
  margin-top: 0;
}

.home .wp-block-cover.featured-cover {
  margin-bottom: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
  background-color: transparent;
}

.home .wp-block-cover.featured-cover .has-background-dim {
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  opacity: .8;
}

.home .wp-block-cover.is-light .wp-block-cover__inner-container {
  color:#fff
}

.home .wp-block-cover.featured-cover .wp-block-cover__inner-container {
  max-width: 61em;
}

.home p.featured-heading {
  font-size: 2rem;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0,0,0,.9);
}

.home .wp-block-cover.featured-cover .wp-block-cover__inner-container h2 {
  text-shadow: 0px 0px 10px rgba(0,0,0,.9);
}

.home p.text-subheading {
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0,0,0,.9);
}

.home .wp-block-washu-billboard.full-width {
  margin: 0 -50rem;
  padding: 60px 50rem 45px;
}

.home .wp-block-cover.st-louis .has-background-dim {
  background-color: #005f85;
  opacity: .8;
}

.serif {
  font-family: 'Libre Baskerville','Times New Roman',serif;
}

.home h2.welcome {
  font-family: 'Libre Baskerville','Times New Roman',serif;
  font-size: 2.197rem;
}

/* Events */
ul.eo-events-shortcode {
  list-style: none;
  padding-left: 0;
}

ul.eo-events-shortcode li {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 41em) {
  .home .wp-block-cover.featured-cover:before {
    background-color: black;
    opacity: .5;
  }
}
