/*
 * Header & Footer Components
 * Shared styles for header and footer across categories
 */

/* || HEADER & FOOTER */
header, footer {
  position: fixed;
  z-index: 2000;
}

header {
  display: inline-table;
}

footer {
  bottom: 0;
}

.corner {
  padding: 11px;
  cursor: pointer;
  z-index: 3000;
}

.copy-btn {
  cursor: pointer;
}

#siteTitle {
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}

/* || ABOUT MODAL */
#about {
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  line-height: 1.4em;
  background-color: #fff;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  display: none;
  cursor: url('../../assets/X-cursor-black.png'), auto;
}

#about h1 p {
  font-size: 5vw;
  line-height: 1em;
  padding: 2px;
  box-sizing: border-box;
  margin-bottom: 1em;
}

#about h1.animColor p {
  color: transparent !important;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #333;
}
