@font-face {
    font-family: 'Peaches For Breakfast';
    src: url('https://www.cloudsprinkle.com/fonts/PeachesForBreakfast-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('https://www.cloudsprinkle.com/fonts/OpenDyslexic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('https://www.cloudsprinkle.com/fonts/OpenDyslexic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('https://www.cloudsprinkle.com/fonts/OpenDyslexic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('https://www.cloudsprinkle.com/fonts/OpenDyslexic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 191, 255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 191, 255,0.3); 
}

/* Scrollbar Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 191, 255,0.8) rgba(0,0,0,0.3);
}

.submit {
    font-family: "OpenDyslexic", OpenDyslexic;
    position: relative;
    width: auto;
    left: 0%;
    background-color: rgba(179,179,255,0.75); 
    font-size: 42px;
    color: white;
    font-style: bold;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 16px;
    border: 16px solid #fff;
    text-shadow: 0px 0px 4px rgba(32,32,16,1.00), -1px -1px 1px rgba(32,32,16,1.00), -1px 1px 1px rgba(32,32,16,1.00), 1px -1px 1px rgba(32,32,16,1.00), 1px 1px 1px rgba(32,32,16,1.00);
    z-index: 48;
    padding: 4px 16px 4px 16px;
}

.submitDiv {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 80%;
    text-align: center;
}

  body, html {
    overflow: hidden;
  }

  body {
    font-family: "OpenDyslexic", OpenDyslexic;
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    background-color: #59597F; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, #111119, #232333, #59597F, #b2b294); /* Standard syntax (must be last) */
    background-repeat: no-repeat;
  }

  * {
    margin:0;
    padding:0;
  }

/* ================ LOGO ================ */

.logo {
    position: absolute;
    width: 100%;
    z-index: 34;
}

#logo {
    position: fixed;
    width: 70%;
    left: 15%;
    top: 20%;
    margin: auto;
}

#pageContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
} 

.slidecontainer {
  width: 100%;
  margin: auto;
}

.slider {
  -webkit-appearance: none;
  width: 85%;
  height: 16px;
  position: relative;
  left: 12px;
  background: rgba(0, 191, 255, 0.32);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 16px;
  background: rgba(0, 191, 255, 1.00);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 16px;
  background: rgba(0, 191, 255, 1.00);
  cursor: pointer;
}

.spirographDiv {
    position: relative;
    height: 100%;
    top: -20%;
    z-index: 33;
    text-align: center;
}

#spirograph-object {
    width: 100%;
    margin: auto;
    position: relative;
    top: 0%;
    transition: 0.3s;
}
  
@media only screen and (max-device-width: 1024px) {

#logo {
    width: 100%;
    left: 0%;
    top: 5%;
}

.spirographDiv {
    top: 0%;
}

#spirograph-object {
    width: 100%;
}

.submitDiv {
    top: 70%;
}
	
}