/* SITE-WIDE */
html, body {
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  background-color: #99ffee;
  /* overflow-y: scroll; */
}

h2 {
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 53px;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #000;
}

a:hover, a:active {
  color: #0099ff;
  text-decoration: none;
}

span {
  border-bottom: solid 1px #000;
}

/* CONTENT-SPECIFIC */
p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-right: 53px;
}

ul {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 53px;
}

li .active {
  color: #0099ff;
}

/* RIGHT */
.caption {
  padding-top: 25px;
}

.gallery {
  margin-right: 53px;
  margin-bottom: 40px;
}

.gallery_small {
  margin-right: 253px;
  margin-bottom: 40px;
}

img {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}

#gif_box {
  height: 100px;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 7px 0 0 0;
}

img#gif {
  width: 100px;
  height: 86px;
}

/* FOR ODD SIZE IMAGES */
.poster {
  
}

/* MOBILE */
@media (max-width: 768px) {
  h2, ul {
    font-size: 28px;
    line-height: 32px;
  }
  .gallery_small {
    margin-right: 53px;
  }
}