html {
	min-height: 100%;
	font-family: 'Nunito', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	background: linear-gradient(to bottom right, #fff, #fff, #fff);
	line-height: 1.5;
}

h1 {
	font-weight: 200;
	font-size: 3rem;
	color: black;
	text-align: center;
}

h4 {
	font-weight: 200;
	font-size: 2rem;
	color: black;
	text-align: center;
  margin-right: 20%;
  margin-left: 20%;
}

.accordion {
	background: linear-gradient(to bottom right, white, #F8F8F8);
	background: white;
	margin: 0 auto;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
	border-bottom: 1px solid #DDE0E7;
	color: #2a313a;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 2rem;
}

.accordion-header:hover {
	background: #F6F7F9;
}

.accordion-content {
	display: none;
	border-bottom: 1px solid #DDE0E7;
	background: #F6F7F9;
	padding: 1.5rem;
	color: #4a5666;
}

.accordion-content>.accordion-content {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	min-width: 100%;
}

.accordion-header::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #B1B5BE;
	margin-right: .75rem;
}

.active.accordion-header::before {
	background-color: #FC6468;
}

.responsiveplayer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 96px;
	overflow: hidden;

}

.responsiveplayer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
