body {
  background: rgba(143, 146, 143, 0.5);
}

 /* unvisited link */
 a:link {
  color: rgb(0, 0, 0);
  text-decoration: bold;
}

/* visited link */
a:visited {
  color: rgb(56, 52, 59);
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: rgb(168, 153, 161);
  text-decoration: none;
}

/* selected link */
a:active {
  color: rgb(249, 249, 253);
  text-decoration: none;
} 
iframe {
  max-width: 100%;
  max-height: 100%;
}

header {
  font-family: "Garamond", serif;
  font-size: larger;
}

h1 {
  font-family: "Garamond", serif;
}

main {
  background-color: #ddddde;
  opacity: 1;
  background-image: radial-gradient(#ccd5dd 1px, #ddddde 1px);
  background-size: 20px 20px;
}

footer {
  border-top-style: dotted;
  background-color: #ddddde;
  opacity: 1;
  background-size: 11px 11px;
  background-image: repeating-linear-gradient(45deg, #ccd5dd 0, #ccd5dd 1.1px, #ddddde 0, #ddddde 50%);
}

.footer_img {
  margin-left: 10%;  
}

.overlay_image {
  position: relative;
  min-width: 100%;
  z-index: -22;
  mix-blend-mode: multiply;
  margin-bottom: -38px;
  opacity: 1;
}

#top-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  opacity: .8;
  z-index: -2;
  background-size: cover;
}
/* Style the video: 100% width and height to cover the entire window */
#video_header {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}

.oral-histories {
  overflow: auto;
  white-space: nowrap;
}

#video_preview {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  box-shadow: 0px 1px 2px 2px rgba(7, 7, 7, 0.623);
}

.video_header_container {
  margin-top: 12%;
  position: relative;

}
/* Add some content at the bottom of the video/page */
.title_content {
  margin-top: -12%;
  background-color: #745f4b;
  background-blend-mode: multiply;
  background-image: url(../img/Delhi_parralax_image_brick_staircase_low_quality.jpg);
  background-size: cover;
  z-index: 1;  
  color: #f1f1f1;
  width: 100%;
  padding: 1%;
  padding-left: 4%;
  opacity: 1;
}

.container {
  padding-top: 20px;
}

.video_preview_container {
  padding-left: 18%;
  padding-right: 18%;
}

h2 {
  color:white;
  text-shadow: 4px 8px 11px #1f1e1e; 
}

h5 {
  color:white;
}

.parallax_bg_1 {
  color: white;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #121e36;
  background-blend-mode: soft-light;
  background-image: url(../img/Delhi_parralax_image_wall.jpg);
  z-index: 1;
  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax_bg_2 {
  margin-bottom: 0px;
  background-color: #121e36;
  background-blend-mode: soft-light;
  background-image: url('http://www.realityofthemyth.com/mwmc/bg/mwmc_bg_2.jpg');
  z-index: 1;
  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.album {
  background-color: #ddddde;
  opacity: 1;
  background-image:  linear-gradient(#ccd5dd 2.2px, transparent 2.2px), linear-gradient(90deg, #ccd5dd 2.2px, transparent 2.2px), linear-gradient(#ccd5dd 1.1px, transparent 1.1px), linear-gradient(90deg, #ccd5dd 1.1px, #ddddde 1.1px);
  background-size: 55px 55px, 55px 55px, 11px 11px, 11px 11px;
  background-position: -2.2px -2.2px, -2.2px -2.2px, -1.1px -1.1px, -1.1px -1.1px;
}

.card {
  background-color:rgb(226, 227, 232);
  opacity: 1;
  font-size: 86%;
}

.card-footer:hover {
  background-color:antiquewhite;
  opacity: .7;
}

.interviewee_img {
  border-color: white;
  border-style: solid;
  border-width: 1.4px;
  box-shadow: 4px 8px 11px #888888;
  }
  