/*
@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');
 h1, .h1, h2, .h2, h3, .h3, .display-1, .display-2, .display-3, .display-4 {
	 font-family: 'Muli', sans-serif;
	 font-weight: 300;
	 text-transform: none;
	 letter-spacing: normal;
}

main {
    padding-bottom: 2.5rem;
}

/* CSS for integrated cores boxes on the Home page */

#anchor-integrated-cores h2 {
    text-align: center;
}


/* CSS for directors sections on the About page */

 /* Three columns side by side */
 /*
#about-directors .column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}
*/

#about-directors .col {
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  #about-directors .col {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
#about-directors .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#about-directors .card-img-top {
    object-fit: cover;
}

#about-directors .h-100 {
    height: 100% !important;
    align-content: start;
}

/* Clear floats */
#about-directors .container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

#about-directors h2, .h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 97%;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    font-size: 1.15em;
}

#about-directors .card-subtitle {
    text-align: center;
    font-size: 85%;
    color: #767676;
}

/*
#about-directors .card-text .title {
    text-align: center;
    font-size: 80%;
    color: #767676;
}
*/

/* neil card edits - comment out / delete to revert to above */
/* ----------------------------------------------------------*/
#about-directors .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
    align-content: start;
}

/* Some left and right padding inside the container */
#about-directors .container {
	 padding: 0 8px;
}

/* commented out by V. Patel because doesn't work with Bootstrap */
/*
#about-directors .button:hover {
  background-color: #e3e3e3;
}

#about-directors .button {
  border: 2px solid; comment this if deployed --> #007dba;
  border-image-source: linear-gradient(45deg, #007dba, #32b0ed);
  border-image-slice: 1;
  border-width: 2px;
  outline: 0;
  display: inline-block;
  padding: 4px;
  color: #262626;
  background-color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  font-family: 'Barlow Condensed', sans-serif;
  cursor: pointer;
  width: 100%;
}

#about-directors .btn {
  display: inline-block;
  text-align: center;
}
*/

/* CSS for list of other cores based on http://giving.emory.edu/where-to-give/index.html
   but moved to an accordion style page with bulleted lists to reduce scrolling */

/*
#cores-other {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#cores-other h3 {
    min-width: 100%;
    background: #022069;
    color: white;
    border-left: 14px solid #f2a900;
    padding: 25px;
    overflow: hidden;
    height: 2.7em;
    margin-bottom: 1em;
}

#cores-other h3::after {
    background: url(//template.emory.edu/sites/standard-BS4-template/public/_includes/images/eu-logo-shield.svg) no-repeat right center / 420px;
    content: "\00a0";
    opacity: 0.3;
    width: 420px;
    height: 420px;
    transform: rotate(15deg);
    display: inline-block;
    position: relative;
    right: -36px;
    float: right;
    top: -60px;
}

#cores-other hr {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

*/