/* body { padding-top: 56px; } */
.left-aligned { margin-left: auto; }
.bg-dark { background: rgb(167,167,167);
  background: linear-gradient(90deg, rgba(167,167,167,1) 0%, rgba(16,53,89,1) 100%);}

  .swu {
   width: 90%;
   margin: auto;
}
body{    
  cursor: url('https://static.igem.wiki/teams/4915/wiki/logo3.jpg"');
}


.page-header {
  /* padding-top: 10%;
   */
  margin-top: 10%;
  text-align: center;
  font-size: 6.5vw;
  color: transparent;
  font-weight: bold;
}


.text {
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
  -webkit-text-fill-color: transparent;
}

.box1 {
  border: 5px dotted #cccccc;
  border-radius: 35px;
  padding: 20px;
  margin: 20px 0;
}

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