/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.fade-carousel {
	position: relative;
	top: -40px;
}
.fade-carousel .carousel-inner .item {
	width: 100%;
	height: 100vh;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: 0.5;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.hero h5 {
	padding: 0;
	margin: 0;
}
.fade-carousel .carousel-inner .carousel-item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out 0.1s;
	-moz-transition: 2s all ease-in-out 0.1s;
	-ms-transition: 2s all ease-in-out 0.1s;
	-o-transition: 2s all ease-in-out 0.1s;
	transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .carousel-item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out 0.1s;
	-moz-transition: 2s all ease-in-out 0.1s;
	-ms-transition: 2s all ease-in-out 0.1s;
	-o-transition: 2s all ease-in-out 0.1s;
	transition: 2s all ease-in-out 0.1s;
}

/* overlay */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/overlay.png) repeat;
	background-color: rgba(0,0,0,0.6);
}

/* custom buttons */
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #b11f1f;
	border-color: #b11f1f;
	outline: none;
	margin: 20px auto;
}

/* slides backgrounds */
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
	height: 100vh;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  	background-image: url(../img/slider/1.jpg);
}
.fade-carousel .slides .slide-2 {
  	background-image: url(../img/slider/2.jpg);
}
.fade-carousel .slides .slide-3 {
  	background-image: url(../img/slider/3.jpeg);
}
.fade-carousel .slides .slide-4 {
  	background-image: url(../img/slider/4.jpg);
}

/* media queries */
@media screen and (min-width: 992px) {
  	.hero {width: 980px;}
  	.hero h5 {
		font-size: 6em;
		line-height: 0.5;
	}
	.hero p{font-size: 2em;margin-bottom: 0px;}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.hero h5 {
		font-size: 5em;
		line-height: 0.65;
	}
	.hero p{font-size: 1.6em;margin-bottom: 0px;}
}
@media all and (min-width: 576px) and (max-width: 767px) {
	.hero h5 {
		font-size: 4em;
		line-height: 0.8;
	}
	.hero p{font-size: 1.25em;margin-bottom: 0px;}
}
@media screen and (max-width: 575px) {
	.hero h5 {
		font-size: 3em;
		line-height: 1;
	}
	.hero p{font-size: 1em;margin-bottom: 0px;}
}
@media screen and (min-width: 320px) and (max-width: 767px){
   .hero {width: 100%;}

}
