body { 
    padding-top: 56px;
    font-family: 'Open Sans', sans-serif;
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #45b06cff; }
.mp-content {
    font-family: 'Open Sans';
}
.outerheadingunder {
    width: 60%;
    height: 13px;
    background: linear-gradient(90deg, #21a3df 19.42%, #065ebf 100%);
    border-radius: 30px;
}
.flex-container.flex-start {
    justify-content: flex-start;
}

.flex-container.flex-end {
    justify-content: flex-end;
}

.flex-container.center {
    justify-content: center;
}

.flex-container.space-around {
    justify-content: space-around;
}

.flex-container.space-between {
    justify-content: space-between;
}

.flex-container.space-evenly {
    justify-content: space-evenly;
}
/*navigation bar*/
.bnav {
    position: fixed;
    bottom: 0;
    right:  0;
    width: 100%;
}

.bnav__link {
    color: #ffffff;
}


.bnav__link--full-width {
    display: block;
    text-decoration: none;
}

.bnav__menu {
    position:  absolute;
    bottom:  calc(100% + 20px);
    right:  20px;
    font-family: "Open Sans";
    font-size:  20px;
    margin:  0;
    padding:  5px 0;
    min-width:  150px;
    background: #21a3df;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bnav__menu:hover {
    display: block;
}

.bnav__menuitem {
    list-style-type: none;
    padding:  6px 20px;
}


.bnav__menuitem:hover {
    text-decoration: underline;
}

/*NOTEBOOK  GALERY*/
.slideshow-container {
    max-width: 750px;
    position: relative;
    margin: auto;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #21A3DF;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: #ffff;
  }

  .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #21A3DF;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #065EBF;
  }

 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

  .line {
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #21A3DF
  }


  .home-button{
    position: relative;
    bottom: 4rem;
    left: 30vw;
    color: #ffff ;;
    border-color: #21A3DF ;
    background-color: #21A3DF ;
}

 
  

  .des-section{
      background: url("https://static.igem.wiki/teams/4855/wiki/hp/snimka-ya-1wi-tekst-homepage.png") center center no-repeat;
      background-size: cover;
    }

    .team-section{
      background: url("https://static.igem.wiki/teams/4855/wiki/22-team.png") center center no-repeat;
      background-size: cover;
    }

    .gam-section{
      background: url("https://static.igem.wiki/teams/4855/wiki/index/3game-1.png") center center no-repeat;
      background-size: cover;
    }

    .mod-section{
      background: url("https://static.igem.wiki/teams/4855/wiki/index/1des.png") center center 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 }

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


