@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  position: relative;
  min-height: 100%;
}

body {
  color: #00274c;
  font-family: "Lato", sans-serif;
  padding-top: 60px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  min-width: 100%;
  height: 40rem;
  background-color: #272727;
}
.carousel-item > img {
  min-height: 100%;
  max-height: 100%;
  margin: auto;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: 2.5em;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    line-height: 1;
    text-shadow: 0 0 5px rgb(0, 0, 0);
  }
  .carousel-caption h2 {
    text-shadow: 0 0 5px rgb(0, 0, 0);
  }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #ffcc00;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 40px 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

ul.timeline > li:hover {
  background-color: #e9e9e9;
}

ul.timeline > li > h4 {
  text-transform: capitalize;
}

ul.timeline > li > p {
  margin-bottom: 0px;
}

ul.timeline > li:before {
    content: ' ';
    background: #ffcc00;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.btn.btn-primary{
  background-color: #00274c;
  border-color: #00274c;
  color: #f5f5f5;
}

.navbar-brand img {
  max-height: 25px;
  margin: 5px;
}

.nav-item.active > a{
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 2px;
}

.navbar i {
  font-size: 1.3em;
}

.nav-link .fa-external-link-alt {
  font-size: 0.9em;
  margin-left: 5px;
}

.circle {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 100%;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(95, 104, 114, 0.2);
  margin-right: 10px;
  float: left;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.circular {
  width: 240px;
  height: 240px;
  padding: 5px;
  border-radius: 100%;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(95, 104, 114, 0.2);
  margin-right: 10px;
  float: none;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.badge.badge-social {
  color: white;
  background-color: #06a18c;
}

.badge.badge-professional {
  color: white;
  background-color: #5406a1;
}

.officer-card h4 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.05em;
}

.officer-card {
  margin: 1.5em;
  margin-bottom: 2.5em;
}

.officer-card img {
  min-width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
}

#members-list .badge-pill {
  font-size: 1em;
  font-weight: 400;
  margin: 5px;
}

#alumni-list .card {
  margin: 10px 5px;
}

.event-card .media i {
  margin-right: 5px;
  padding-top: 5px;
  min-width: 20px;
  text-align: center;
}

.yellow.fa,
.yellow.far,
.yellow.fab,
.yellow.fas,
.yellow.text,
.yellow.text a {
  color: #ffcc00;
}

.footer {
  margin-top: 50px;
  background-color: #00274c;
  padding: 50px;
  padding-bottom: 20px;
}

.footer i {
  font-size: 1.6em;
}

.bg-umblue {
  background: #00274c;
}

.card .media img {
  max-width: 200px;
  margin-right: 20px;
}

.officer-modal .modal-body {
  padding: 2em;
}

.officer-modal .modal-header{
  border-bottom: none;
  max-height: 20px;
}

.officer-modal h6 {
  line-height: 10px;
}