	#home_carousel, #home_carousel .carousel-item{background: linear-gradient(to bottom, rgba(43,86,155,1) 0%,rgba(28,42,81,1) 100%) }

	#home_carousel .carousel-caption, #home_carousel .carousel-caption h1, #home_carousel  .carousel_content{color: white;}

	#home_carousel .playpause button, #home_carousel button.carousel-control-prev, #home_carousel button.carousel-control-next{color: white}
	
	#home_carousel .playpause button:hover, .playpause button:focus, #home_carousel button.carousel-control-prev:hover, #home_carousel button.carousel-control-prev:focus, #home_carousel button.carousel-control-next:hover, #home_carousel button.carousel-control-next:focus{color: var(--pale);}

	section.icons a{background-color: var(--second); border: solid 3px var(--second); }
	section.icons  a:hover, section.icons  a:focus{ border: solid 3px var(--pale); }

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons a{border: solid 4px var(--second); }
		section.icons a:hover, section.icons a:focus{ border: solid 4px var(--pale);}
	}
