.footer1 {
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	padding-bottom:50px;
}

.footer .block {
	padding: 30px;
}

.footercolumns {
	 display: flex;
 justify-content: space-between;

}

.footercolumn {
	width:29vw;
	padding: 2vw;
}

.footercolumn:nth-child(1), .footercolumn:nth-child(2) {
	border-right:1px solid rgb(30,30,30);
}

.footercolumn img {
	width:100%;
}

.bottomslidesGallery img {
	width: 29vw;
}

.footer .studioh3 {
	font-family: 'Architectural';
	font-size:43px;
	margin-bottom: 0.3em;
}

.deco {
	font-family: 'PartitaDeco';
	font-size:24px;
	color: #6699fe;
	margin-top:0;
	margin-bottom: 0.3em;
}