@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
#menu {
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:30px;
	z-index:100;
	opacity: 0;
	pointer-events: none;
}




#scrollMenu {
    box-shadow: 0 0 4px rgba(0,0,0,0);	
	position: fixed;
	top:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0);
	z-index:3000;
	transition: all .2s;
}


body.scrolled #scrollMenu {
	background-color:#f5f5f5;
    box-shadow: 0 0 4px rgba(0,0,0,.3);	
	transition: all .5s;
}



#scrollMenu .container {
	width:80%;
	margin:0 auto;
	padding:20px 0;
	overflow: hidden;
}


#scrollMenu .container a {
	font-size:20px;	
	text-decoration: none;
	float:left;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

body.scrolled #scrollMenu .container a {
	color:#555;
}

#scrollMenu .container a:nth-child(n+2) {
	float:right;
	margin-left:30px;
}



#footer {
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,.3);
	margin:100px 0 0 0;
	background-color:#f8f8f8;
}

#footer .contact {
	padding:100px 0;
	width:80%;
	font-family: 'Roboto Condensed', sans-serif;
	color:#555;
	margin:0 auto;
	text-align: center;
}

#footer .contact span{
	color:#999;
	display:block;
}



#intro {
	letter-spacing: -.5px;
	font-size:18px;
	margin:100px auto 0 100px;
	max-width:600px;
	width:100%;
	padding:40px;
	background-color:rgba(255,255,255,.6);
}


#menu h1.logo {
	display:block;
	margin:0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: 400;
	text-transform: uppercase;
}

a.link {
	display:inline-block;
    border-bottom: 2px solid rgb(173 46 46 / 40%);
    cursor: pointer;
    transition: background .5s padding .5s;
    background-color: rgb(173 46 46 / 0);
    margin: 0 0 5px 10px;
    color: rgb(34, 34, 34);
    text-decoration: none;
}


a.link:hover {
    border-bottom: 2px solid rgb(173 46 46 / 80%);
    transition: all .5s;
    padding: 0 10px;
    background-color: rgb(173 46 46 / 20%);
}	


.page-title h2,
.page-title h1 {
	text-align:center;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color:#941d1d;
}



.products {
	overflow: hidden;
	width:80%;
	margin:0 auto;
}

.products .product {
	width:20%;
	float:left;
	padding:10px;
}



.products .product .text h2 {
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	padding:10px 0;
}




.products .product .image {
}

.products .product .image div {
	width:100%;
	padding-bottom:100%;
	background-position: 50% 50%;
	background-size:cover;
	background-repeat: no-repeat;
}




.banner { 
	position:relative;
	margin-bottom:20px;
}



.banner h1 { 
	text-align: center;
	display:block;
	margin:0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:90px;
	color:#fff;
	font-weight: 400;
	text-transform: uppercase;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);	
}

.banner h1 span { 
	display: block;
	font-size:30px;
}





.banner .image {
	width:100%;
	height:100vh;
	background-image:url('/css/images/covers/40.jpeg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
}

.banner.half .image {
	height:50vh;
}


.banner .image2 {
	background-image:url('/css/images/covers/14.jpeg');
}

.banner .image3 {
	background-image:url('/css/images/covers/16.jpeg');
}

.banner .image4 {
	background-image:url('/css/images/covers/17.jpeg');
}


.collage {
	overflow: hidden;
	width:90%;
	margin:0 auto;
}

.collage.v2 {
	right:auto;
	left:0;
}


.collage > div {
	float:left;
	width:25%;
	padding-bottom:25%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
	border-radius: 20px;

}


.collage > div:nth-child(1) {
	background-image:url('/css/images/covers/15.jpeg');
	background-size:200% auto;
}

.collage > div:nth-child(4) {
	background-image:url('/css/images/covers/18.jpeg');
	background-size:200% auto;
	background-position:  70% 26%;
}

.collage > div:nth-child(6) {
	background-image:url('/css/images/covers/8.jpeg');
	background-position:  70% 26%;
	background-size:200% auto;
}

.collage > div:nth-child(9) {
	background-image:url('/css/images/covers/2.jpeg');
}



.collage > div:nth-child(12) {
	background-image:url('/css/images/covers/20.jpeg');
}


.collage > div:nth-child(14) {
	background-image:url('/css/images/covers/4.jpeg');
	background-position:  16% 26%;
	background-size:200% auto;
}







.collage > div:nth-child(11),
.collage > div:nth-child(16) {
	background-color:rgba(200,200,200,.2);
}


.content {
	overflow: hidden;
	min-height: 50vh;
	position: relative;
}

.content > div {
	position:relative;
	display:block;
	float:left;
	height:100%;
	z-index:60;
}

.content > div.w60 {
	width:60%;
}

.content > div.w60 > div.text  {
	max-width:550px;
	margin:200px auto;
	width:100%;
	color:#222;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
}


.content > div.w60 > div h2 {
	text-transform: uppercase;
}

.content > div.w40 {
	width:40%;
	z-index:2000;
}

.content > div.dove {
	position:absolute;
	width:60%;
	height:auto;
	float:none;
	top:50px;
	right:0;
	z-index:1000;
}







.button {
	background:none;
	border:2px solid rgba(100,100,100,.4);
	border-radius: 5px;
	padding:5px 20px;
	color:#888;
}


.button:hover {
	border:2px solid rgba(100,100,100,.9);
	color:#222;
	cursor: pointer;
}


.profileimage {
	display:block;
	width:60%;
	margin:100px auto 0;
	transform: rotate(10deg);
	border:20px solid #fefefe;
    box-shadow: 0 0 4px rgba(0,0,0,.3);	

}



@media (max-width: 860px) {



.products .product {
    width: 33.33333%;
    float: left;
    padding: 10px;
}


.products .product .text h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.page-title h2 {
	font-size:20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #941d1d;
}

.banner h1 {
    font-size: 40px;
    width:90%;

}
.banner h1 span {
    display: block;
    font-size: 16px;
}

.content > div.w60 {
    width: 100%;
    padding:20px;
}
.content > div.w40 {
    width: 100%;
    padding:20px;
}

.content > div.dove {
    position: static;
    width:100%;
    padding:20px;
}


.content > div.dove img {
    width:100%;
    display:block;
}


.content > div.w60 > div.text {
    max-width: 550px;
    margin: 20px auto;
    width: 100%;
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}


.profileimage {
    display: block;
    width: 70%;
    margin: 100px auto 0;
    transform: rotate(10deg);
    border: 10px solid #fefefe;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}


a.link {
    display: block;
    border-bottom: 0;
    cursor: pointer;
    padding:5px 10px;
    transition: background .5s padding .5s;
    background-color: rgba(200,200,200,.2);
    border-radius: 5px;
    margin: 0 0 5px 0;
    color: rgb(34, 34, 34);
    text-decoration: none;
}

.content > div.w60 > div.text {
	font-size:16px;
}


.collage {
	display:none;
}


#scrollMenu .container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}


#scrollMenu .container a {
	font-size:14px;
	display:block;
	float:left;
	margin-left:10px;
}

#scrollMenu .container a:nth-child(n+2) {
    float: right;
    margin-left: 20px;
}

}