@font-face{
	font-family: "Slim Joe";
    src: url("../assets/fonts/SlimJoe/SlimJoe.eot");
    src: url("../assets/fonts/SlimJoe/SlimJoe.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/SlimJoe/SlimJoe.woff2") format("woff2"),
    url("../assets/fonts/SlimJoe/SlimJoe.woff") format("woff"),
    url("../assets/fonts/SlimJoe/SlimJoe.ttf") format("truetype"),
    url("../assets/fonts/SlimJoe/SlimJoe.svg#SlimJoe") format("svg");
}
@font-face {
	font-family: "AvenirNext UltraLight";
    src: url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.eot");
    src: url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.woff2") format("woff2"),
    url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.woff") format("woff"),
    url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.ttf") format("truetype"),
    url("../assets/fonts/AvenirNextLTW01-UltraLight/AvenirNextLTW01-UltraLight.svg#AvenirNextLTW01-UltraLight") format("svg");
}
/*@import url(//db.onlinewebfonts.com/c/ffd0dcc47a9002be89cc7f900d4e144f?family=AvenirNextLTW01-UltraLight);*/

/*reset*/
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body{
	background-color:#222;
	color:#ddd;
	font-family:'AvenirNext UltraLight', 'Century Gothic', Arial;
}
.window{
	width:100%;
	height:100vh;
	overflow:hidden;
}
/*header*/
header{
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	border:0;
	height:10vh;
	overflow:hidden;
}
/*curtain*/

.curtain{
	background-repeat:no-repeat;
	background-size:auto 100%;
	display:inline-block;
	background-color:#fff;
	color:#000;
	left:0;
	height:85vh;
	z-index:10;
/*
*/
}
.window.curtain{
	top:0;
	overflow:hidden;
}
.curtain-wrap{
	overflow:hidden;
	width:100%;
	height:100vh;
	position:absolute;
	background:transparent;
}
/*
.window:nth-child(1){background-color:yellow;}
*/
.window:nth-child(2){background-color:brown;}
.window:nth-child(3){background-color:orange;}
.window:nth-child(4){background-color:red;}
.window:nth-child(5){background-color:green;}
.window:nth-child(6){background-color:blue;}
.curtain-left,.curtain-right{
	width:50%;
	position:absolute;
/*
	background-color:#ffe;
	top:0;
*/
}
.curtain-left{
	background-position:right 0;
	background-image:url('../img/zaldivar-iso-mirror-left.svg');
	left:0;
	float:left;
}
.curtain-right{
	background-position:left 0;
	background-image:url('../img/zaldivar-iso-mirror-right.svg');
	left:50%;
}
/*barnav*/
nav, nav.navbar, nav.navbar ul{
	margin: 0;
	border-width:0;
}
nav.navbar{
	background-color:rgba(255,255,255,0.95);
}
nav.navbar ul{
	list-style-type:none;
}
nav.navbar ul li{
	display:inline-block;
	margin: auto 3vw;
}
nav.navbar ul li a{
	float:right;
	text-decoration:none;
	border-bottom-width:0;
	font-size:1.5vw;
	font-size:2em;
	font-size:2.5vh;
}
nav.navbar ul li a:hover{
	border-bottom-width:2px;
	font-family:'AvenirNext UltraLight', 'Century Gothic', Arial;
	font-family:'AvenirNext UltraLight', 'Century Gothic', Arial;
}
.section{
	width:100%;
	height:100vh;
	display:block;
	position:relative;
	float:left;
	
	background-color:#bbf;
	background-color:#ddd;
}
#content-1{
	
}
/*footer*/
footer{
	width:100%;
	height:5vh;
	position:fixed;
	background-color:rgba(255,255,255,0.95);
	margin:0;
	bottom:0;
	padding:0;
	border:0;
}
footer{
}
/*boxes*/
.collection{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
/*effects*/
/*debugging*/
.debug{
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	font-size:18px;
	color:#000;
}
/*responsive*/
@media screen and (min-width: 0) and (max-width: 479px){
	nav.navbar ul{
		display:block;
	}
}