@font-face {
	font-family: SharikSansLight;
	src: url('../fonts/SharikSansLight/font.woff');
}
@font-face {
	font-family: SharikSansLightItalic;
	src: url('../fonts/SharikSansLightItalic/font.woff');
}
@font-face {
	font-family: SharikSansMedium;
	src: url('../fonts/SharikSansMedium/font.woff');
}
@font-face {
	font-family: MontserattMedium;
	src: url('../fonts/MontserattMedium/font.ttf');
}
@font-face {
	font-family: MontserattLight;
	src: url('../fonts/MontserattLight/font.ttf');
}
@font-face {
	font-family: AnzoSansLight;
	src: url('../fonts/AnzoSansLight/font.ttf');
}
@font-face {
	font-family: AnzoSansMedium;
	src: url('../fonts/AzoSansMedium/font.ttf');
}

body {
	margin: 0;
	background: #E8E7E7;
	font-family: SharikSansLight, sans-serif;
	font-size: 30px;
}

.main-container {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.top-slider {
	width: 100%;
	height: 810px;
	background-size: cover;
}

.logo {
	position: absolute;
	top: 0;
	left: 216px;
}

.content {
	padding-top: 110px;
}

.page-title {
	left: -100vw;
}

h1 {
	top: 550px;
	position: absolute;
	color: white;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-family: SharikSansLightItalic, sans-serif;
	font-size: 70px;
	line-height: 70px;
}

.content h2 {
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-family: SharikSansLightItalic, sans-serif;
	font-size: 70px;
	line-height: 70px;
}

.slide {
	box-sizing: border-box;
	width: 100%;
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.slide-left {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.slide-right {
	box-sizing: border-box;
	width: 50%;
	float: right;
}

.slide img {
	border-radius: 50%;
}

.slide-1 {
	margin-top: -30px;
}

.slide-1 .slide-left {
	padding-top: 220px;
	padding-right: 50px;
}

.slide-1 .slide-right {
	text-align: center;
}

.slide-1 img {
	max-width: 700px;
	width: 100%;
	height: auto;
}

.slide-2 {
	margin-top: -30px;
}

.slide-2 .slide-left {
	text-align: center;
}

.slide-2 .slide-right {
	padding-top: 180px;
	padding-left: 50px;
}

.slide-2 img {
	max-width: 640px;
	width: 100%;
	height: auto;
}

.slide-3 {
	margin-top: -30px;
}

.slide-3 .slide-left {
	padding-top: 160px;
	padding-right: 50px;
}

.slide-3 .slide-right {
	text-align: center;
}

.slide-3 img {
	max-width: 550px;
	width: 100%;
	height: auto;
}

.clear-float {
	clear: both;
}

.gallery {
	margin-top: 60px;
}

.gallery-buttons {
	margin-top: 80px;
	margin-bottom: 200px;
	width: 100%;
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gallery-button {
	display: inline-block;
	cursor: pointer;
	margin: 24px;
}

.gallery-thumb {
	width: 320px;
	height: 320px;
	background-position: center center;
	background-size: cover;
	transition: all 0.3s;
}

.gallery-thumb:hover {
	transform: scale(1.05);
}

.gallery-name {
	font-size: 20px;
	width: 100%;
}

.gallery-name span {
    font-family: AnzoSansLight, sans-serif;
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 22px;
}

.gallery-name span:after {
	display: block;
	content: '';
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: black;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.gallery-name span:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.gallery-hidden {
	display: none;
}

.contact {
	background: #DAD9D9;
	padding-top: 77px;
}

.contact h2 {
	margin-bottom: 30px;
}

.contact-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1500px;
	padding-bottom: 110px;
}

.contact-item {
	width: 33.3333%;
	float: left;
}

.contact-item img {
	width: 100%;
	height: auto;
}

.contact-item-title {
	font-family: MontserattMedium, sans-serif;
	font-size: 24px;
	text-align: center;
	margin-top: 24px;
}

.contact-item-details {
	font-size: 24px;
	text-align: center;
	margin-top: 38px;
}

.footer {
	background-color: #764F80;
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1500px;
}

.footer-item {
	width: 33.3333%;
	float: left;
	font-family: MontserattLight, sans-serif;
	font-size: 24px;
	color: white;
	line-height: 150px;
	text-align: center;
}

.footer-item a {
	color: white;
	text-decoration: none;
}

.footer-item a:visited {
	color: white;
}

.footer-item img {
	margin-bottom: -20px;
}

@media only screen and (max-width: 1600px) {
	.slide {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1493px) {
	.logo {
		left: 150px;
	}
	.gallery-buttons {
		max-width: 1100px;
	}
}


@media only screen and (max-width: 1200px) {
	.logo {
		left: 100px;
	}
	.slide-1 {
		margin-top: 50px;
	}
	.slide-1 .slide-left {
		padding-top: 50px;
	}
	.slide-2 .slide-right {
		padding-top: 50px;
	}
	.slide-3 .slide-left {
		padding-top: 50px;
	}
}

@media only screen and (min-width: 901px) {
	.mobile-stuff {
		display: none;
	}
	.desktop-stuff {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.logo {
		top: 0;
		left: 20px;
	}

	.desktop-stuff {
		display: none;
	}

	.mobile-stuff {
		display: block;
	}

	.slide-left, .slide-right {
		float: none;
		width: 100%;
	}

	.slide-1 {
		margin-top: 50px;
	}

	.slide-1 .slide-left {
		padding-top: 0;
		padding-right: 0;
	}

	.slide-2 {
		margin-top: 50px;
	}

	.slide-2 .slide-right {
		padding-top: 0;
		padding-left: 0;
	}

	.slide-3 {
		margin-top: 50px;
	}

	.slide-3 .slide-left {
		padding-top: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 801px) {
	.footer-mobile-break {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.footer-mobile-break {
		display: block;
	}
	.contact-item {
		width: 100%;
		max-width: 250px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-item {
		box-sizing: border-box;
		padding: 20px;
		width: 100%;
		float: none;
		line-height: normal;
	}
}
