body,html {
	font-family: 'omnes-pro', sans-serif;
	margin: 0;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,a,ul,li {
	font-weight: normal;
}

p a {
	color: #344C61;
	font-weight: 900;
	text-decoration: none;
	
	-webkit-transition: color 0.2s linear, letter-spacing 0.2s linear;
	-moz-transition: color 0.2s linear, letter-spacing 0.2s linear;
	-ms-transition: color 0.2s linear, letter-spacing 0.2s linear;
	-o-transition: color 0.2s linear, letter-spacing 0.2s linear;
	transition: color 0.2s linear, letter-spacing 0.2s linear;
}

p a:hover {
	color: #3E6474;
	letter-spacing: 2px
}

header {
	z-index: 100;
	position:fixed;
	top: 0;
	right: 0;
}

#preview {
	position: fixed;
	top: 0;
	z-index: 100;
	text-align: center;
	
	width:100%;
	min-height: 100vh;
	
	display: none;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	background-color: rgba(0,0,0,0.5);
}

	#preview.open {
		display: -webkit-flex;
	}
	
	#preview img {
		-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 10px 1px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	}
	
	#preview  span {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0%;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
		#preview span > * {
			width: 100%;
			margin-top: 0.1em;
			margin-bottom: 0.1em;
		}
		
	#preview #info {
		background: url(../images/info.svg);
		height: 50px;
		width: 50px;
		display: block;
		position: fixed;
		top: 1em;
		left: 1em;
	}
	
	#preview #info:hover {
		cursor: pointer;
	}

.banner {
	display: inline-block;
	padding: 0.5em;
    width: 325px;
    height: 52px;
    background: url(../Images/banner.svg) no-repeat;
    background-size: 100% 100%;
}

.logo {
	display: inline-block;
	padding: 0.5em;
    width: 325px;
    height: 262px;
    background: url(../Images/logo.svg) no-repeat;
    background-size: 100% 100%;
}

.parallax-window {
    background: transparent;
}

#menu {
	overflow-y: auto;
	position:fixed;
	z-index: 99;
	top:0;
	height: 100vh;
	width: 100%;
	background: rgba(32,32,32,0.75);
	text-align: center;
	
	padding-top: 8em;
	
	
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
			
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-ms-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}

	#menu.open {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	#menu ul {
		height: auto;
		padding: 0;
		list-style-type: none;
	}
	
		#menu ul > li {
			display: block;
			width: 15em;
			max-height: 3em;
			line-height: 3em;
			margin-bottom: 0.5em;
			font-weight: 300;
			list-style-type: none;
			
			-webkit-transition: max-height 0.4s linear, color 0.2s linear, background 0.2s linear;
			-moz-transition: max-height 0.4s linear, color 0.2s linear, background 0.2s linear;
			-ms-transition: max-height 0.4s linear, color 0.2s linear, background 0.2s linear;
			-o-transition: max-height 0.4s linear, color 0.2s linear, background 0.2s linear;
			transition: max-height 0.4s linear, color 0.2s linear, background 0.2s linear;
		}
		
			#menu  ul > li.hvr-underline-from-center.expanded {
				max-height: 500px !important;
			}
		
		#menu ul > li > a {
			font-weight: 900;
			font-size: 18pt;
			display: block;
			text-decoration: none;
			
			color: #e6e6e6;
			
			/*-webkit-transition: color 0.2s linear, background 0.2s linear;
			-moz-transition: color 0.2s linear, background 0.2s linear;
			-ms-transition: color 0.2s linear, background 0.2s linear;
			-o-transition: color 0.2s linear, background 0.2s linear;
			transition: color 0.2s linear, background 0.2s linear;*/
		}
		
		#menu > center > ul > li:hover {
			background-color: rgba(255,255,255,0.5);
			cursor: pointer;
			color: white;
		}
			
			#menu li > ul > li {
				margin-bottom: 0;
			}

#main {
	text-align: center;
	
	width:100%;
	min-height: 100vh;
	
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
}

	#main > span {
		overflow: auto;
		cursor: default;
		
		text-transform: none !important;
	}
	
		#main > span > pre {
			font-family: 'omnes-pro', sans-serif;
			color: white !important;
			text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
			background: none !important;
			font-size: 16pt;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			margin-right: 1em;
			margin-left: 1em;
		}
		
.block {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	padding-left: 15em;
	padding-right: 15em;
	padding-bottom: 2em;
	width: calc(100%-30em);
	overflow: hidden;
}

	.block > div > h1 {
		text-transform: uppercase;
		letter-spacing: 5px;
		
		transform : scale(1,1.25);
		-webkit-transform:scale(1,1.25);
		-moz-transform:scale(1,1.25);
		-ms-transform:scale(1,1.25);
		-o-transform:scale(1,1.25);
		
		font-size: 21pt;
		font-weight: bold;
		
		margin-bottom: 10px;
	}
	
		.block > div > h1:after {
			content: "";
			display:block;
			width:3em;
			height:1px;
			padding:0;margin:0;
			background-color:#34495e;
			position: absolute;
			left:0;
			bottom:-1px;
		}
	
	.block pre {
		position: absolute;
		float: left;
		margin-top: 2em;
		margin-bottom: 2em;
		padding: 0.5em;
		text-align: center;
		width: auto;
	}
	
	.block p, .block li, .block h2 {
		font-family: Lora;
	}
	
#web-window {
	display: block;
	text-align: center;
	
	width:100%;
	height: 15em;
}

.parallax-window {
	display: block;
	width: 100vw;
	height: 15em;
}

.owl-carousel {
	margin-top: 4.5em;
	margin-bottom: 0.5em;
}

#visual-inspiration {
	background-color: transparent;
}
	
.gallery {
	padding-left: 0.1em;
	padding-right: 0.1em;
	text-align: center;
	height: auto;
}

	.gallery > .annotation {
		display: none;
	}

	.gallery > h1 {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 14pt;
		
		transform : scale(1,1.25);
		-webkit-transform:scale(1,1.25);
		-moz-transform:scale(1,1.25);
		-ms-transform:scale(1,1.25);
		-o-transform:scale(1,1.25);
	}
	
	.gallery > img {
		/*height: 4em;*/
	}

.owl-controls {
	width: 80%;
}
	
.owl-controls > a {
	display: inline-block;
	width: 5em;
	height: 2em;
	line-height: 2em;
	margin-bottom: 0.5em;
	font-weight: 300;
	font-size: 18pt;
	text-decoration: none;
	
	cursor: pointer;
	
	color: #e6e6e6;
	
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-ms-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}