html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

#mainpage_footer table,
#mainpage_footer td {
	display: block;
	width: 100%;
}

#bottom_right_logo {
	max-width: 300px;
	margin: 20px auto 0;
}

#bottom_right_logo img {
	max-width: 100%;
}

.slider-wrapper {
	position: relative;
}

#metaslider_1382.nivoSlider img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.story-block {
	max-width: 780px;
	margin: 10px auto 25px;
	padding: 34px 42px;
	text-align: left;
	background-color: #FFF3CC;
	border: 16px solid transparent;
	border-image: url(../img/menu_border_noshadowtopleft.png) 33 stretch;
	border-image-slice: 34%;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.story-block .story-tagline {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #ff6633;
	line-height: 1.35;
	margin: 0 0 22px;
	padding-bottom: 18px;
	border-bottom: 3px dashed #e0c98a;
}

.story-block p {
	font-size: 17px;
	line-height: 1.75;
	color: #4a2f18;
	margin: 0 0 18px;
}

.story-block p:last-child {
	margin-bottom: 0;
}

.story-block strong {
	color: #a04020;
}

@media screen and (max-width: 700px) {
	.story-block {
		padding: 26px 22px;
		margin-left: 12px;
		margin-right: 12px;
	}

	.story-block .story-tagline {
		font-size: 21px;
	}

	.story-block p {
		font-size: 16px;
	}
}

.play-button-wrapper {
	text-align: center;
	margin: 35px auto 15px;
}

.play-button {
	display: inline-block;
	padding: 22px 70px;
	background: linear-gradient(180deg, #ff4141 0%, #e0102b 55%, #c00021 100%);
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 32px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #ffffff;
	border-radius: 14px;
	text-shadow: 0 2px 0 #7a0012;
	box-shadow:
		0 0 10px 1px rgba(255, 20, 40, 0.8),
		inset 0 0 12px rgba(255, 255, 255, 0.3);
	animation: playPulse 1.4s ease-in-out infinite;
	transition: transform 0.15s ease;
	cursor: pointer;
}

.play-button:hover {
	transform: scale(1.08);
	color: #ffffff;
}

@keyframes playPulse {
	0% {
		box-shadow:
			0 0 10px 1px rgba(255, 20, 40, 0.8),
			inset 0 0 12px rgba(255, 255, 255, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow:
			0 0 18px 4px rgba(255, 20, 40, 1),
			inset 0 0 16px rgba(255, 255, 255, 0.4);
		transform: scale(1.05);
	}
	100% {
		box-shadow:
			0 0 10px 1px rgba(255, 20, 40, 0.8),
			inset 0 0 12px rgba(255, 255, 255, 0.3);
		transform: scale(1);
	}
}

@media screen and (max-width: 600px) {
	.play-button {
		padding: 16px 45px;
		font-size: 24px;
	}
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	pointer-events: auto;
}
