body {
	background: #fff;
	color: #777;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	margin:0;
	font-size: calc(1em + 1vw);
}
@font-face {
  	font-family: 'Gravity';
  	src: url("../fonts/Gravity-Light.otf") format("opentype");
	font-style: normal;
}
@font-face {
  	font-family: 'Gravity Bold';
  	src: url("../fonts/Gravity-Regular.otf");
	font-style: bold;
}
@font-face {
  	font-family: 'Louis George';
  	src: url("../fonts/LouisGeorgeCafe.ttf");
}
@font-face {
  	font-family: 'Louis George Bold';
  	src: url("../fonts/LouisGeorgeCafeBold.ttf");
}
h1 {
	font-family: 'Gravity', Arial, sans-serif;
	color: black;
	font-size: 40px;
}
.top_wrapper {
	
	display: flex;
	flex-direction: row;
	background: #F3F3F3;
}

.video_wrapper {
	
	float: left;
   width: 35%;
}
.video_wrapper video {
    object-fit: cover;
	overflow: hidden;
    width: 100%;
    height: 100%;
	order:1;
}
.navigation_wrapper {
	display: inline-block;
	order:2;
}
.navigation_bar {
	background: #fff;
	height: 50px;
	width: 100%;
	position: fixed;
	
	padding-top: 10px;
}
.nav_items {
	margin: 0px;
}
.nav_items li {
	
	display: inline-block;
	font-family: 'Gravity', Arial, sans-serif;
	font-size: 20px;
	list-style-type: none;
	
}
.nav_items li a {
	text-decoration: none;
	padding-left: 7vh;
	
}
.menu {
	display: none;
	
}
.menu-line {
	
	width: 20px;
	height: 2px;
	background-color: black;
	margin-bottom: 3px;
	transition: transform 0.4s;
		transform: translate(-0px, 0px) rotate(0deg);
}
.logo_wrapper {
	background: #F3F3F3;
	display: inline-block;
	order:3;
}
.logo_wrapper img {
	margin-top: 4.2em;
	margin-left: 11.5em;
    width: 6em;
   
}
.logo_wrapper_about {
	height: 320px;
}
.logo_wrapper_about img {
	margin-left: 40%;
	margin-top: 20%;
	width: 20%;
}
.footer_wrapper {
	background: #F3F3F3;
	overflow: hidden;
	height: 50%;
	width: 100%;
}
.about_wrapper {
	background: #FFF;
	overflow: hidden;
	height: 50%;
	width: 100%;
}
.inspiration_arrow {
	font-family: 'Gravity';
	color: black;
	font-size: 40px;
	background: #FFF;
	overflow: hidden;
	margin-top: 50px;
	margin-left: 55px;
	float:left; 
	display:inline;
}
.idea {
	background: #FFF;
	margin-top: 10px;
	margin-right: 150px;
	display: table;
}
.idea_text {
	font-family: "Louis George";
	color: black;
	font-size: 19px;
	width: 520px;
	margin-top: -100px;
	word-break: normal;
	float: right;
}
.idea_text img {
	float: right;
}	
.blinking-cursor {
  	font-weight: 500;
  	font-size: 30px;
	font-stretch: expanded;
  	color: black;
  	-webkit-animation: 1s blink step-end infinite;
  	-moz-animation: 1s blink step-end infinite;
  	-ms-animation: 1s blink step-end infinite;
  	-o-animation: 1s blink step-end infinite;
  	animation: 1s blink step-end infinite;
	padding-left: 20px;
}
.gallerycontainer {
  display: flex;
  width: 100%;
  padding: 0% 0%;
  box-sizing: border-box;
  height: 100%;
}

.gallerybox {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 0%;
  line-height: 0;
}
.gallerybox > img {
  width: 150%;
  height:150%;

  object-fit: cover; 
  transition: .5s;
}

.gallerybox:hover { flex: 1 1 20%; }
.gallerybox:hover > img {
  width: 100%;
  height: 100%;
}

@keyframes "blink" {
  	from, to {
    	color: transparent;
  	}
  	50% {
    	color: black;
  	}
}
@-moz-keyframes blink {
  	from, to {
    	color: transparent;
  	}
  	50% {
    	color: black;
  	}
}
@-webkit-keyframes "blink" {
  	from, to {
    	color: transparent;
  	}
  	50% {
    	color: black;
  	}
}
@-ms-keyframes "blink" {
  	from, to {
    	color: transparent;
  	}
  	50% {
    	color: black;
  	}
}
@-o-keyframes "blink" {
  	from, to {
    	color: transparent;
  	}
  	50% {
    	color: black;
  	}
}
.footer_intro {
	font-family: Gravity Bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
	display: inline;
}

a:link {
	color: black;
  	text-decoration: none;
}
a:visited {
	color: black;
  	text-decoration: none;
}
a:hover {
   	color: grey;
}


@media screen 
  and (max-width: 1000px) {
	  .nav_items li {
	  		font-size: 17px;
			
		}
	  .nav_items li a {
	  		padding: 0px 0px 0px 25px;
		}
	   .navigation_bar {
		 height: 45px;
		
		}
	  .logo_wrapper img {
	
    	width: 5em;
		margin-top: 3.85em;
		margin-left: 11.5em;
    
		}
	 }
@media screen 
  and (max-width: 825px) {
	  .top_wrapper {
		  height: 7em;
		}
	  .navigation_wrapper {
			width: 5em;
		}
	 .navigation_bar {
		 height: 40px;
		padding-top: 0px;
	}

	  	.nav_items li {
	  		font-size: 16px;
			height: 100%;
			padding: 6px 0px 0px 0px;
			margin: 0px 0px;
		}
	  .nav_items a {
	  		padding-left: 3vh;
		  
		}
	 .logo_wrapper {
			
			margin: 0px;
		}
	  .logo_wrapper img {
		  width: 4.5em;
		margin-top: 3.6em;
		margin-left: 3.5em;
		}
}
@media screen 
  and (max-width: 640px) {
	  .top_wrapper {
		  height: 6em;
		}
	  .nav_items {
		
		padding: 0px;
	  }
	  .nav_items li {
		font-size: 13px;
		 
	  }
	
	  .navigation_wrapper {
		
			width: 5em;
		}
	  .navigation_bar {
		  height: 30px;
		
		}
	  
	  .logo_wrapper img {
		  width: 3.4em;
		margin-top: 3em;
		margin-left: 1.5em;
		}
	  }
@media screen 
  and (max-width: 480px) {
	  .menu {
		  display: block;
		 position: fixed;
		  right: 13px;
		  top: 13px;
	  }
	.nav_items li {
		display: block;
		margin-left: -0.5em;
	}
	.navigation_wrapper {
		
			
		}
	  .top_wrapper {
		background: white;
	  }
	 .nav_items {
		display: none;
	  }
	.video_wrapper {
			width: 50%;
		}
	  .logo_wrapper {
		 background: #FFF;
			 
		}
	  .logo_wrapper img {
		  width: 3.4em;
		margin-left: 10px;
		  margin-right: 45px;
		
		}
	  .actived {
		display: block;
		  margin-top: 10px;	
		}
	.rotated1 {
		transform: translate(0.2px, 4px) rotate(45deg);
	}
	  .rotated2 {
		transform: translate(-0.2px, -1px) rotate(-45deg);
	}
	  .rotated3 {
		display: none;
	}
}
@media screen 
  and (max-width: 430px) {
	.top_wrapper {
		float: right;
		height: 100%;
		  flex-wrap: wrap;
		  background-color: transparent;
		
	}
	.video_wrapper {
		order: 3;
		margin-top: 43px;
		
    	width: 100%;
	}
	  .navigation_wrapper {
		 order: 1;
		width: 100%;
		  background-color: rgba(255,255,255,0);
		}
	  .navigation_bar {
		  top: 0px;
		left: 0px;
		position: fixed;
		width: 418px;
		  height: 43px;
		  background-color: rgba(255,255,255,.35);
		}
	 .nav_items li {
		  font-size: 20px;
	  }
	  .nav_items {
		  background-color: white;
		  opacity: 1;
	  }
	  
	  .logo_wrapper {
		 order: 2;
		   width: 80%;
		  background-color: rgba(255,255,255,0);
		  position: fixed;
			top: 0px;
		  left: 0px;
    	
		}
	 .logo_wrapper img {
		 width: 3.4em;
		margin: 10px 0px 0px 10px;
		
		}
	  
/*
	 .footer_wrapper {
		position: relative;
		 top: 30px;
}
*/
	.actived {
		display: block;
		position: fixed;
		left: 0px;
		 top: 0px;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		padding-left: 150px;
		width: 420px;
	}
	.rotated1 {
		transition: transform 0.4s;
		transform: translate(0.2px, 4px) rotate(45deg);
	}
	  .rotated2 {
		transition: transform 0.4s;
		transform: translate(-0.2px, -1px) rotate(-45deg);
	}
	  .rotated3 {
		display: none;
	}
}
	  
