* {
  font-family: Lato, sans-serif;
  font-weight: 100; }

h1 {
  font-size: 4em;
  text-align: center;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2em; } }

.character-container {
  width: 80%;
  margin: 0 auto;
  font-size: 0; }
  .character-container img {
    width: 100%; }
  .character-container a {
    display: inline-block;
    vertical-align: bottom;
    width: 19%;
    text-decoration: none;
    margin: 0.5%;
    color: #000; }
    @media only screen and (max-width: 600px) {
      .character-container a {
        width: 32%; } }

/* overlay */
.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }
  .overlay i {
    color: #fff;
    font-size: 2em;
    margin: 0;
    padding: 2% 1%;
    background: #000;
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    z-index: 1; }
    @media only screen and (max-width: 600px) {
      .overlay i {
        display: none; } }
  .overlay img {
    margin-top: 2%;
    box-shadow: 1px 1px 15px 5px #595959;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto; }
  .overlay p {
    color: #fff;
    font-size: 2em;
    margin: 10px 0 0 0;
    z-index: 1;
    position: relative; }

.background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(119, 119, 119, 0.7);
  z-index: 0; }

/*# sourceMappingURL=style.css.map */
