@font-face {
  font-family: "AgrandirVariable";
  src: url("AgrandirVariable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
  cursor: none;
}

/* main elements */
html,
body,
button,
a,
main,
header,
footer {
  cursor: none;
}

html,
body {
  background-color: #fff;
  color: #000;
  width: 100vw;
  height: 100vh;
  font-family: "AgrandirVariable";
  padding: 0;
  margin: 0;
  overflow: hidden;
}

header,
main,
footer {
  width: 100vw;
  margin: 0;
  padding: 0;
}

header {
  border: none;
  z-index: 1;
  height: 27vh;
}
main {
  height: 66vh;
}

footer {
  border: none;
  position: fixed;
  text-align: center;
  height: 35px;
  bottom: 0;
  left: 0;
}

section {
  display: none;
  height: 64vh;
  margin: 0;
}

/* text elements */

h1 {
  font-size: 5vh;
  width: 100vw;
  line-height: 50px;
  display: block;
  text-align: center;
  font-variation-settings: "wght" 200, "wdth" 200;
  margin: 2vh auto;
  z-index: 2;
  overflow: hidden;
  background: #000;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

p {
  font-size: 2vh;
  margin: 0;
  padding: 0;
}

/* specific p */

footer p {
  font-size: 2.5vh;
  padding: 0;
  margin: 0;
}

#music p {
  text-align: center;
  font-variation-settings: "wdth" 200;
  font-size: 10vh;
  width: 100vw;
  height: 16vh;
  margin: 0;
}

.soundP:active {
  background-color: #ffd900;
  color: #000;
}

#letters p {
  font-variation-settings: "wght" 100;
  text-align: center;
  font-size: 7vh;
  line-height: 9vh;
  margin: 0 0 0 2%;
}

#sizing p {
  text-align: center;
  letter-spacing: -1px;
  font-size: 5vh;
  line-height: 9vh;
  z-index: -10;
}

#sizing p:hover {
  background: #ffd900;
}

#circle p {
  display: block;
  background: #ffd900;
  text-align: center;
  margin: 0;
  font-size: 8vh;
  margin: 0;
}

em {
  font-variation-settings: "wdth" 200;
  letter-spacing: 0;
  animation: squeeze 2s linear infinite;
  animation-play-state: paused;
  transition: all 0.2s ease-out;
}
strong {
  font-variation-settings: "wdth" 50;
  font-weight: 100;
  letter-spacing: 0;
  animation: stretching 4s linear infinite;
  animation-play-state: paused;
  animation-direction: reverse;
  transition: all 0.2s ease-out;
}

em:active,
strong:active {
  border-bottom: solid 1.5px #ffd900;
  color: #ffd900;
}

/* div's & buttons */
div {
  margin: 0;
  padding: 0;
}

#navigation {
  position: relative;
  width: 100vw;
  top: -2px;
  left: -2px;
}

.sizing-wrapper {
  position: relative;
  top: 7vh;
}

#secondwrap,
#thirdwrap {
  display: none;
}

.contain {
  display: block;
  text-align: center;
  height: auto;
  margin: 7% 1vh 0;
}

.desktopContain {
  display: none;
  height: auto;
  margin: 7% 1vh 0;
}

button {
  font-family: "AgrandirVariable";
  font-variation-settings: "wght" 500, "wdth" 200;
  font-size: 2.5vh;
  width: 47vw;
  height: auto;
  background: none;
  border: solid 2px #000;
  margin: 0.5vh;
  padding: 1vh;
  z-index: 5;
}

button:focus {
  outline: none;
  background: #ffd900;
  color: #000;
}

button:hover {
  background: #ffd900;
}

@keyframes squeeze {
  0% {
    letter-spacing: 4px;
    font-variation-settings: "wght" 100;
  }

  50% {
    letter-spacing: -8px;
    font-variation-settings: "wght" 900;
  }

  100% {
    letter-spacing: 4px;
    font-variation-settings: "wght" 100;
  }
}

@keyframes stretching {
  0% {
    letter-spacing: -4px;
    font-variation-settings: "wdth" 50;
  }
  50% {
    letter-spacing: 4px;
    font-variation-settings: "wdth" 200;
  }
  100% {
    letter-spacing: -4px;
    font-variation-settings: "wdth" 50;
  }
}

/*link styles */

a:link,
a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover,
a:active {
  text-decoration: line-through;
}

::selection {
  background: #ffd900; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffd900; /* Gecko Browsers */
}

.cursor {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: none;
  pointer-events: none;
  z-index: 1;
}

/*BREAKPOINT #1 !!---------------------------------------- */

@media screen and (min-width: 500px) and (max-width: 779px) {
  button {
    width: 48%;
  }

  #circle p {
    display: block;
    text-align: center;
    font-size: 8vh;
    line-height: 12vh;
    margin: 0;
  }
  #sizing p {
    text-align: center;
    font-size: 5vh;
    line-height: 8vh;
  }

  #letters p {
    font-size: 9vh;
    line-height: 11vh;
  }

  #navigation {
    position: relative;
    width: 101.5vw;
    top: -2px;
    left: -2px;
  }

  .contain {
    display: block;
    margin: 2% auto;
    width: 100vw;
    height: 100px;
  }
}

/*BREAKPOINT #2 !!---------------------------------------- */

@media screen and (min-width: 780px) {
  header,
  main,
  footer {
    width: 99.8vw;
    margin: 0;
    padding: 0;
  }

  #circle {
    margin: 5vh 0 0;
  }

  h1 {
    text-align: center;
    margin: 5vh 0 0 0;
  }

  #letters p {
    display: inline-block;
    font-size: 12vh;
    line-height: 14vh;
  }

  #circle p {
    display: inline-block;
    text-align: center;
    font-size: 5vh;
    width: 19%;
    margin: 0;
    background: #ffd900;
  }

  #music p {
    line-height: 100px;
  }

  .soundP:hover {
    background-color: #ffd900;
    color: #000;
  }

  #sizing p {
    font-size: 5vh;
    line-height: 8vh;
  }

  strong:hover,
  em:hover {
    background: #ffd900;
  }

  #navigation {
    position: relative;
    width: 101.5vw;
    top: -2px;
    left: -2px;
  }

  .contain,
  .desktopContain,
  .wrapping {
    display: block;
    margin: 2% auto;
    width: 100%;
    height: 100px;
  }

  .contain,
  .desktopContain {
    height: auto;
  }

  .contain p,
  .desktopContain p {
    width: 18%;
  }

  .desktopContain {
    display: block;
  }

  .wrapping {
    padding: 10vh 0 0 0;
    margin: 0;
    text-align: left;
  }

  button {
    width: 24.5%;
    font-size: 4vh;
    margin: 0;
    padding: 1%;
  }
}

/*This CSS was validated! */
