html
{
	height: 100%;
}

body
{
	background-color: #222222;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
}

.section-copyright
{
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

.poweredby
{
	font-size: 12px;
	color: #cccccc;
}

.powered, a.powered
{
	font-size: 12px;
	color: #cccccc;
}

.section
{
	padding: 30px 0px;
}

.section-header-top
{
	background-color: #0c2340;
	padding: 10px 0px;
	color: #ffffff;
}

.header-top a
{
	color: #ffffff;
}

.section-header
{
	background-color: #0c2340;
	padding: 30px 0px;
}

.section-nav
{
	background-color: #ae9142;
	padding: 0px;
}

.navbar
{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #ae9142;
}

.youtube-video !important
{
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}