@charset "UTF-8";
/* HOME PAGE CSS */

/* FONT-DECLARATIONS */

@font-face {
	font-family: nanofont;
	src: url(fonts/Nouveau_IBM.ttf);
}
@font-face {
	font-family: worksans;
	src: url(main/fonts/work-sans/WorkSans-Medium.otf);
}
@font-face {
	font-family: roboto;
	src: url(main/fonts/work-sans/Roboto-Light.ttf);
}
@font-face {
	font-family: tahoma;
	src: url(main/fonts/Tahoma.ttf);
}
@font-face {
	font-family: verdana;
	src: url(main/fonts/Verdana.ttf);
}
@font-face {
	font-family: optima;
	src: url(main/fonts/Optima.ttc);
}
/* GENERAL STYLES */
body {
 	overflow:;
	color: white;
	font-family: 'Crimson Text', serif; /* MAIN TEXT FONT */
}

/* CUSTOM CLASSES */
/*@media only screen and (max-width: 700px) and (min-width : 700px) {
.twocolumns {
	padding: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 5vw;
	-webkit-column-count: 1;
	-webkit-column-gap: 5vw;
	column-count: 1;
	column-gap: 5vw;
}
}*/
 /*@media only screen and (min-width: 700px) {*/
.twocolumns {
	padding: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 5vw;
	-webkit-column-count: 2;
	-webkit-column-gap: 5vw;
	column-count: 2;
	column-gap: 5vw;
}
/*}*/
.twocolumns_img {
	padding: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 5vw;
	-webkit-column-count: 2;
	-webkit-column-gap: 5vw;
	column-count: 2;
	column-gap: 5vw;
}
.col-1 {
	background-color: white;
}
.col-2 {
	background-color: white;
}
.collapsible {
	background-color: blue;
	background: url(landingpagematerials/main_background_slyall.jpg);
	background-position: 0px 0px;
	background-size:105%;
	cursor: pointer;
	padding: 15px 18px 15px 18px;
	color: black;
	text-align: left;
}
.active, .collapsible:hover {
	color:black;
}
.collapsible:after {
	content: '\002B';
	float: right;
}
.active:after {
	content: "\2212";
}
.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.long_chunk {
	font-size: 2vh;
	text-align: justify;
}
.special_font {
	font-size: 2vh;
}
::selection {
	background-color:#FCF;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
em {
	color:teal;
}
.contentbox {
	position: absolute;
	width: 30%;
	top: 10%;
	left: 50%;
	margin-left: -15%;
}
.text {
	color: white;
	font-size: 1.5vh;
	z-index: 99;
	font-weight: bold;
	width: 100%;
	height: 100%;
	text-align: justify;
}
.textback {
	background: linear-gradient(to bottom right, aqua, blue);
	opacity: 0.77;
	padding: 10px;
	z-index: 99;
	width: 100%;
	height: 100%;
	position: absolute;
}
.hidden {
	opacity:0;
}
/* TOP ZONE STYLES */

/* Flashy cool pearlescent image wallpaper */
#morphobox {
	background: url(landingpagematerials/main_background_slyall.jpg);
	-webkit-filter: hue-rotate(90deg);
	-webkit-transform: rotateY(0deg);
	filter: hue-rotate(90deg);
	background-size: cover;
	width: 105%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -99;
	
	opacity:0;
	animation:appear 5s linear 0.7s  forwards;
	-webkit-animation:appear 5s linear 0.7s  forwards;
}

#fixed_title {
	position:absolute;
	top: 25vh;
	left: 25vw;
	z-index:0;
	
	opacity:0;
	animation:appear 4s linear 3s  forwards;
	-webkit-animation:appear 4s linear 3s forwards;
}
.title {
	font-size: 200%;
	color: white;
}

#enter-about {
	width: 30vw;
	cursor: pointer;
	font-family: 'Mansalva', cursive;
	
	opacity:0;
	animation:appear 4s linear 4s  forwards;
	-webkit-animation:appear 4s linear 4s forwards;
}

#enter {
	float:left;
}

#butterfly {
		position:absolute;
		cursor:;
		padding-top:1vh;
		z-index:999;
		float:left;
		margin-top:-5vh;
		margin-left:10vw;
	}
	#butterfly img {
		width:5vw;
		height:5vw;
		max-width:40px;
		max-height:40px;
	}

.toplink {
	opacity:0.5;
}
.toplink:hover {
	opacity:1;
}

#header {
	top: 20%;
	left: 40%;
}

/* INTRODUCTION ZONE (WHITE PAGE FULL OF TEXT WITH A WORD ABOUT THE PROJECT) */
#footer {
	position: absolute;
	width: 80vw;
 	margin-top:1vh;
	left: 10vw;
	margin-left: -0vw;
	top: 102vh;
	vertical-align: middle;
	color: black;
}
/* 			white space (Includes Footers:Titles, Intro, Scientist, Media Researcher, Artistes, Team, Website) */
#white_page {
	padding:2vh 0vw 2vh 0vw;
	background-color: white;
	border-radius:6px 6px 0 0;
}
#white_page a {
	color:blue;
}
#footer-titles {
	padding: 0 5vw 0 5vw;
	text-align: center;
	margin-top: 5vh;
}
#footer-intro {
	padding: 0 5vw 0 5vw;
	margin-top: 1vh;
	text-align: justify;
	font-size: 2vh;
}
#footer-scientist {
	padding: 0 5vw 0 5vw;
	margin-top: 3vh;
	text-align: justify;
	font-size: 2vh;
}
#footer-mediaresearcher {
	padding: 0 5vw 0 5vw;
	margin-top: 1vh;
	text-align: justify;
	font-size: 2vh;
}
#footer-artists {
	padding: 0 5vw 0 5vw;
	margin-top: 1vh;
	text-align: justify;
	font-size: 2vh;
}
#footer-team {
	padding: 0 5vw 0 5vw;
	margin-top: 1vh;
	text-align: justify;
	font-size: 2vh;
}
#team {
	text-align: left;
	color: black;
}
#team ul {
	font-size: 2vh;
	width: 50%;
	list-style: none;
	margin-top: 2vh;
	padding: 0;
	line-height: 18px;
}
#team li {
	color: black;
	margin-right:0vw;
	padding-left:2vw;
	
}
#team li:hover {
	background-color: #81DFDB;
	cursor: pointer;
}
#team a {
	color:teal;
}
#container_team {
	display: grid;
	grid-template-columns: 20% 80%;
	height:108vh;
	margin-bottom:-93vh;
}
#footer-website {
	padding: 0 5vw 3vh 5vw;
	margin-top: 1vh;
	text-align: justify;
	font-size: 2vh;
}
#mininano {
	width:300px;
	height:200px; 
	background-color:; 
	opacity:0.8; 
	margin-bottom:-200px; 
	z-index:10; 
	position:absolute; 
	margin-left:18vw; 
	width:30vw; 
	height:20vw;
	cursor:pointer;
}

/* UNDER THE INTRODUCTION (Logo, Thanks, Team Rocket Rocket Team) */	
#thank_you {
	position:;
	width: 100%;
	bottom:0px;
	vertical-align: middle;
	padding: 0vh 0 5vh 0;
	-webkit-filter: hue-rotate(90deg);
	filter: hue-rotate(90deg);
	text-align: center;
	z-index:0;	
}

/* POPUP BOX WITH MORE INFO (MORPHO)! */
#popup {
	position: fixed;
	background-color: blue;
	color: white;
	width: 100px;
	height: 100px;
	top: 20%;
	left: 20%;
	padding: 20px;
	border-radius: 20px;
	display: none;
}

/* LOG LINE */
#log {
	position:fixed;
	top:0px;
	left:0px;
	background-color:pink;
	color:black;
	z-index:99;
}



/* ANIMATIONS */

/* Appear animation */
  
  	@-webkit-keyframes appear {
    	0% {opacity: 0} 
    	100% {opacity: 1}
  	}
	
	@-webkit-keyframes disappear {
    	from {opacity: 1} 
    	to {opacity: 0}
  	}