/* LAPTOP SCREEN */

@media only screen and (min-width: 830px) {

/* index */

body {
	background-color: white;
}

#maintitle {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4em;
	margin-top: 1.2em;
	font-family: futura;
	font-weight: normal;
	color: #D7FF33;
}

#headbar {
	list-style: none;
	position: fixed;
	left: 50%;
	top: 12.5em;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
}

#headbar > li {
	display: inline;
	font-size: 1em;
	font-family: futura;
	font-weight: normal;
}

.inactive {
	opacity: 0.4;
	text-decoration: line-through;
}

#headbar > li > a {
	text-decoration: none;
	color: black;
	padding-left: 4em;
	padding-right: 4em;
	opacity: 0.6;
	transition: 0.5s;
}

#headbar > li > a:hover {
	opacity: 1;
	transition: 0.5s;
}

#backindex {
	background-image: url("images/backindex.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

#backindex2 {
	background-image: url("images/backindex4.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.downbar {
	position: fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	opacity: 0.9;
	width: 100%;
	height: 4.5em;
	left: 0;
}

.downbar > ul {
	list-style: none;
	text-align: center;
}

.downbar > ul > li {
	display: inline;
	font-size: 0.7em;
	font-family: futura;
	font-weight: normal;
}

.downbar > ul > li > a {
	text-decoration: none;
	color: black;
	padding-left: 4em;
	padding-right: 4em;
	opacity: 0.6;
	transition: 0.5s;
}

.downbar > ul > li > a:hover {
	opacity: 1;
	transition: 0.5s;
}

.downbar2 {
	position: fixed;
	bottom: 0;
	margin: 0;
	left: 0;
	padding: 0;
	background-color: #00202A;
	opacity: 0.9;
	width: 100%;
	height: 4.5em;
}

.downbar2 > ul {
	list-style: none;
	text-align: center;
}

.downbar2 > ul > li {
	display: inline;
	font-size: 0.7em;
	font-family: futura;
	font-weight: normal;
	color: #D7FF33;
}

.downbar2 > ul > li > a {
	text-decoration: none;
	color: #D7FF33;
	padding-left: 4em;
	padding-right: 4em;
	opacity: 0.6;
	transition: 0.5s;
}

.downbar2 > ul > li > a:hover {
	opacity: 1;
	transition: 0.5s;
}

.active > a {
	font-weight: bold;
}

/* second skins */

.titlebox {
	position: relative;
	text-align: center;
	margin-top: 5em;
}

.titlebox > h2 {
	font-family: futura;
	font-weight: normal;
	font-size: 2em;
}

.titlebox > h5 {
	font-family: futura;
	font-weight: normal;
	margin-top: -20px;
	opacity: 0.6;
}

.capsulebox {
	position: relative;
	margin-top: 3em;
	margin-bottom: 10em;
	text-align: center;
	
}

.capsulebox > h3 {
	font-family: futura;
	font-weight: normal;
}

.imgbox {
	display: inline-flex;
	max-width: 90%;
}

.imgbox > div {
	position: relative;
}

.imgbox > div > a > img {
	max-width: 100%;
	transition: 1s;
}

.imgbox > div > h5 > a {
	text-decoration: none;
	color: black;
}

.imgbox > div:hover > a > img {
	opacity: 0.6;
	transition: 1s;
}

.imgbox > div > h5 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	font-family: futura;
	font-weight: normal;
	font-size: 2em;
	opacity: 0;
	transition: 1s;
}

.imgbox > div:hover > h5 {
	opacity: 1;
	transition: 1s;
}

.imgbox > div > h6 {
	position: absolute;
	bottom: 55%;
	left: 50%;
	transform: translateX(-50%);
	font-family: futura;
	font-weight: normal;
	font-size: 0.8em;
	opacity: 0;
	transition: 1s;
}

.imgbox > div:hover > h6 {
	opacity: 1;
	transition: 1s;
}

/* levels */

.fullfit {
	position: fixed;
	background-color: red;
	display: flex;
}

.fullfit > img {
	position: fixed;
	max-height: 70%;
	padding-top: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}

#cube1 {
	position: fixed;
	width: 6em;
	height: 4em;
	left: 50%;
	top: 36%;
	transform: translateX(-50%);
}

#img1 {
	position: fixed;
	height: 10em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img1 > img {
	width: 100%;
}

#img1 > h5 {
	font-family: futura;
	font-weight: normal;
	text-align: center;
	margin-top: 0%;
}



#cube1:hover + #img1 {
	opacity: 1;
	transition: 1s;
}

#cube2 {
	position: fixed;
	width: 6em;
	height: 4em;
	left: 50%;
	top: 43%;
	transform: translateX(-50%);
}

#img2 {
	position: fixed;
	height: 20em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img2 > img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);


}

#img2 > h5 {
	font-family: futura;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -17%;
}

#cube2:hover + #img2 {
	opacity: 1;
	transition: 1s;
}

#cube3 {
	position: fixed;
	width: 8em;
	height: 20em;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}

#img3 {
	position: fixed;
	height: 25em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img3 > img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);


}

#img3 > h5 {
	font-family: futura;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15%;
}

#cube3:hover + #img3 {
	opacity: 1;
	transition: 1s;
}

#cube4 {
	position: fixed;
	width: 10em;
	height: 14em;
	left: 50%;
	top: 34.5%;
	transform: translateX(-50%);
}

#img4 {
	position: fixed;
	height: 20em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img4 > img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);


}

#img4 > h5 {
	font-family: futura;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15%;
}

#cube4:hover + #img4 {
	opacity: 1;
	transition: 1s;
}

#cube5 {
	position: fixed;
	width: 6em;
	height: 4em;
	left: 50%;
	top: 36%;
	transform: translateX(-50%);
}

#img5 {
	position: fixed;
	height: 10em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img5 > img {
	width: 100%;
}

#img5 > h5 {
	font-family: futura;
	font-weight: normal;
	text-align: center;
	margin-top: 0%;
}



#cube5:hover + #img5 {
	opacity: 1;
	transition: 1s;
}

#cube6 {
	position: fixed;
	width: 6em;
	height: 6em;
	left: 50%;
	top: 48%;
	transform: translateX(-50%);
}

#img6 {
	position: fixed;
	height: 20em;
	width: 13em;
	right: 15%;
	top: 25%;
	opacity: 0;
	transition: 0.5s;
}

#img6 > img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);


}

#img6 > h5 {
	font-family: futura;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -17%;
}

#cube6:hover + #img6 {
	opacity: 1;
	transition: 1s;
}


/* all */

.imgbox2 {
	display: inline-flex;
	margin-top: 3em;
	width: 80%;
	justify-content: center;
}

.imgbox2 > div {
	position: relative;
	width: 20%;
	height: 20%;
}

.imgbox2 > div > a > img {
	height: 17em;
	object-fit: contain;
	transition: 1s;
}

.imgbox2 > div > a > #toobig {
	height: 10em;
	transition: 1s;
}

.imgbox2 > div:hover > a > img {
	opacity: 0.6;
	transition: 1s;
}

.imgbox2 > div > h5 {
	font-family: futura;
	font-weight: normal;
	font-size: 1em;
	opacity: 0.6;
	transition: 1s;
	margin-bottom: 0;
}

.imgbox2 > div:hover > h5 {
	opacity: 1;
	transition: 1s;
}

.imgbox2 > div > h6 {
	font-family: futura;
	font-weight: normal;
	font-size: 0.5em;
	margin: 0;
	opacity: 0.8;
}

/* contact */

#contactbox {
	position: fixed;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-family: futura;
}

#contactbox > h4 {
	font-weight: normal;
	margin-top: 12em;
}

#contactbox > h3 {
	font-weight: normal;
	padding-bottom: 2em;
}

#contactbox > h3 > a {
	text-decoration: none;
	color: black;
	opacity: 0.6;
	transition: 0.5s;
}

#contactbox > h3 > a:hover {
	opacity: 1;
	transition: 0.5s;
}

/* alone pieces */

.bobox {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5em;
	width: 40%;
	text-align: center;
}

.bobox > img {
	width: 80%;
}

#height {
	width: 30%;
}

.cbox {
	position: fixed;
	top: 30%;
	left: 26%;
	width: 10em;
	height: 18em;
	text-align: right;
}

.cbox > div > a > div {
	width: 2.5em;
	height: 2.5em;
	margin-top: 1em;
	border-radius: 50%;
	transition: 0.5s;
}

.cbox > div > a > div:hover {
	opacity: 0.6;
	transition: 0.5s;

}

#c1 {
	background-color: #C7F1ED;
}

#c2 {
	background-color: #00B5A2;
} 

#c3 {
	background-color: #616161;
} 

#c4 {
	background-color: #000;
}

#c5 {
	background-color: #FFE2B7;
}

#c6 {
	background-color: #FEDAD0;
}

.cbox > div > h6 {
	position: relative;
	top: -2.5em;
	right: 115%;
	margin: 0;
	font-family: futura;
	font-weight: normal;
	visibility: hidden;
}

.cbox > div:hover > h6 {
	visibility: visible;
}

/* part 2 */
/* concept */

.back2 {
	background-image: url("images/back2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.back2 > .titlebox {
	color: white;
}

.back2 > p {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 60%;
	margin-top: 3.5em;
	font-family: futura;
	font-weight: normal;
	font-size: 1.2em;
	color: white;
	overflow: scroll;
}

.back2 > p > em {
	color: #D7FF33;
}

/* contact */

.back2 > #contactbox {
	color: white;
}

.back2 > #contactbox > h3 > a {
	color: white;
}

}

/* MOBILE SCREEN */

@media only screen and (max-width: 600px) {

/* index */

body {
	background-color: white;
}

#maintitle {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3em;
	width: 80%;
	margin-top: 1em;
	font-family: futura;
	font-weight: normal;
	color: #D7FF33;
	text-align: center;
}

#headbar {
	list-style: none;
	position: fixed;
	left: 50%;
	top: 8em;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#headbar > li {
	display: inline;
	font-size: 0.7em;
	font-family: futura;
	font-weight: normal;
}

.inactive {
	opacity: 0.4;
	text-decoration: line-through;
}

#headbar > li > a {
	text-decoration: none;
	color: black;
	padding-left: 4em;
	padding-right: 4em;
	opacity: 0.6;
	transition: 0.5s;
}

#headbar > li > a:hover {
	opacity: 1;
	transition: 0.5s;
}

#backindex {
	background-image: url("images/backindex.png");
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 75%;
}

#backindex2 {
	background-image: url("images/backindex4.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.downbar {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	width: 100%;
	height: 4em;
	padding-top: 1em;
	background-color: white;
}

.downbar > ul {
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;	
}

.downbar > ul > li {
	display: inline;
	font-size: 0.75em;
	font-family: futura;
	font-weight: normal;	
}

.downbar > ul > .laptop {
	display: none;
}

.downbar > ul > li > a {
	text-decoration: none;
	color: black;
	padding: 1em;
	opacity: 0.6;
}

.active > a {
	font-weight: bold;
}

.downbar2 {
	position: fixed;
	bottom: 0;
	margin: 0;
	left: 0;
	padding: 0;
	background-color: #00202A;
	opacity: 0.9;
	width: 100%;
	height: 4em;
	padding-top: 1em;
}

.downbar2 > ul {
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;	
}

.downbar2 > ul > li {
	display: inline;
	font-size: 0.75em;
	font-family: futura;
	font-weight: normal;
	color: #D7FF33;
}

.downbar2 > ul > li > a {
	text-decoration: none;
	color: #D7FF33;
	color: #D7FF33;
	padding: 1em;
	opacity: 0.6;
}

/* second skins */

.titlebox {
	position: relative;
	text-align: center;
	margin-top: 3em;
}

.titlebox > h2 {
	font-family: futura;
	font-weight: normal;
	font-size: 2em;
}

.titlebox > h5 {
	font-family: futura;
	font-weight: normal;
	margin-top: -30px;
	opacity: 0.6;
}

.capsulebox {
	text-align: center;	
}

.capsulebox > h3 {
	font-family: futura;
	font-weight: normal;
}

.imgbox {
	position: relative;
	margin-bottom: 5em;
}

.imgbox > div {
	position: relative;
	
}

.imgbox > div > a > img {
	margin-top: 2em;
	margin-bottom: 1.5em;
	width: 100%;
}

.imgbox > div > h5 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.imgbox > div > h5 > a {
	text-decoration: none;
	font-family: futura;
	font-weight: normal;
	font-size: 1.3em;
	color: black;
}

.imgbox > div > h6 {
	position: absolute;
	margin: 0;
	top: 2em;
	left: 50%;
	transform: translateX(-50%);
	font-family: futura;
	font-weight: normal;
	opacity: 0.8;
}

/* levels */

.fullfit {
	display: none;
}

#img1 {
	position: relative;
	
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-top: 4em;
	margin-bottom: 2em;
}

#img2 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-bottom: 2em;
}

#img3 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5em;
	text-align: center;
}

#img4 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5em;
	text-align: center;
	margin-top: 4em;
}

#img5 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 2em;
	text-align: center;
	margin-top: 4em;
}

#img6 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5em;
	text-align: center;
}

#img1 > img {
	width: 80%;
}

#img2 > img {
	position: relative;
	width: 50%;
}

#img3 > img {
	position: relative;
	width: 60%;
}

#img4 > img {
	position: relative;
	width: 80%;
}

#img5 > img {
	position: relative;
	width: 80%;
}

#img6 > img {
	position: relative;
	width: 50%;
}

#img1 > h5 {
	font-family: futura;
	font-weight: normal;
}

#img2 > h5 {
	font-family: futura;
	font-weight: normal;
}

#img3 > h5 {
	font-family: futura;
	font-weight: normal;
}

#img4 > h5 {
	font-family: futura;
	font-weight: normal;
}

#img5 > h5 {
	font-family: futura;
	font-weight: normal;
}

#img6 > h5 {
	font-family: futura;
	font-weight: normal;
}

/* all */

.imgbox2 {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 2em;
	margin-bottom: 5em;
}

.imgbox2 > div > a > img {
	width: 80%;
	margin-top: 2.3em;
}

.imgbox2 > div > h5 {
	font-family: futura;
	font-weight: normal;
	margin-bottom: 0;
}

.imgbox2 > div > h6 {
	font-family: futura;
	font-weight: normal;
	margin-top: 0;
}

#msmall {
	width: 100%;
}

#mbig {
	width: 50%;
}

#mmid {
	width: 60%;
}

/* contact */

#contactbox {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-top: 5em;
}

#contactbox > h3 {
	font-family: futura;
	font-weight: normal;
	margin-top: 3em;
	margin-bottom: 3em;
}

#contactbox > h3 > a {
	text-decoration: none;
	color: black;
	opacity: 0.8;
}

#contactbox > h4 {
	position: relative;
	font-family: futura;
	font-weight: normal;
	margin-top: 10em;
}

/* alone pieces */

.bobox {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6em;
	width: 80%;
	text-align: center;
}

.bobox > img {
	width: 80%;
}

#height {
	width: 50%;
}

.cbox {
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: inline;
	justify-content: center;
}

.cbox > div > a > div {
	width: 2em;
	height: 2em;
	margin: 1em;
	border-radius: 50%;

}

#c1 {
	background-color: #C7F1ED;
}

#c2 {
	background-color: #00B5A2;
} 

#c3 {
	background-color: #616161;
} 

#c4 {
	background-color: #000;
}

#c5 {
	background-color: #FFE2B7;
}

#c6 {
	background-color: #FEDAD0;
}

.cbox > div > h6 {
	display: none;
}

/* concept */

.back2 {
	background-image: url("images/back2.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.back2 > .titlebox {
	color: white;
}

.back2 > p {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 60%;
	margin-top: 3.5em;
	font-family: futura;
	font-weight: normal;
	font-size: 1em;
	color: white;
	overflow: scroll;
}

/* contact */

.back2 > #contactbox {
	color: white;
}

.back2 > #contactbox > h3 > a {
	color: white;
}

}

