@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,800;1,200;1,400;1,600;1,800&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  background: #111;
}

.tooltip {
  font-family: 'Montserrat', sans-serif;
}

.popover {
  font-family: 'Montserrat', sans-serif;
}

#video-panel {
	padding-bottom: 15px;
}

#my-video {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
}

h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

h4 {
	margin-top: 0;
	color: #fff;
	margin-bottom: 5px;
}

h5 {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}

p {
	color: #fff;
}

#cc-panel {
	padding-top: 15px;
}

iframe {
	margin-top: 15px;
	border: 1px solid #666;
	width: 100%;
	height: 200px;
}

.cc-toggle {
	margin-top: 15px;
}
	
	
