.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-content {
	margin: 0;
}

.td-icon {
	padding-right: 15px;
}

.control-icon {
	margin: 5px;
}

.control-icon > a {
	text-align: center;
	display: block;
	text-decoration: none !important;
}

.control-icon > a i.fas {
	color: #212529;
}

.control-icon > a i.fas:hover {
	color: #777;
}

.carousel-inner{
	height: 100%;
}

#play-d {
	display: none;
}

#controls {
	display: inline-flex;
	margin-bottom: 20px;
	text-align: center;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

td {
	padding-bottom: 10px;
}

blockquote{
	margin-bottom: 0 !important;
	font-size: 1.5rem !important;
}

blockquote p::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f10d";
  font-weight: 900;
}

blockquote p i {
	margin-right: 10px;
}

body {
	font-family: 'Lora', serif;
	background: #EEE;
}