@charset "utf-8";

/* CSS Document */

body {

	margin: 0;
	padding: 0;
	background: #000;
	font-size:16px;	
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {margin:0; padding:0;}

::selection {
  background: #7200ff; /* WebKit/Blink Browsers */
  color:#f9f9f9;
}
::-moz-selection {
  background: #7200ff; /* Gecko Browsers */
  color:#f9f9f9;
}

.menu {
	cursor: pointer;
	width:28px;
	height:28px;
	background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
	border-radius: 50%;
	position: fixed;
	top:4%;
	right:4%;
	z-index:9;
	transform: scale(1);
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu:hover { transform: scale(1.4); }

.menu2 {
	cursor: pointer;
	width:28px;
	height:28px;
	background:#fff;
	border-radius: 50%;
	position: fixed;
	top:4%;
	right:4%;
	z-index:9;
	transform: scale(1);
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  	opacity:0;
}

.flow {
	overflow: hidden;
}

.active {
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  	opacity:1;
}

.menu2:hover { transform: scale(1.4); }


.menu_opened {
	width:100%;
	height:100vh;
	background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
	position: fixed;
	top:0;
	left:0;
	z-index: 11;
	opacity: 0;
    visibility: hidden;
	transition: opacity 0.2s ease-in-out;
}

.menu_opened.open {
  opacity: 1;
  visibility: visible;
}

.menu.open { 
  transform: scale(68);
}

.menu.open .menu2{ 
  opacity:1;
}

#sectitle {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: left;
	text-transform: uppercase;
	position: fixed;
	top:5%;
	left:4%;
	opacity:.8;
	z-index: 5;
	opacity:0;
	transition: all .4s ease-out;

}

.home {
	width:100%;
	height:100vh;
	background-color: #DCD9D4; 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%); 
	background-blend-mode: soft-light,screen;
	position: relative;
	top:0;
	left:0;
	z-index: 4;
	display:flex;
}

.grad {
	background: rgba(0, 0, 0, 0) radial-gradient(at right center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)) repeat scroll 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.hide {
	display:none;
}


.logosmall {
	top:4%;
	width:120px;
	margin-left:-60px;
	position: fixed;
	left:50%;
	z-index: 6;
	opacity:0;
	transition: all .68s ease-out;
}

.logomenu {
	top:8%;
	width:120px;
	margin-left:-60px;
	position: fixed;
	left:50%;
	z-index: 7;
	transition: all .68s ease-out;
}

h2 span {
	padding:0% 1% 0% 1%;
}

h2.menu_items {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(44px + (90 - 44) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(44px + (108 - 44) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
	color:#fff;
    margin: 0;
    position: absolute; 
    z-index: 2;                               
    transform: translate(0, -50%);
    top:40%;          
    text-align: center;
    width:80%;
    padding:0% 10% 0% 10%; 
}

.menu_items a {
	color:#fff;
	text-decoration:none;
}

h2.contactTitle {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(36px + (128 - 36) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(48px + (122 - 48) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: .5px;
	color:#fff;
    top: 40%;
    z-index: 2;
    position:relative;                                  
    width:100%;
    transform: translate(0, 0);
    text-align: center;
    padding:0;   
}

h2.aboutTitle {
	font-family: expanded, sans-serif; 
	font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(24px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
	position:relative;
	top:0;
	width:100%;
	padding:10% 0% 0% 0%;
	transform: translate(0, 0);
	text-align: left;
}

h3.quote { 
	font-family: light, sans-serif;
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 100;
	letter-spacing: 1.5px;
	color: #fff; 
	bottom:4%;          
    text-align: center;
    width:60%;
    padding:0% 20% 0% 20%;
    position: absolute; 
	z-index: 2;
	margin: 0;           
}

h3.contactIntro {
	font-family: light, sans-serif; 
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 100;
	letter-spacing: 1.5px;
	color:#fff;
    z-index: 2;             
    margin:0;
    top:32%;
    position:relative;
    transform: translate(0, 0);
    text-align: center;
    width:80%;
    padding:0% 10% 0% 10%;                             
}

p.bigtext {
	font-family: light, sans-serif; 
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 100;
	letter-spacing: 1.5px;
	color:#fff;
    margin: 0;
    margin:0;
    text-align:left;
    padding:4% 0 0 0; 
}

span.line {
	display:block;
	height:8%;
	width:1px;
	margin:0;	
	position: absolute;
	left:50%;
	bottom:0;
	background: #000;
}

.scroll {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	display: block;
	transition: all .4s ease .8s;
	cursor: pointer;
	padding-top: 3%;
	padding-bottom:1%;
	
}

.readmore {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	padding: 10px;
	display: block;
	padding-top: 2%;
}

.quote_name {
	font-family: expanded, sans-serif;
	font-size: calc(9px + (10 - 9) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	display: block;
	transition: all .4s ease .08s;
	cursor: pointer;
	padding-top: 2%;
	transform:scale(1);
}

.proud {
	font-family:"Schnyder"; font-size-adjust:0.5; font-weight:500; font-style:normal;
	font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(24px + (28 - 24) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	display: block;
	cursor: pointer;
	padding-bottom: 4%;
	transform:scale(1);
}

.contact {
	/*background-image: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);*/
	background:#000;
	background-attachment: fixed;
	position: relative;
	z-index: 4;
	height:100vh;
	width:100%;
}

div.contactInner {
	width:80%;
	margin:20% auto;
}

.faux_sectitle {
	font-family: expanded, sans-serif;
	font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(11px + (12 - 11) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: left;
	position: fixed;
	top:5%;
	left:4%;
	opacity:.8;
	z-index: 3;
}

span.copyright {
	display: block;
	font-family: expanded, sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1920 - 300)));
	line-height: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	letter-spacing: 2px;
	color:#fff;
	text-align: center;
	position: absolute; 
    z-index: 2;             
    bottom:4%;
    margin:0;
    transform: translate(0, -50%);
    width:60%;
    padding:0% 20% 0% 20%;
    opacity: .48;
    text-transform: uppercase;     
}

