.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 1.4rem;
}
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 1.4rem;
}
.audio-on {
  width: 30px; /* equal width + height */
  height: 30px;
  fill: currentColor;
  stroke: currentColor;
  display: block;
  align-items: center;
  justify-content: center;
}

.audio-off {
  width: 30px; /* equal width + height */
  height: 30px;
  fill: currentColor;
  stroke: currentColor;
  display: block;
}

/* HOME LINK FOR FILM AND ARROW BUTTON*/
.home-link-film {
  text-transform: uppercase;
  /*text-shadow: 3px 3px 3px #a33636;*/
  color: #555;
  font-family: 'Rubik Mono One', sans-serif;
  font-style: bold;
  word-spacing: 0.5em;
  letter-spacing: 2px;
  display: inline-block;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.home-link-film:hover {
  color: #cc0001;
  transform: translateY(-2px);
}
.circle-icon-film {
  fill: #505050;
  width: 40px; /* equal width + height */
  height: 40px;
  padding: 8px; /* equal padding keeps the circle shape */
  background-color: #000000;
  border-radius: 50%; /* perfect circle */
  border: 4px solid #505050;
  box-sizing: border-box;
}
.circle-icon-film:hover {
  fill: #cc0001;
  width: 40px; /* equal width + height */
  height: 40px;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 8px solid #000000;
  box-sizing: border-box;
}
/* HOME LINK FOR HTML5 ANIMATION AND ARROW BUTTON*/
.home-link-interactive {
  text-transform: uppercase;
  /*text-shadow: 3px 3px 3px #a33636;*/
  color: #cc0001;
  font-family: 'Rubik Mono One', sans-serif;
  font-style: bold;
  word-spacing: 0.5em;
  letter-spacing: 2px;
  display: inline-block;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.home-link-interactive :hover {
  color: #b5f0f8;
}
.circle-icon-interactive {
  fill: #505050;
  width: 40px; /* equal width + height */
  height: 40px;
  padding: 8px; /* equal padding keeps the circle shape */
  background-color: #fff;
  border-radius: 50%; /* perfect circle */
  border: 4px solid #505050;
  box-sizing: border-box;
}

.circle-icon-interactive:hover {
  fill: #cc0001;
  width: 40px; /* equal width + height */
  height: 40px;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 8px solid #000000;
  box-sizing: border-box;
}

.nav-captions {
  display: flex;
  flex-direction: column;
  margin: auto;
}

/* Flex container for the top row */
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 15px 20px 15px;
}

/* Left side (Helen Judge) */
.header-left a {
  font-size: 1.2rem;
  text-decoration: none;
}

/* Right side (back arrow) */
.header-right a {
  text-decoration: none;
  font-size: 1rem;
}

/* Title row */
.title-row h1 {
  padding: 15px 15px 0 15px;
  text-align: left;
  color: #838383;
}

.content-block p {
  color: #838383;
  margin: 0;
}
