* {
  font-family: Open Sans, sans-serif;
}

.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-crystal-blue {
  background-color: #1f9ad1;
  color: white;
}

.text-crystal-blue {
  color: #1f9ad1;
  text-decoration: none;
}

.bg-crystal-blue {
  background-color: #1f9ad1;
}

.btn-heritage-blue {
  background-color: #3e6a99;
  color: white;
}

.text-heritage-blue {
  color: #3e6a99;
  text-decoration: none;
}

.bg-heritage-blue {
  background-color: #3e6a99;
}
