@charset "UTF-8";

@font-face {
    font-family: Lavanderia;
	font-weight: bold;
    src: url("/Lavanderia-Regular.woff") format("opentype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, group, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    cursor: pointer;
	color:#000;
    letter-spacing: 0;
	-webkit-transition: 250ms all;
	transition: 250ms all;
}

body, html {
    height:100%;
}

h1 {
    font-size:14em;
    margin: 0;
    line-height: 1.2em;
	padding-top: 20px;
	text-transform:uppercase; 
}

h2 {
    font-size: 4em;
	line-height:1.2em;
    margin: 0;
}

h3 {
    font-size: 2em;
	line-height:1.2em;
    margin: 0;
}
p {
	font-size: 1.5em;
    line-height: 1.5em;
	margin:0;
}

img {
    max-width: 100%;
    height: auto;
	image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges; 
 	image-rendering: -webkit-optimize-contrast; 
 	image-rendering: optimize-contrast; 
 	-ms-interpolation-mode: nearest-neighbor; 
}

li {
	list-style:none; 
}

*:focus {
	outline:0;
}

table, thead, tbody, th, td, tr { 
    display: block; 
}

thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

ul {
    margin:0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}	

body {
    font-family: "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    background: #fff;
    width:100%;
    margin:0 auto;
    font-weight:400;
    font-size:.9em;
    line-height: 1.2em;
}

.absolute {
	position:absolute;
	top:50px;
	left:0;
	padding:100px 200px 0;
}


.align-center {
	align-items:center;
}

.box-shadow {
	box-shadow:0 0 10px rgba(0, 0, 0, 0.7);	
}

.container {
    width:100%;
    align-items: center;
	box-sizing: border-box;
    margin: 0 auto;
}

.content {
	width: 100%;
    margin-top: 200px;
    overflow: scroll;
    position: fixed;
    height: 100%;
	padding-right: 20px;
}

.header-container {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:11;
}

.header {
	display:flex;
	justify-content: space-between;
	padding:50px;	
}

.header-nav {  
	width:50px;
} 

.logo-header img {
	min-width:150px;
    width:350px;
}

.full-width {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
    width:100%;
    height:1000px;
	overflow-y:scroll; 
	box-sizing: border-box;
}

.m-b-xs {
	margin-bottom:5px;
}

.m-b-sm {
	margin-bottom:10px;
}

.m-b-md {
	margin-bottom:20px;
}

.m-b-lg {
	margin-bottom:30px;
}

.m-b-xl {
	margin-bottom:50px;
}

.m-b-xxl {
	margin-bottom:100px;
}

.m-l-xs {
	margin-left:5px;
}

.m-l-sm {
	margin-left:10px;
}

.m-l-md {
	margin-left:20px;
}

.m-l-lg {
	margin-left:30px;
}

.m-l-xl {
	margin-left:50px;
}

.m-l-xxl {
	margin-left:100px;
}

.m-r-xs {
	margin-right:5px;
}

.m-r-sm {
	margin-right:10px;
}

.m-r-md {
	margin-right:20px;
}

.m-r-lg {
	margin-right:30px;
}

.m-r-xl {
	margin-right:50px;
}

.m-r-xxl {
	margin-right:100px;
}

.m-t-xs {
	margin-top:5px;
}

.m-t-sm {
	margin-top:10px;
}

.m-t-md {
	margin-top:20px;
}

.m-t-lg {
	margin-top:30px;
}

.m-t-xl {
	margin-top:50px;
}

.m-t-xxl {
	margin-top:100px;
}

.main-container {
	background-image:url(/images/collaboration.jpg);
	background-position:center center;
	background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position:relative; 
    width:100%;
    min-height: 100%;
} 

.outline {
	outline: 4px solid #fff;
    outline-offset: -20px;
}

.p-a-xs {
	padding:5px;
}

.p-a-sm {
	padding:10px;
}

.p-a-md {
	padding:20px;
}

.p-a-lg {
	padding:30px;
}

.p-a-xl {
	padding:50px;
}

.p-a-xxl {
	padding:200px;
}

.p-b-xs {
	padding-bottom:5px;
}

.p-b-sm {
	padding-bottom:10px;
}

.p-b-md {
	padding-bottom:20px;
}

.p-b-lg {
	padding-bottom:30px;
}

.p-b-xl {
	padding-bottom:50px;
}

.p-b-xxl {
	padding-bottom:100px;
}

.p-l-xs {
	padding-left:5px;
}

.p-l-sm {
	padding-left:10px;
}

.p-l-md {
	padding-left:20px;
}

.p-l-lg {
	padding-left:30px;
}

.p-l-xl {
	padding-left:50px;
}

.p-l-xxl {
	padding-left:100px;
}

.p-r-xs {
	padding-right:5px;
}

.p-r-sm {
	padding-right:10px;
}

.p-r-md {
	padding-right:20px;
}

.p-r-lg {
	padding-right:30px;
}

.p-r-xl {
	padding-right:50px;
}

.p-r-xxl {
	padding-right:100px;
}

.p-t-xs {
	padding-top:5px;
}

.p-t-sm {
	padding-top:10px;
}

.p-t-md {
	padding-top:20px;
}

.p-t-lg {
	padding-top:30px;
}

.p-t-xl {
	padding-top:50px;
}

.p-t-xxl {
	padding-top:100px;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.text-bold {
	font-weight:600;
}

.text-black {
	color:#000;
}

.text-white {
	color:#fff;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.text-shadow {
	text-shadow:0 0 10px rgba(0, 0, 0, 0.7);	
}

.title-concept {
    text-align: center;
    border: 7px solid #fff;
	width:-webkit-fit-content;
	width:-moz-fit-content;
    width: fit-content;
    padding: 0 50px;
    margin: 100px auto 600px;
}

.title-collab {
    text-align: center;
    border: 7px solid #fff;
	width:-webkit-fit-content;
	width:-moz-fit-content;
    width: fit-content;
    padding: 0 50px;
    margin: 100px auto 600px;
}

.title-creativity {
    text-align: center;
    border: 7px solid #fff;
	width:-webkit-fit-content;
	width:-moz-fit-content;
    width: fit-content;
    padding: 0 50px;
    margin: 100px auto 600px;
}

.why {
	width: 100%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 150px;
    box-sizing: border-box;
}

.why-block {
	padding: 150px;
    border: 7px solid #000;
    max-width: 1965px;
    box-sizing: border-box;
    margin: 0 auto;
}



/*---------------------- footer -----------------------*/



.footer {
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    width: 100%;
	height:400px;
	padding:100px;
	box-sizing: border-box;
}



/*---------------------- /footer -----------------------*/




@media only screen and (max-width: 1400px) {	
	
	
	
	h1 {
		font-size:8.5em; 
	}
	
	h2 {
		font-size:3em;
	}
	
	h3 {
		font-size:1.7em;
	}

	.header-nav {  
		width:45px;
	} 

	.logo-header img {
		width:300px;
	}

	.p-a-xxl {
		padding:100px;
	}

	.why {
		padding: 100px;
	}

	.why-block {
		padding: 100px;
    	border: 5px solid #000;
	}
	
		
	
}


	

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


	h1 {
		font-size:6em; 
	}
	
	h2 {
		font-size:2em;
	}
	
	h3 {
		font-size:1.2em;
	}

	.content {
		margin-top:120px;
	}
	
	.footer {
		height:330px;
	}
	
	.header-nav {
		width: 35px;
	}

	.logo-header img {
		width:200px;
	}

	.title-concept {
		border: 6px solid #fff;
		padding:0 30px;
		margin: 100px auto 500px;
	}

	.title-collab {
		border: 6px solid #fff;
		padding:0 30px;
		margin: 100px auto 500px;
	}

	.title-creativity {
		border: 6px solid #fff;
		padding:0 30px;
		margin: 100px auto 500px;
	}

	.why-block {
		padding: 50px;
    	border: 6px solid #000;
	}
	
	
}





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

	h1 {
		font-size:3.5em;
		line-height: 1em;
    	padding-top: 10px;
	}
	
	h2 {
		font-size:2em;
	}

	.content {
		margin-top:90px;
	}
	
	.footer {
		height:230px;
		padding:50px 20px 0;
	}
	
	.full-width {
		height:800px;
	}

	.header {
		padding:20px;
	}

	.p-mobile {
		padding-left:20px;
		padding-right:20px;
	}

	.title-concept {
		border: 4px solid #fff;
		padding:0 20px;
		margin: 100px auto 400px;
	}

	.title-collab {
		border: 4px solid #fff;
		padding:0 20px;
		margin: 100px auto 400px;
	}

	.title-creativity {
		border: 4px solid #fff;
		padding:0 20px;
		margin: 100px auto 400px;
	}

	.why {
		padding:20px;
	}

	.why-block {
		padding: 30px;
    	border: 4px solid #000;
	}
	
	
}






@media only screen and (max-width: 480px) {	
	
	
	
	h1 {
		font-size:3em; 
	}
	
	h3 {
		font-size:1em;
	}
	
	.header-nav {
		width: 30px;
	}

	.logo-header img {
		width:175px;
	}
	
		
	
}
