body { 
  
  font-family: "Oswald", sans-serif;
  padding-top: 56px; 
  min-height: 100vh;
  background-image: linear-gradient( 135deg, #00a2e0 10%, #9708CC 100%);
  line-height: 1.6;
  text-align: center;
  
}

body a { 
  color: #5f00d3; font-weight: bold; text-decoration: none; 
}

body a:hover { 
  color:black; 
  text-decoration: underline;
  text-shadow: 0 0 3px white; 
}

.col {
  flex-direction: column;
}

/*navbar */

#menulink {
  color: white;
}

#navbarDropdown {
  color: white;
}

.navbar-expand-lg {
  background-image: linear-gradient(286deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  opacity: 96.5%;
}

.navbar-toggler-icon {
  background-color: black;
}

figcaption  {
  text-align: justify; 
  font-size: 96%; 
  color: #4c4c4c;
}

/*footer*/

footer {
  background-color:#9A9EFF;
  color: black;
}

/*cards and lists */

.card {
  background-image:linear-gradient( 135deg, #ccf1ff 10%, #f3d6fd 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h5 .card-title { 
  text-decoration: underline;
}

div.parent {
	text-align: center;
}

ul { 
	display: inline-block; 
	text-align: left; 
}

/*tables for part collection */

#parttable {
  border-collapse: collapse;
  width: 100%;
}

#parttable td, #parttable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#parttable tr:nth-child(even){background-color: #f2f2f2;}

#parttable tr:nth-child(odd){background-color: white;}

#parttable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #6afac5;
  color: white;
}

/*Animation landing page*/

#headline {

  background-image: url("https://static.igem.wiki/teams/4404/wiki/h1.png");
  background-size: 1800px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  /*linear-gradient(90deg, #ffd543, #ff436d);
  background-clip: text;
  color: transparent;*/

}

/*.btn{
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border: white 1px solid;
  border-radius: 30%;
  margin-top: 40px;
  opacity: 0;
  transition: all .2s ease-in-out; 
  animation-name: btn;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  transition-property: transform;
  transition-duration: 1s;*/
}

.btn:hover{
  /*transform: rotateY(360deg);
  color: white;*/
  transform: scale(1.1);
}

/*.container-showcase{
  max-width: 960px;
  margin: auto;
  padding: 0 30px;
  color: white;
}

#showcase{
  height: 300px;
}

#showcase h1{
  font-size: 100px;
  line-height: 1.3;
  position: relative;
  animation: heading;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes heading{
  0% {top: -50px;}
  100% {top: 115px;}
}

#content {
  position: relative;
  animation-name: content;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes content{
  0% {left: -1000px;}
  100% {left: 0px;}
}

.btn{
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border: white 1px solid;
  border-radius: 30%;
  margin-top: 40px;
  opacity: 0;
  animation-name: btn;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  transition-property: transform;
  transition-duration: 1s;
}

.btn:hover{
  transform: rotateY(360deg);
  color: white;
}

@keyframes btn {
  0%{opacity: 0}
  100%{opacity: 1}
} */

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

/* general */

.left-aligned { margin-left: auto; }

.bg-dark { background-color: #343a40 !important; }

.bg-hero { background-color: #ccffcc; }

/* footer */
footer a { color: #7597de; font-weight: bold; text-decoration: none; }
footer a:hover { color: #2b1055; text-decoration: underline; }

/* flex */

.flex {
  display: flex;
  flex-wrap:wrap;
  height: 800px;
  border: none;
  border-radius: 100px;
}

/* boxes */

.box {
  justify-content: center;
  align-items: center;
}

.box:first-child {
  margin-right: auto;
}

.box:last-child {
  margin-left: auto;
}

/* cards */

.card-text {
  text-align: justify
}

/* slider */

.slider {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider .text {
    font-size: 30px;
    background-color: rgba(255,255,255,0.7);
    position: relative;
    top: -60px;
    padding: 20px;
    text-align: center;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 800%;
	
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	max-height: 500px;
    width: auto;
}

@keyframes cambio {
	0% {margin-left: 0;}
	10% {margin-left: 0;}
	
	15% {margin-left: -100%;}
	25% {margin-left: -100%;}
	
	30% {margin-left: -200%;}
	40% {margin-left: -200%;}
	
	45% {margin-left: -300%;}
	55% {margin-left: -300%;}

60% {margin-left: -400%;}
	70% {margin-left: -400%;}

75% {margin-left: -500%;}
	85% {margin-left: -500%;}

90% {margin-left: -600%;}
	100% {margin-left: -600%;}

}

/* Parallax Section */

.banner-attributions {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerattributions.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}


.banner-clostridiaguide {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerresults.png");
	height: 400px;
	background-attachment: fixed;
  background-size: cover;
  background-position-y: 115%;
	background-repeat: no-repeat;
}

.banner-collaborations {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannercollaboration.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
  background-position-y: 112%;
	background-repeat: no-repeat;
}

.banner-communication {
  background-color: #e5e5f7;
  opacity: 0.8;
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannercommunication.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
  background-position-y: 177%;
	background-repeat: no-repeat;
}

.banner-contribution {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannercontribution.jpeg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
  background-position-y: 38%;
	background-repeat: no-repeat;
}

.banner-description {
  
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerdescriptionn.jpg");
	height: 400px;
	background-attachment: fixed;
  background-size:cover;
  background-position-y: 55%;
	background-repeat: no-repeat;
}

.banner-engineering {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerengineeringg.jpg");
	height: 400px;
	background-attachment: fixed;
	background-repeat: no-repeat;
  background-size:cover;
  background-position-y: 50%;
}

.banner-experiments {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/experimentscreativecommons.jpg");
	height: 400px;
	background-attachment: fixed;
  background-size:cover;
  background-position-y: 50%;
	background-repeat: no-repeat;
}

.banner-humanpractices {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerhumanpractices.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
  background-position-y: 80%;
}

.banner-implementation {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerimplementation.png");
	height: 400px;
	background-attachment: fixed;
	background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 125%;
}

.banner-notebook {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannernotebook.jpg");
	height: 400px;
	background-attachment: fixed;
	background-repeat: repeat;
}

.banner-partcollection {
  background-color: #e5e5f7;
  opacity: 0.7;
  background-image:  linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%,  transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777);
  background-size: 56px 98px;
  background-position: 0 0, 0 0, 28px 49px, 28px 49px, 0 0, 28px 49px;
	height: 400px;
	background-attachment: fixed;
	
	background-repeat: repeat;
}

.banner-partnership {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerpartnershipp.jpg");
	height: 400px;
	background-attachment: fixed;
	background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 74%;
  background-size: cover;
}

.banner-parts {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannerparts.jpg");
	height: 400px;
	background-attachment: fixed;
  background-size:cover;
  background-position-y: 54%;
	background-repeat: no-repeat;
}

.banner-results {
  background-color: white;
  opacity: 0.8;
  background-image: url("https://static.igem.wiki/teams/4404/wiki/img-6495.jpg");
	height: 400px;
	background-attachment: fixed;
  background-size: cover;
  background-position-y: 127%;
	background-repeat: no-repeat;
}

.banner-safety {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannersafety.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}

.banner-sustainable {
  background-image: url("https://static.igem.wiki/teams/4404/wiki/bannersustainable.jpg");
	height: 400px;
	background-attachment: fixed;
	
}

.banner-team {
	background-image: url("https://static.igem.wiki/teams/4404/wiki/teamvollstaendig.jpg");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.parallax {
	color: #000;
	text-align: center;
  font-size: 100px;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}

.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: center;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* figure text 

figure {

  padding: 5px;
  float: none;
  border: 1px solid #cccccc;
  border-radius: 5px;

}

figure img {

  border-radius: 3px 3px 0 0;

}

figure figcaption {

  padding: 2px 4px 2px 4px;
  background-color: white;
  color:black;
  border-radius: 0 0 3px 3px;

}
