#logo {
  height: 58px;
}

/* COLORS */
.primary { color: #013d64 !important;}
.bg-primary { background-color: #013d64 !important;}
.pink { color: #de027a; }
.bg-pink { background-color: #de027a; }

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-light-blue {
  color: #008fc3;
}

.cta-button {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 12px 26px;
  border-radius: 12px;
  align-self: flex-start;
}
.cta-button-green {
  background-color: green;
}

.cta-button-pink {
  background-color: #de027a;
}

.cta-button-rounded {
  border-radius: 32px;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}