


@import url('https://fonts.googleapis.com/css?family=Abel|Rubik:300,400|Montserrat:700|Oswald:300,400');

* {
  margin: 0;
  padding: 0;
  user-select: none;}

.logo {
    position: fixed;
	padding-top:22px;
	width: 50%;
    left: 100px;
    top: 15px;
    font-size: 30px;
    color: #FFFFF;
    cursor: pointer;
  }
  

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
 


 
body {
  font-family: 'Montserrat';
	font-size:9px;	
}
 
.contain nav.desk,
.contain nav.mob{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF ;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  height: 120px;
  font-size:12px;
  
}

 
nav.desk ul {
  
  position: fixed;
  right: 50px;
  width: 70%;
  list-style: none;
  height: 60px;
}
 
nav.desk ul li {
  padding-top: 40px;
  width: inline-block;
  padding-left:30px;
  float: left;
  text-align: left;
  line-height: 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #FFFFFF;
  
}
 
nav.desk ul li:hover,
nav.mob ul li:hover{
 
  background: #fffff;
  
}
 
nav.desk ul li.active,
nav.mob ul li.active{
  background-color: #fff;
  
}
 
nav ul li a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Montserrat';
	text-transform: capitalize;
	font-weight:100;
	background-color: #fff;
	color: #333;
}


.white-block{
	background-color: #fff;
	color: #333;
}





@media only screen and (max-width: 1000px) {
  nav ul li a {
	color: #333;
	text-align:left;
	background-color: #fff;
	color: #333;
}
	
}
  





.floterz{

  /*z-index: 10;*/
  background: #FFFFFF;
  
}
 
.header {
  width: 100%;
  height: 500px;
  background: #ffffff url("kyleido-background-1.jpg") no-repeat center;
  background-size: cover;
  margin-top: 60px;
  
/*  z-index: 10;*/
  background-color: #fff;
	color: #333;
  
}
 
.mob,
.hamburger-btn {
  display: none;
}
 
@media screen and (max-width: 700px) {
  
 
  
  
  .logo {
    position: fixed;
    left: 25px;
    top: 15px;
    font-size: 30px;
    color: #FFFFF;
    cursor: pointer;
  }
  
  
  nav.desk {
    display: none;
  }
 
  nav.mob,
  .hamburger-btn {
    display: block;
	background-color: #fff;
	color: #333;
  }
   
  .hamburger-btn {
    position: relative;
  }
 
  .hamburger-btn .fa-bars,
  .hamburger-btn .fa-times {
    position: fixed;
    right: 25px;
    top: 15px;
    font-size: 30px;
    color: #fffff;
    cursor: pointer;
	background-color: #fff;
	color: #333;
  }
 
  .mob ul{
    margin-top: 150px;
    background: #FFFFF;
    display: none;
	background-color: #fff;
	color: #333;
	
  }
 
  .mob li {
	  
	display: inline-block;
  	font-size: 20px;
  	padding: 20px;
	background-color: #fff;
	color: #333;
	  
	  
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
	width:100%;
	background-color: #fff;
	color: #333;
  }
   
  .mob ul.active {
    display: block;
  }
}


mobile-text {
	font-size: 18px;
	
	}