html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box;
  font-size: 12px; }

*, *:before, *:after {
  box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(315deg, #3483b0, #4846b9, #923ec1, #a53683, #aa3a3a, #b27125, #2c9630);
  background-size: 1400% 1400%;
  -webkit-animation: bgColor 120s ease infinite;
  -moz-animation: bgColor 120s ease infinite;
  animation: bgColor 120s ease infinite;
  box-shadow: 0 0 1000px 1px rgba(0, 0, 0, 0.5) inset;
  overflow: hidden; }

@-webkit-keyframes bgColor {
  0% {
    background-position: 1% 0%; }
  50% {
    background-position: 99% 100%; }
  100% {
    background-position: 1% 0%; } }

@-moz-keyframes bgColor {
  0% {
    background-position: 1% 0%; }
  50% {
    background-position: 99% 100%; }
  100% {
    background-position: 1% 0%; } }

@keyframes bgColor {
  0% {
    background-position: 1% 0%; }
  50% {
    background-position: 99% 100%; }
  100% {
    background-position: 1% 0%; } }

.page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #FFF;
  padding: 50px;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 800px) {
    .page-title {
      padding: 20px; } }
  .page-title h1 {
    color: #FFF;
    font-size: 10rem;
    font-family: 'PT Mono', monospace;
    text-transform: uppercase;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 800px) {
      .page-title h1 {
        font-size: 6rem; } }

#canvas1 {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block; }

#canvas2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block; }

.btn-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 10px 0 0; }
  .btn-container a.btn {
    font-size: 1.5rem;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 0 3px;
    transition: 0.2s; }
    .btn-container a.btn.phone {
      font-family: 'PT Mono', monospace;
      font-size: 1.4rem;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
    .btn-container a.btn:hover {
      color: white; }

.btn.background-article {
  font-family: 'PT Mono', monospace;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.5rem; }
  .btn.background-article:hover {
    color: white; }

#settings-button {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  z-index: 99;
  transition: 0.2s;
  cursor: pointer; }
  #settings-button:hover {
    color: white; }

.settings {
  height: 0;
  width: 0;
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: 'PT Mono', monospace;
  transition: 0.4s;
  overflow: hidden; }
  .settings.show {
    height: 220px;
    width: 170px;
    padding: 20px;
    -webkit-animation: settingsOpen 1s ease normal;
    -moz-animation: settingsOpen 1s ease normal;
    animation: settingsOpen 1s ease normal; }
  .settings label {
    color: rgba(255, 255, 255, 0.8); }
    .settings label:last-of-type input[type=range] {
      margin-bottom: 0; }
  .settings input[type=range] {
    display: block;
    -webkit-appearance: none;
    margin: 10px 0;
    border-radius: 15px;
    opacity: 0.5;
    transition: 0.3s;
    margin-bottom: 20px; }
    .settings input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none;
      height: 15px;
      width: 15px;
      border-radius: 15px;
      background: #f0f0f0;
      cursor: pointer;
      margin-top: -4px;
      transition: 0.3s;
      box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.3); }
    .settings input[type=range]::-webkit-slider-runnable-track {
      background: #c8c8c8;
      height: 6px;
      border-radius: 15px;
      box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.2); }
    .settings input[type=range]:hover {
      opacity: 0.8; }
      .settings input[type=range]:hover::-webkit-slider-thumb {
        background: #006eff; }
    .settings input[type=range]:focus {
      opacity: 1;
      outline: none; }

@keyframes settingsOpen {
  0% {
    height: 0;
    width: 0;
    padding: 0; }
  40% {
    height: 0;
    width: 170px;
    padding: 10px 20px 0 20px; }
  100% {
    height: 220px;
    width: 170px;
    padding: 20px; } }
