*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body{
	margin: 0;
	font-family: 'Stylish', sans-serif;
}

.container{
	margin: 0;
	width: 100%;
	height: 100vh;
	opacity: 1;
}



.top{
	color: white;
	background-image: url("pattern4.png'");
}

.middle{
	color: black;
	background-image: url("pattern5.png'")
}


.button{
	background-color: #333333;
	color: #f79e02;
	width: 120px;
	padding: 8px 10px;
	font-size: 1.5rem;
	border-radius: 3px;
	margin: 0 auto;
	display: none;
}

.button:hover{
	color: #f0ebf4; 
	cursor: pointer;
}

.intermediate{
	background-image: url("pattern3.png'");
	color: #f0ebf4;
	display: flex; 
	align-items: center;
}

.intermediate2{
	background-image: url("pattern6.png'");
	color: #f0ebf4;
	display: flex; 
	align-items: center;
}

.text{
	margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    font-size: 5rem;
	font-weight: 70;
}

.vimeo-wrapper {
   width: 100%;
   height: 100%;
   z-index: -1;
   text-align: center;
   overflow: hidden;
}

#video1{
	width: 90%;
   height: 80%;
}

#video2, #video3, #video4, #video5{
	width: 23%;
   height: 90%;
   display: inline-block;
}

.hoverable{
   width: 23%;
   height: 90%;
   display: inline-block;
   transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  transition-duration: 0.3s;
	  transition-property: transform;
}

.hoverable:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.menu{
	height: 80px;
}

.scroll-text{
	font-size: 2.5rem;
}

.description{
	width: 100%;
	position:absolute;
	top:260%;
}

.des-text{
	display: inline-block;
	width: 23%;
	font-size: 2rem;
}