html { font-size: 16px; }

body {
	background-color: black;
	padding: 4% 4% 8% 4%;
}

.video-holder iframe {
	width: 100%;
}

.video-holder {
	margin-bottom: 4rem;
}

.text-box {
	display: table;
	width: 80%;
	margin: 0 auto;
}

.text-box h1, .text-box h5, .text-box p {
	color: white;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}

.text-box h1, .text-box h5 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.text-box h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.text-box h5 {
	font-size: 1.5rem;
}

.text-box hr {
	border: 0;
	background-color: white;
	height: 2px;
	margin-bottom: 2.5rem;
}

.text-box p {
	width: 60%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 2;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }
.text-box { width: 90%; }
.text-box h1 { font-size: 2.25rem; }
.text-box h5 { font-size: 1.25rem; }
.text-box p { width: 80%; font-size: 1rem; line-height: 1.75; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }

}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }
.text-box { width: 100%; }
.text-box p { width: 90%; }

}