body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #40B4E5; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: black; font-weight: bold; text-decoration: none; }
footer a:hover { color: black; text-decoration: underline; }

/*centering the sponsor logos */
.logo-grid {
    text-align: center;
}

.logo-grid img {
  object-fit: contain;
  height: 70px;
}
/*logos gray to not disrupt color palette*/
.logo {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s;
}
.logo:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

h1.display-4 {
  text-align: center;
  font-weight: 800;
  font-size: 60pt;
  color: #FFD173;
}

.col-lg-12 {
  z-index: 10;
  margin-bottom: 56px;
}

