*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	font-family: 'Jura', sans-serif;
	height: 100vh;
	color: white;
	background-color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow:auto;
	color:white;
	transition:0.5s;
}

#intro {
	
	top:0;
	left:0;
	transition:1s;
}
a{
/*color:white;font-weight:bold;*/
font-size:1.2rem;

}

a[aria-expanded=true] {
   cursor: pointer;
}
a[aria-expanded=false] {
   cursor: pointer;
}

.overLays {
	z-index: 10004;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	margin-top:0;
	padding-top:80px;
	/*background-color: #111;*/
	background-color: black;
	overflow-x: hidden;
	transition: 1s;
	text-align:center;
	opacity:1;	
}

.overLays a {
	padding: 8px;
	outline:none;
	text-decoration: none;
	font-size: 20px;
	color: #999999;
	color:white;
	display: block;
	transition: 0.3s;
	outline:none;
	font-weight:normal;

}

.overLays a:hover{
	color: rgba(203,163,77,1);
}

.overLays .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 25px;
	margin-bottom: 25px;
	color: rgba(203,163,77,0.9);
	padding-top:20px;
}

#design-sidepanel {
	transition:0.5s;
}

/*#designer a:hover{
	color: rgba(79, 66, 40, 1);
}*/

/*#designer {padding-top:7px;line-height:22px;}
#designerText {font-size: 16px;padding-top:18px;}*/

@media screen and (max-height: 450px) {
  .overLays a {font-size: 18px;}
  #designerText {padding-top:13px;}
  .list {padding-top:3px;}
  /*#designer {line-height:18px;}*/
}	

@media screen and (max-width: 450px) {
  .overLays a {font-size: 18px;}
  #designerText {padding-top:13px;}
  .list {padding-top:3px;}
 /* #designer {line-height:18px;}*/
}
		
.location {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:12px;
}

.section h2 {right:20px;}

@media (max-width: 575px) {
    .section {
    	position:absolute;
    	bottom:10px;
    	right:10px;
    	font-size:16px;
    	-webkit-writing-mode: vertical-rl;
    	writing-mode: vertical-rl;
    }
    .section h2 {right:0px;}
}

.particles-button{
	font-size:22px;
}
@media screen and (min-width: 67em) {	
	.location {
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		font-size:14px;
	}
	.section{
	font-size:30px;
	}
	.particles-button{
	font-size:36px;		
	}
}	

/*img {
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: 0.1s;
  opacity:0.7;
}
img:hover{
  filter: none;
  -webkit-filter: none;
  opacity:1;
}*/

.module {
  background-image: url(moduleM.png);
}	
*, *:before, *:after {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
input, input:before, input:after{margin:0;padding:0;-webkit-touch-callout:initial;-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial;}	
textarea, textarea:before, textarea:after{margin:0;padding:0;-webkit-touch-callout:initial;-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial;}

.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: white;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

main {
	position: relative;
	margin: 0 auto;
}

.grid__item {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	align-items: center;
	justify-items: center;
	overflow: hidden;
	padding: 4rem 1.5rem;
	background: black;
}

#d-image{
	opacity:0;
	transition: 1s;
}