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

.team-hero {
  /* Team photo */
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://static.igem.wiki/teams/5202/group-photos/2024-standing-1.jpg);

  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero {
    /* Team photo */
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://static.igem.wiki/teams/5202/group-photos/2024-top-down-2.jpg);
  
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-hero-2 {
    /* Team photo */
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://static.igem.wiki/teams/5202/igem-promo-vid-24-thumbnail.png);
  
    min-height: 500px; 
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

/* 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 }

/* home */
.home-page-top {
    background-color: green;
}

.home-link {
    margin : 1em;
    background-color: lightgray;
    border-radius: 1em;
    border-color: black;
    border-width: 0.1em;
    border-style: solid;
}

.no-link-style {
    color : black;
    text-decoration: none;
}

.top-padding { padding-top: 1em; }

footer a { color: gold; font-weight: bold; text-decoration: none; }
footer a:hover { color: green; text-decoration: underline; }
