/* FONT IMPORTING - DO NOT DELETE */
/* DOTO */ @import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');

html {
    background-color: black;
    font-family: 'Jersey 10';
    color: white;
    font-size: 25px;
    /* cursor: url(https://cur.cursors-4u.net/mechanics/mec-1/mec1.ani), url(https://cur.cursors-4u.net/mechanics/mec-1/mec1.png), auto !important; */
}

body {
    position: center;
}

footer {
    opacity: 1;
    transition-duration: 0.4;
}

button {
    font-family: 'Jersey 10';
    font-size: 25px;
    cursor: pointer;
}

#extra-space {
    padding: 10% 0;
    font-size: 25px;
}

noscript {
    font-family: 'Doto';
    color: black;
}

h1 {
    text-align: center;
    font-size: 125px;
    position: center;
}

h3 {
    text-align: center;
    font-size: 100px;
}

img {
    width: 25px;
    height: 25px;
}

#fullscreen {
    width: 50px;
    height: 50px;
}

/* Safari */
:-webkit-full-screen {
  h1 {
      font-size: 200px;
  }
  a {
      padding: 5% 0;
  }
  h3 {
      text-align: center;
      font-size: 160px;
  }
  body {
    overflow: hidden; /* Hide scrollbars */
    cursor: urlhttps://codehs.com/uploads/0d01ec5c11c074528242faee7344f2a3), url(https://cur.cursors-4u.net/mechanics/mec-1/mec1.png), auto !important;
  }
  footer {
      opacity: 0;
  }
  .bigger-space-on-top {
      padding: 8% 0;
  }
  a {
      cursor: url(https://codehs.com/uploads/41c7795ea6356a38a98efe9fa574341d), pointer !important;
  }
}

/* IE11 */
:-ms-fullscreen {
  h1 {
      font-size: 200px;
  }
  a {
      padding: 5% 0;
  }
  h3 {
      text-align: center;
      font-size: 160px;
  }
  body {
    overflow: hidden; /* Hide scrollbars */
    cursor: url(https://codehs.com/uploads/0d01ec5c11c074528242faee7344f2a3), url(https://cur.cursors-4u.net/mechanics/mec-1/mec1.png), auto !important;
  }
  footer {
      opacity: 0;
  }
  .bigger-space-on-top {
      padding: 8% 0;
  }
  a {
      cursor: url(https://codehs.com/uploads/41c7795ea6356a38a98efe9fa574341d), pointer !important;
  }
}

/* Standard syntax */
:fullscreen {
  h1 {
      font-size: 200px;
  }
  a {
      padding: 5% 0;
  }
  h3 {
      text-align: center;
      font-size: 160px;
  }
  body {
    overflow: hidden; /* Hide scrollbars */
    cursor: url(https://codehs.com/uploads/0d01ec5c11c074528242faee7344f2a3), url(https://cur.cursors-4u.net/mechanics/mec-1/mec1.png), auto !important;
  }
  footer {
      opacity: 0;
  }
  .bigger-space-on-top {
      padding: 8% 0;
  }
  a {
      cursor: url(https://codehs.com/uploads/41c7795ea6356a38a98efe9fa574341d), pointer !important;
  }
}

.fullscreen-button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  padding: 5px 5px;
  
}
.fullscreen-button {
  border-radius: 15px;
  background-color: black;
  width: 60px;
  height: 60px;
}
.fullscreen-button {
  transition-duration: 0.4s;
}
.fullscreen-button:hover {
  background-color: #222222; 
  color: white;
}

.period-button {
  opacity: .3;
}
.period-button:hover{
  opacity: 1;
}
#period-button {
  opacity: .7;
}
#period-button:hover{
  opacity: 1;
}             

.period-button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  padding: 5px 5px;
  font-family: 'Jersey 10';
  
}
.period-button {
  border-radius: 15px;
  background-color: black;
  width: 60px;
  height: 60px;
  font-family: 'Jersey 10';
}
.period-button {
  transition-duration: 0.4s;
  font-family: 'Jersey 10';
}
/*.period-button:hover {
  background-color: #222222; 
  color: white;
}*/

/* fonts */
.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */

@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');

.doto {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
}
/* loading screen */
#loading {
    color: black;
    background-color: white;
    width: 100%;
    height: 100%;
    min-height: 50%;
    min-width: 50%;
    padding: 5%;
    position: center;
    cursor: wait;
    position: absolute;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading > h1 {
    position: center, absolute;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}