body {
  font-size: 14px;
}
.container {
  max-width: 1200px;
}

.navigation {
  height: 60px;
}

.nav-item.active {
  text-decoration: underline;
}

.logo {
  height: 50px;
}

.social-links {
  text-decoration: none;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first-img {
  max-width: 100%;
}

p {
  margin: 0;
}

.disabled:hover {
  cursor: default;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
