body {
	font-family: 'Lato', sans-serif;
	/* padding-top: 50px; */
}

.filter-indent {
	padding-left: 40px !important;
}

.title-display {
	font-size: 54pt;
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.hoverPointer {
	cursor: pointer;
}

.JumboHeaderImg {
	background-image: url("/img/spotlights.png");
	background-size: cover;
}

.jumboTextStyle {
	font-style: italic;
	font-weight: bold;
	font-size: 16pt;
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
	  -1px -1px 0 #000,  
	   1px -1px 0 #000,
	   -1px 1px 0 #000,
		1px 1px 0 #000;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.margin-below {
	margin-bottom: 10px;
}

.likeLink {
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	color:blue;
}

.nowPlaying {
	color: black;
	font-weight: bold;
	font-style: normal;
	font-size: 36pt;
	text-shadow: none;
	-webkit-text-stroke: unset;
}

.carouselPadding {
	min-height: 300px;
}

.carouselLink, .carouselLink:hover, .carouselLink:focus {
	text-decoration: none;
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
	  -1px -1px 0 #000,  
	  1px -1px 0 #000,
	  -1px 1px 0 #000,
		1px 1px 0 #000;
}

.carouselBackgrounds {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
}

.carouselTextStyle {
	font-style: italic;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
	color: white;
	/* text-shadow:
		3px 3px 0 #000,
	  -1px -1px 0 #000,  
	  1px -1px 0 #000,
	  -1px 1px 0 #000,
		1px 1px 0 #000; */
}

.carouselTextBackground {
	background: rgba(50, 50, 50, 0.6);
	padding: 10px;
}

.awardPadding {
	padding-top: 12pt;
}

@media screen and (max-width: 1024px) {
	.title-display {
		font-size: 48pt;
	}
}

@media screen and (max-width: 768px) {
	.title-display {
		font-size: 36pt;
	}
}

@media screen and (max-width: 425px) {
	.title-display {
		font-size: 18pt;
	}

	.jumboTextStyle {
		font-size: 12pt;
	}

	.small-padding {
		padding-top: 50px;
	}
}