/* Captions */
.ss-capwrap {
    text-align:center;
    position:absolute;
    bottom:5px;
    width:100%;
    text-align: center;
}
.ss-caption {
    border-radius: 4px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 10px rgba(41, 41, 41, 0.89);
    font-weight: bold;
    padding: 15px 10px;
    font-family: sans-serif;
    font-size: 16px;
    display: inline-block;
}

/* Pagination */
.ss-pag-wrap {
    position: absolute;
    text-align: center;
	bottom: 20px;
	width: 100%;
}
.ss-paginate {
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
}
.ss-paginate a:link,
.ss-paginate a:visited {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 3px 6px;
    background: #f1c746;
    -webkit-transition:all .2s ease-out;
}
.ss-paginate a:hover {
    box-shadow: 0 0px 0 2px #f1c746;
}
.ss-current {
    background: #FFF!important;
    box-shadow: 0 0px 0 2px #f1c746;
}

/* Previous & Next Buttons */
#ss-prev, #ss-next {
    position: absolute;
    top: 50%;
    z-index: 50;
    font-size: 70px;
    font-family: serif;
    line-height: 16px;
    display: inline-block;
    color: #fff;
	text-shadow:-2px -2px 2px #282828;
    text-decoration: none;
    text-align: center;
	opacity:0.8;
}
#ss-prev:hover, #ss-next:hover {
    color: #fff;
	text-shadow:#000;
	opacity:1;
}
#ss-prev {
    left:15px;
    text-align: left;
}
#ss-next {
    right:0px;
    text-align: right;
}
#ss-prev .material-symbols-outlined, 
#ss-next .material-symbols-outlined { font-size: 60px; }

/* Probably don't need to edit below here */
.ss-slides-wrap {
    position: relative;
    display: block;
    line-height: 0px;
	margin-bottom: 10px;
}
.ss-slides {
    position:relative;
    overflow:hidden;
    display:block;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
}
.ss-slide {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    zoom: 1;
    line-height:0;
    -webkit-backface-visibility: hidden;
}
.ss-slide:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.ss-slide img {
    max-width:100%;    
	height: 453px;
}
.notrans {
    -webkit-transition: none!important;
    -moz-transition:none!important;
    transition: none!important;
}


.demo-centering {
	max-width: 830px;
	margin:0 auto;
	-webkit-transition:padding .4s ease-out;
}

@media all and (max-width: 768px) {
	.demo-centering {
		padding:0 0 40px 0;
	}
}
@media all and (max-width: 450px) {
	header h1 {
		font-size: 30px;
	}
}
