html {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: normal;
  height: 100vh;
  background: #707070 url(../img/blk.jpg);
}

body {
  margin: 0;
  background: none;
}

@media (hover: hover) {
  .main-btn:hover {
    transform: scale(1.2);
    filter: drop-shadow(10px 10px 6px #000);
  }

  #photo-container .item:hover .over {
    display: block;
  }

  #draw-container .item:hover .over {
    display: block;
  }

  #hdraw-container .item:hover .over {
    display: block;
  }
}
#main-div {
  margin: 0;
}

.bd {
  font-weight: 700;
  color: #c5c5c5;
}

#photo-container .item {
  border: 0 none;
  box-shadow: 2px 2px 10px 0 black;
  cursor: pointer;
}

#draw-container .item {
  border: 0 none;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#hdraw-container .item {
  border: 0 none;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#main-container {
  display: flex;
  width: 100vw;
  margin: 0 auto;
  flex-flow: row wrap;
  padding-bottom: 20px;
  justify-content: space-evenly;
  background-image: url(../img/wht.jpg);
}

.main-btn {
  width: 240px;
  cursor: pointer;
  transition: 0.3s;
  filter: drop-shadow(4px 4px 6px #000);
}

.main-btn img {
  width: 60%;
  margin: 10% 20% 0;
}

#photo-container .over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  display: none;
}

#draw-container .over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background: rgba(232, 232, 232, 0.7);
  display: none;
}

#hdraw-container .over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background: rgba(232, 232, 232, 0.7);
  display: none;
}

.back {
  width: 80px;
  height: 60px;
  background: url("../img/back.png") no-repeat 16px 10px;
  cursor: pointer;
}

.marquee {
  font-size: 24px;
  font-weight: 300;
  color: #222;
}

.logo {
  display: block;
  float: left;
  width: 54px;
  position: absolute;
  height: 42px;
  background-color: #fff;
  top: 6px;
}

.logo div {
  background: url(../img/ele.png) no-repeat 5px;
  background-size: 42px 42px;
  width: 48px;
  height: 40px;
}

#credits {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 26px;
  background-color: #000;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  padding-top: 8px;
}

#zoom-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  background: #111c no-repeat center;
  background-size: 100% auto;
}

#zoom-close {
  position: fixed;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  background-image: url("../img/close.png");
  z-index: 200;
  opacity: 0.8;
  cursor: pointer;
}

#zoom-caption {
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 0;
  background-color: #1118;
  color: #fff;
  line-height: 32px;
  padding-left: 1%;
}

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