.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #ffffff; }

/* 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: rgb(0, 0, 0); font-weight: bold; text-decoration: none; }
footer a:hover { color: #00A0C6; }
footer {margin-top: 7.0rem;}

/* CSS that comes from the album template  and the carosel template, generally just good to have I think*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}


/* 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 {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* 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 h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* Below this line are some imports I am not sure if we even need. */

@import url('https://static.igem.wiki/teams/4323/wiki/zebramussel-square.png');

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}


/* Alex custom css all of it*/

.leading-image-big {
  background-size: cover;
  min-height: 160vh;
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.flex-equal>* {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
      flex: 1;
  }
}

body {
  background-color: hsl(212, 53%, 83%) ;
}

.leading-image {
  background-size: cover;
  min-height: 20vh;
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.nav-item {
  font-size: 1.4rem;
}

.title-card {
  width: 100%;
  height: 80vh;
  margin-top: 2vh;
}

.medium-importance {
  font-size: 1.8rem;
}

.sub-header {
  font-size: 1.6rem;
}

.paragraph-default {
  font-size: 1.4rem;
}

.technical-text {
  font-size: 1.2 rem;
}

.citation-style {
  font-size: 1.0rem;
}

.team-logo {
  height: 9vh;
  width: auto;
  border-radius: 15px;
}

.footer-img {
background-image: url('https://static.igem.wiki/teams/4323/wiki/smaller-sand-mussels.png');
background-size: cover;
}

.social-icon {
height: 4.0rem;
width: auto;
}

.logo {
object-fit: contain;
height: 6.0rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color:#00A0C6; 
  text-decoration:none; 
  cursor:pointer;  
}

.gif {
object-fit: contain;
height: 20.0rem;
}

.image-filler {
object-fit: fill;
height: 30.0rem;
}

.figure-img {
  object-fit: contain;
  height: 80vh;
  width: auto;
}

.figure-img-smaller {
  object-fit: contain;
  height: 60vh;
  width: auto;
}

/* All the stupid accordion stuff */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*  Resume styling not directly related to the accordion*/

.team-background {
  background-color: rgb(237, 234, 222) ;
}

.other-logo {
  object-fit: contain;
  height: 30vh;
  width: auto;
}

.research-mb {
  height: 20vh;
  width: auto;
}


