/* Styles for tags:*/
body{
	background-color: #47F7AD;
	}

header{
	border-radius: 20px 20px 0 0;
	background-color: #FFFFFF;
	margin: 7% 8% auto;
	padding: 1% 2%;
	font-family: sans-serif;
	text-align: center;
	}

div {
	background-color: #FFFFFF;
	margin: auto 8%;
	padding: 1% 2%;
	font-family: sans-serif;
	text-align: justify;
	}

footer {
	border-radius: 0 0 20px 20px;
	background-color: #FFFFFF;
	margin: auto 8% 8%;
	padding: 1% 2%;
	font-family: sans-serif;
	text-align: justify;
	}

canvas {
	background-color: yellow;
	position:relative;
	}

h1 {
	color: 	#2E8B57;	
	}

h2 {
	color: #3CB371;
	}

h3 {
	color: #8FBC8F;
	}

h6 {
	font-size: 75%;
	color:#8FBC8F;
	}

ul {
	list-style-type: disc;
	}

/* Styles for classes:*/
.not-done-yet {
	color: red;
	}
	
/* #pictures div{
	width: 40%;
	margin: auto; 
	float: left;
	padding: 1% 5%;
	overflow: hidden;
	
}  */

.picture{
	width: 40%;
	margin: auto 2.5%; 
	float: left;
	padding: 1% 2.5%;
	overflow: hidden;
	
} 

.picture img{
	width: 400px;
	height: 400px;
	/* max-width: 400px;
	max-height: 400px;
	min-width: 200px;
	min-height: 200px; */
	/* width: 100%;
	height: 100%; */
}

.code {
	font-family: monospace;
	}



ul.no-list-style{
	list-style-type: none;
}
.slider {
	
	width: 100%; /* Full-width */
	height: 40px; /* Specified height */
}
/* Styles for ids:*/
#simulation-frame {	
	height: 400px;
	width: 400px;
	padding: 0;
	margin: 0 5% 0 auto;
	border: 3px solid;
	overflow: hidden;
	float: left;
	position:relative;
}

#controls{
	min-height: 406px;
	
}

#description{
	clear: left;
}

#container{
	position: relative;
}



/* #R{
	position:absolute;
	margin-right:10%;
	height:50px;
	left: 30%;
	top: 10%;
}
#G{
	position:absolute;
	left: 800px;

}
#B{
	position:absolute;
	left: 800px;
} */
#phase-diagram{
	float: right;
}

/* this puts the pictures next to each other: every second one gets the style float: left*/
/* #flower-pattern{
	float: left;
}

#mitosis-pattern{
	float: left;
} */

#references {
	clear: left;
	clear: right;
}


