@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.swiper-container {
	width: 100%;
	height: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-flex;
	display: flex;
	display:block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-content {
	width: 100%;
	position: relative;
}
.button {
	padding: 10px 20px;
	margin-bottom: 20px;
	display: inline-block;
	background: #394E63;
}
.Overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align:left;
}
.Overlay img{
	width:auto;
	height:100%;
	margin-top: 0%;
	margin-left: 6%;
}
.swiper-button-prev, .swiper-button-next {
	background:none;
	font-size:20px;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	margin-top:-8px;
}
.swiper-button-prev {
	text-align:left;
}
.swiper-button-next {
	text-align:right;
}
.swiper-button-prev:before {
	content:"\f053";
	font-family:"Font Awesome 5 Pro";
}
.swiper-button-next:before {
	content:"\f054";
	font-family:"Font Awesome 5 Pro";
}
.swiper-blurb {
	display: none;
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*@media (min-width: 576px) { 
   
}*/

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) { 
.swiper-blurb {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 30px;
	padding: 0 50px;
}
.swiper-blurb h4 {
	color: #fff;
}
.swiper-button-prev, .swiper-button-next {
	text-align:center;
	font-size:34px;
}
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) { 
	.Overlay img{
		margin-left: 1%;
	}
}
/* Large devices (desktops, 1300px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1300px) { 
   .Overlay img{
	    margin-top: 1%;
		width:auto;
	    max-height:380px
	}
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */
