* {
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;*/
}

p {
    /*-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;*/
	/*font-size: 28px;*/

}



body{
    margin:0;
    font-size: 20px;
  font-family: "mr-eaves-modern", Open Sans;
  font-weight: 300;
  text-align: left;
  color: #C9DCF2;

}

h1,h2,h3,h4,h5{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}


h1{
  font-family: "mr-eaves-modern", Open Sans;
  font-weight: 400;
  font-size: 200%;

  color: #BAE3D2;
 	color: rgba(20,60,85,1);
  padding:0;
  margin:0;

}

h2{

  font-family:"mr-eaves-modern", Open Sans Condensed;

  font-weight: 300;
  font-size: 2.2em;
  padding: 0;
  margin:0;
  color:#E3C8F0;
}

h1, h2, h3, h4{

}

.pre-header{
	position: absolute;
	width: 100%;
	height: 300px;
	top:-300px;
	background: white;
	z-index: 100;
}

.header{
    position: fixed;
    width: 100%;
	top:0;

    z-index: 10;
    color: rgba(1,13,11,1);
    background-color: white;
    padding:15px 35px;
	z-index: 3000;
}

.main{
    width:100%;
    margin-top:350px;
}

.section{
    position: relative;
    height: 450px;

    padding: 50px 100px;
    background-color: rgba(20,60,85,0.8);
    margin:auto;
}

.item{
    width:100%;
    position: absolute;
    display: inline-block;
    top:0;
    left:0;
    right:0;
    padding:0;
    margin:auto;
	z-index: 500;

}

.label,.label-prefix{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 1000;

}

.label{
    cursor: pointer;
     transition: font-size 0.25s ease;
}

.label.current{
    border-bottom: 2px solid currentColor;
      display: inline-block;
      line-height: 1.6;
}

.label.inactive{
    font-size: 0.6em;
    opacity: 0.4;
     transition: font-size 0.25s ease;
}

.label.inactive:hover{
    font-size: 1em;
    opacity: 0.6;
    transition: font-size 0.25s ease;
}


.description{
    position: absolute;
    background-color: rgba(18, 38, 51, 0.95);
    padding: 150px 30% 100px 100px;
	min-height: 120px;
    opacity: 0.8;
	font-size: 24px;
	line-height: 1.2;
    margin:auto;


}

.fullscreen-background{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*margin:auto;*/

    z-index: -100;

}

.fullscreen-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}


.fullscreen-background img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: auto;
    min-width:  100%;
    min-height: 100%;

}



.hidden{
    opacity: 0;
    transition: opacity 0.25s linear;
    transition-delay: 0.25s;
    z-index: -100;
}

.visible{
    opacity: 1;
    transition: opacity 0.25s linear;
    z-index: 0;
}

.hidden.fullscreen-background{
    opacity: 0;
    transition: opacity 0.5s linear;
}


.links{
	position: absolute;
	right:100px;

	top:140px;

	width:200px;
	z-index: 600;

}

.link{
	font-size: 85%;
	position: relative;
	width: 100%;
	margin: 10px;
	cursor: pointer;
	color:#BAE3D2;
	display: block;
}

.link > a:after{
	position: absolute;
	content: "→";

	right:10px;
}

 a{
	

	text-decoration: none;

}

.link > a{
	display: block;
	position: relative;
	padding: 10px 15px;
	background-color: black;

	text-decoration: none;
	color:#BAE3D2;
}

.blog{
	
	display: flex;
	flex-direction: column;
	/* background-color: rgba(18, 38, 51, 1); */
	padding:80px 5%;
	margin:auto;
	padding-top:130px;
	
}

.post{

	margin-bottom:200px;
}

.post-content{
	max-width: 800px;
	margin:auto;
	margin-bottom:20px;
}

.blog p{
	color:black;
}

.blog a{
	color:#E3C8F0;
	font-weight:400;
}

.blog img{
	width:100%;
	padding:20px 0;
}

.blog img[alt=right] { 
	float:right;
	width: 45%; 
	padding-left:5%;
		padding-bottom:50px;
}

.blog img[alt=left] { 
	float:left;
	width: 45%; 
	padding-right:5%;
	padding-bottom:50px;
}

.blog ul{
	float:left;
	margin:auto;
	margin-right:50px;
	max-width: 30%;
	/* margin-top:0; */
}

.blog h3{
	
	padding-top:50px;
	padding-bottom:20px;
	clear: both;

}

.blog video{
	float:clear;
	width:60%;
	height:auto;
}

.blog .videos{
	max-width: 800px;
	margin:auto;
	margin-bottom:20px;
}

.small-video{
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.small-video p{
	padding:40px;
	font-size: 130%;
}

.projects{
	position: absolute;
	width:100px;
	right:70px;
	top:25px;
	font-size: 125%;
}

.projects a{
	text-decoration: none;
	color: black;
}


@media screen and (max-device-width: 600px) {
    h1{
        font-size: 2.8em;
    }
   body {
       font-size: 3em;
   }

   .item{

   }

   .description{
	   padding: 480px 100px 150px 100px;
	   font-size: 100%;
   }

   .label,.label-prefix{
       margin-right: 40px;

   }

   .label.current{
       border-bottom: 4px solid currentColor;
         display: inline-block;
         line-height: 1.5;
   }
   .section{
       height: 2000px;
       padding: 100px 100px 40px 100px;

   }

   .links{
   	position: absolute;
   	right:auto;
	left:auto;
	top:1000px;
	width: 80%;



   	z-index: 600;

   }

   .link{
	   margin: 20px 0;
   }
   .link > a{
	   padding: 20px 30px;
   }

   .description{
	   min-height:auto;
   }




}
