.regular-alert {
	 text-align: center;
}
 .regular-alert a {
	 font-size: large;
	 font-weight: bold;
	 text-decoration: underline;
	 transition: all .2s ease;
}
 .animated-alert {
	 text-align: center;
	 transition: transform .3s ease;
}
 .animated-alert:hover {
	 transform: scale(1.1);
}
 .animated-alert a {
	 font-weight: bold;
}


/* SLIDESHOW CUSTOM */
.caption-shade-right {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
}

.caption-shade-right a {
    font-family: 'Helvetica Light';
    font-size: 35px;  /* to change the font size of the button for slideshow on the home page */
}



.slide-title {
    display: none;
}
 .slide-description {
	 display: none;
}
 .carousel-caption {
	 right: 5%;
	 padding-bottom: 0px;
	 bottom: 0px;
 }
 
 .carousel-caption a {
    background-color: rgba(0, 0, 0, .4);   
    color: #fff;
    border: 0;
 }
 
 .carousel-caption a:hover {
    color: lightblue;   
 }
 
.carousel-control-next {
    width: 5%;
}

 @media screen and (max-width: 768px){
	 .carousel-caption {
		 min-height: 90px;
	}
	
    .caption-shade-right a {
        font-size: 15px;
    }
}
/* END SLIDESHOW CUSTOM */