body {
	color: #212529 !important;
}

section {
	padding: 80px 0;
}

ol#activities li {
	padding-bottom: 20px;
}

.success_message{
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
.skip-button{
	text-align: right;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 18px;
}
.skip-button > a {
	color: #fff;
	display: inline-block;
	background-color: #d94b38;
	border-radius: 25px;
	padding: 12px 40px;
	text-decoration: none;
	cursor: pointer;
}
.skip-button > a:hover{
	background-color: #fff;
	color: #d94b38;
}
.main-heading{
	display: block;
	font-size: 1.75rem;
	color: #fed136;
	font-family: Kaushan Script,Helvetica Neue,Helvetica,Arial,cursive;
	padding: 25px 0;
	margin: 0;
}
#video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  box-shadow: 0 1rem 4rem rgba(0,0,0,.175) !important;
  border-radius: 0.75rem !important;
}
#video-wrapper iframe,
#video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;  
  border-radius: 0.75rem !important;
}