@charset "utf-8";

* { box-sizing: border-box; }


/*---------------------------------------------- FONTS --*/

/*@font-face {
	font-family: Moderat-Regular;
	src: url(../../../_assets/type/ModeratTrial-Regular.otf);
	}*/




/*--------------------------------------------- GLOBAL --*/

html { height: 100%; }
	
body { 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; flex-direction: column; 
	color: #222;
	background-color: #EFEFEF;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-size: 4.25vmin;
	line-height: 1.35em;
	letter-spacing: 0.02em;
	margin: 0;
	min-height: 100%;
	position: relative;
	-webkit-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-chars: 6 2 2;
	-moz-hyphenate-limit-chars: 6 2 2;
	-ms-hyphenate-limit-chars: 6 2 2;
	hyphenate-limit-chars: 6 2 2;
	-webkit-hyphenate-limit-zone: 10vw;
	-moz-hyphenate-limit-zone: 10vw;
	-ms-hyphenate-limit-zone: 10vw;
	hyphenate-limit-zone: 10vw;
	-webkit-hyphenate-limit-last: none;
	-moz-hyphenate-limit-last: none;
	-ms-hyphenate-limit-last: none;
	hyphenate-limit-last: none;
	-webkit-hyphens: none; 
	-moz-hyphens: none; 
	-ms-hyphens: none; 
	hyphens: none; 
	}

::selection {
	/*background: #222;*/ /* WebKit/Blink Browsers */
	/*color: #EFEFEF;*/
	}
	
::-moz-selection {
	/*background: #222;*/ /* Gecko Browsers */
	/*color: #EFEFEF;*/
	}

a { 
	color: #222;
	text-decoration: none;
	/*border-bottom: 1px solid;*/
	}





/*----------------------------------------------- TYPE --*/

.emph {
	font-weight: bold;
	}



/*----------------------------------------- ANIMATIONS --*/




/*------------------------------------------ STRUCTURE --*/

#container {
	position: relative;
	height: 100vh;
	height: 100%;
/*	margin-bottom: 100px;*/
	}

.fade {
	opacity: 0;
	}

#logo {
	z-index: 5;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}

#medb, #medb-invert {
	position: fixed;
	width: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	margin-top: 10vh;
	}

#info {
	opacity: 0;
	width: 100vw;
	height: 140vh;
	position: absolute;
	padding-bottom: 20vh;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FED29D;
	}

#text {
	width: 100%;
	padding: 12% 8vw;
	position: absolute;
	bottom: 0;
	}

#contact {
	margin-top: 1.35em;
	/*font-size: 13px;*/
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	-ms-hyphens: auto; 
	hyphens: auto; 
	}

.canvid {
	width: 100%;
	}


#gallery {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	position: fixed;
	}

.image {
	width: 100%;
	/*height: calc(100vh + 60px);*/
	height: 100vh;
	overflow: visible;
	/*position: fixed;*/
	text-align: center;
	/*background-image: url("../../../_assets/image/IMG_6756-2000h-extend.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	}




/*-------------------------------------------- QUERIES --*/



/*---------------------------------------- ORIENTATION --*/


/*@media (min-aspect-ratio: 4/5) and (max-width: 600px) {*/
@media (min-aspect-ratio: 1/1) and (max-width: 600px) {
   
	body { 
		font-size: 3vw;
		}

	#medb, #medb-invert {
		position: fixed;
		width: 12em;
		left: 10vmin;
		transform: none;
		margin-top: 10vh;
		}

	.image { 
		background-position: left top;
		/*background-position: 0% 10%;*/
		}

	#text, #contact {
		padding: 10% 9vw;
		}

	#contact {
		position: fixed;
		top: 0;
		right: 0;
		margin-top: calc(12vh + 1.35em); 
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		}

}

/*@media (max-aspect-ratio: 1.5/1) {
   #gallery { width: 50%; }
}*/



/*--------------------------------------------- TABLET --*/

@media (min-width: 601px) {

	body, a { 
		font-size: 18px;
		color: #FFF;
		}

	#text {
		padding: 3em;
		}

	#medb, #medb-invert {
		position: absolute;
		width: 12em;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		transform: none;
		margin-top: 3em;
		margin-left: 3em;
		}

	#medb-invert {
		display: none;
		}

	.image { 
		background-position: left top;
		/*background-position: 0% 10%;*/
		}

	#info {
		opacity: 1;
		width: 100vw;
		height: 100vh;
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: transparent;
		}

	#text, #contact {
		width: 100%;
		position: absolute;
		bottom: 0;
		}

	#blurb, #contact {
		width: 21em;
		}

	#gallery {
		/*width: 50%;*/
	    /*width: calc(100% - 27em);*/
		height: 100%;
		/*overflow: hidden;*/
		position: fixed;
		top: 0;
		right: 0;
		}

	#contact {
		position: relative;
		margin-top: 1.35em;
		}

}

/*@media (max-aspect-ratio: 1.5/1) {
   #gallery { width: 50%; }
}*/






