/* Make Carousel fade - adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 2s ease-in-out ;
transition:         opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
}
 
/* remove previous/next arrows from home page only */
.home .carousel-control {
display:        none ;

/* Set the style of the spoiler label */
.spoiler ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: red;
	font-weight: bold;
}

/* Hide the spoiler info */
.spoiler ul ul {
	display: none;
	color: black;
	font-weight: normal;
}

/* This CSS displays the spoiler info when the mouse is hovered over it */
.spoiler ul li:hover > ul {
	display: block;
}
    
   h1.entry-title {
font-size: 38px;
} 