body {
  margin: 0;
  padding: 0;
  padding-top: 130px; /* Ensure space for fixed navbar */
  color: black;
  background-color: white;
  font-family: Calibri, Open Sans, Arial, sans-serif;
  font-size: 18px;
}

/* Link styles */
a { color: rgb(7, 171, 152); text-decoration: none; }
a:visited { color: rgb(27, 96, 10); text-decoration: none; }
a:hover { color: rgb(241, 146, 231); text-decoration: underline; }

/* Heading styles */
h1 {
  font-size: 30px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 0;
}

h2 {
  font-size: 24px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

h3, h4 {
  font-size: 24px;
  font-weight: bold;
}

p {
  font-size: 18px;
  margin-top: 0px;
}

.small {
  font-size: 8px;
  font-style: italic;
}

#main {
  position: relative;
  margin: auto;
  border: 1px solid #f1efef;
  max-width: 1920px;
  width: 100%;
  background-color: white;
}

#header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  background-color: none;
  background-repeat: no-repeat;
}

.video-row {
  margin-bottom: 2rem;
}

iframe {
  width: 100%;
  height: 315px;
}

.footer {
  background-color: #212529;
  color: #ffffff;
  padding: 20px 0;
}

.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.footer a:hover {
  color: #bdddf0;
  text-decoration: none;
}
