*{
	box-sizing: border-box;
}

body {
	color: #fff;
	padding: 20px;
	font-family: 'Rubik', sans-serif;
	background: black ;
}
	


#video {
	min-width: 10%;
	min-height: 10%;
	width: 60%;
	z-index: -1000;
	overflow: hidden;
	margin: 0;
	position: fixed;
	top: 50%;
  left:50%;
  transform: translate( -50%, -50%);
}


.page-header {
	padding-right: 110px;


}

.page-header ul {
	  display: flex;
    justify-content: left;
    margin-left: 20px;
    padding: 0;
}

h1 {
	list-style: none;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	float: left;
}

h1 {
	display: inline-block;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 10px;
	letter-spacing: 0.05em;
}

h1 .dash {
	color: red;

}

h1 .nobreak {
	white-space: nowrap;
}

.page-header a {
	text-decoration: none;
	color: #fff;	

}

@media only screen and (max-width: 580px){

	h1 .dash { color: transparent; }
	h1 { margin-top: 5px; }
	main { font-size: 50px; }
	

}

a:hover {
	color: red;
	transition: color 0,5s ease;
}


.logo  {
	/*position: fixed;
	top: 40px;
	right: 40px;*/
	width: 50px;
}


.contact p {
	text-decoration:none;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.contact {
	/*position: fixed;*/
  top: 50%;
  transform: translate( 0, -50%);
  display: inline-block;
  position: absolute;
  
 
}

.randinfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	padding: 30px 15px;
	height: 100vh;
	
}

.contact p {
	writing-mode: vertical-lr;
	/*vertical-align: middle;*/
}



main {
	font-size: 100px;
	 font-family: 'BradleyGratisRegular'; 
   font-weight: normal; 
   font-style: normal; 
	color: #fff;
}

.block {
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	position: fixed;
  top: 50%;
  left:50%;
  transform: translate( -50%, -50%);
 }


	









