/* INTRO SECTION STYLING */

#intro {
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #081023;
}

.auto-spacer {
	min-height: 1080px;
}

#presentation {
	width: 80%;
	margin:auto;
	color: #fff;
}

.sw-logo img {
	margin: auto;
	max-width: 50%;
}

.presentation-slide .slick-dots {
	bottom: -40px;
}

.presentation-slide .slick-track {
    height: 350px;
}

.presentation-slide .slick-dots li button {
	background-color: #5f5c53;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.presentation-slide .slick-dots li.slick-active button {
	background-color: #b3ad97;
}

.presentation-slide .slick-dots li button:before {
	display: none;
}

.intro-slide-img {
	height: 315px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-paralax {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/intro-paralax.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 350px;
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
	clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}

/* EOF STYLING */
