@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-SemiboldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}

body {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  background: rgba(218, 237, 142, 0.5);*/
  background: #ffd555;
  color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

h1, h2, h3, p {
  margin: 0;
}

em {
  font-style: normal;
  text-decoration: underline;
}

a,
a:visited {
  /* text-decoration: none; */
  color: black;
}

div {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 0px;
  padding: 50px 120px;
  line-height: 180%;
  display: none;
}

body div:first-child {
  display: block;
}

div.center {
  text-align: center;
}

div.image-text {
  text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

div.last {
  top: -5%;
}

i:before {
  content: '“';
}

i:after {
  content: '”';
}

ol, ul {
  margin-left: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

li {

}

.iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 500;
}

#nypl {
  background-image: url('nypl.svg');
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  z-index: 9000;
}
