html, body
{
	font-family: 'Cinzel', serif;
	color: #fff;
	height: 100%;
	font-size: 16px;
}
header
{
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
header small
{
	display: block;
	font-size: 1.5rem;
}
.two-buttons
{
	padding-bottom: 60px;
}
.button-left, .button-right
{
	max-width: 16rem;
	background-color: rgba(0,0,0,0.2);
}
.button-left
{
	float: right;
}
.button-right
{
	float: left;
}

.modal-video-body
{
	padding-bottom: 60px;
}
.modal-video-inner
{
	vertical-align: bottom !important;
}


@media screen and (min-width: 768px)
{
	html, body
	{
		font-size: 20px;
	}
}
@media screen and (min-width: 992px)
{
	html, body
	{
		font-size: 24px;
	}
}
@media screen and (min-width: 1200px)
{
	html, body
	{
		font-size: 30px;
	}
}
@media screen and (max-width: 575px)
{
	.button-left, .button-right
	{
		float: none;
		margin: 0px auto;
	}
	.button-left
	{
		margin-bottom: 30px;
	}
}