h2 {
  text-transform: uppercase;
  font-family: Antonio;
  font-size: 3em;
  color: #06545e;
  margin-bottom: 1em;
}
h3 {
  text-transform: uppercase;
  font-family: Antonio;
  color: #0f8392;
  font-size: 2em;
}
h4 {
  text-transform: uppercase;
  font-family: Antonio;
  color: #000000;
  font-size: 1,5em;
}

.video-container {
  width: 100%;
  position: relative;
  display: block;
}

.video-container div {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.video-container div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ptr-info {
  font-size: 0.9em;
  padding: 1em;
  border: 1px solid #0000005c;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.table {
  border: 1px solid #dee2e6;
	background: #fff;
}
thead {
  background: #5b5b5b;
  color: #51d6e8;
}

.under-info{
	text-decoration:underline;
}
.under-info-bold{
	text-decoration:underline;
 	font-weight:bold;
  
}