/* defaults */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100vw;
  background-color: rgb(255, 235, 205);
  
  flex-direction: column;
  align-items: center;
  /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
  /* background-color: black; */
}
.section{
  border-bottom: 1px cadetblue;
  height: 100vh;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  text-rendering: optimizeLegibility;

}

canvas{
  pointer-events: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
}
/* div{
  height: 100vh;
} */
.backgroundAnim{
  -webkit-animation: argh-my-eyes 0.1s infinite;
  -moz-animation:    argh-my-eyes 0.1s infinite;
  animation:         argh-my-eyes 0.1s infinite;  
}

.backgroundAnim :hover{
  -webkit-animation: none;
  -moz-animation:  none;
  animation: none;
}
.noScroll {
  overflow: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

@font-face {
  font-family: "roslinDislpayUltra";
  src: url("./fonts/Roslindale-DisplayUltra-Edu.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FormaDJRDisplay-Light-Edu";
  src: url("./fonts/FormaDJRDisplay-Light-Edu.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Impact";
  src: url("./fonts/ArchivoBlack-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a :hover {
  cursor: pointer;
  z-index: 10000000;
  color: blanchedalmond !important;
}

#babyCorn {
  cursor: pointer;
  height: auto;
  width: 96%;
  transition: all 0.2s ease-in-out;
}
#adultCorn {
  width: 90%;
  height: 90%;
}

.circle {
  /* border-radius: 50%; */
  
  /* background-color: greenyellow; */
  transform: translate(0, 0) rotate(0deg);
  /* background-color: cadetblue; */
}

.circle:hover {
  cursor: pointer;
  animation: pumpCircle 2s infinite;
}

.growUp {
  height: 90% !important;
  width: 90% !important;
}

.soundDiv {
  height: 10vh;
  background-color: cadetblue;
  width: 100vw;
}
.circle_full_width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#SoundActivation {
  height: 100vmin;
  width: 100vmin;
  border-radius: 50%;
  text-align: center;
  background-color: cadetblue;

}

.hidden {
  display: none;
}

h1 {
  font-family: "Permanent Marker", cursive;
  flex-direction: column;
  justify-content: flex-start;
  
  text-align: center;
  padding: 2vh;
  margin: 0;
}

p {
  font-size: 2vw;
  justify-content: center;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0
}

.roslinUltraBig {
  font-family: "roslinDislpayUltra";
  line-height: 0.5;
}

.roslinUltraMedium {
  font-family: "roslinDislpayUltra";
  font-size: 15vw;
  /* letter-spacing: 0.0625em; */
  line-height: 0.99;
}

.roslinUltraSmall {
  font-family: "roslinDislpayUltra";
  font-size: 10vw;
  /* letter-spacing: 0.0625em; */
  line-height: 0.99;
}
.roslinUltraMini {
  font-family: "roslinDislpayUltra";
  font-size: 6vw;
  /* letter-spacing: 0.0625em; */
  line-height: 0.95;
}
.impactBig{
  font-family: 'Impact', normal;
  font-size: 8vw;
  /* letter-spacing: 0.01rem; */
}

.impact{
  font-family: 'Impact', normal;
  /* letter-spacing: 0.4rem; */
}

.format {
  font-family: "FormaDJRDisplay-Light-Edu";
}

.pop{
 
  display: flex;
  flex-direction: column;
  justify-content: center;  
  background-color: blanchedalmond;
  height: 100vh;  
}

#pop1 {
 
  
}
#pop2 {
  
  }

.ingredients{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.ingredients:hover{
  cursor: pointer;
  color: blanchedalmond;
  background-color: cadetblue;
  margin-left: 0;
}

#pop3 {

}
#pop4 {

  
}
#pop5 {
  
  
}

#pop6 {

}
#pop7 {
  
  
}
#pop8 {
  
  
}

#pop9 {


}


#pop10 :hover{
 
  -webkit-animation: none;
  -moz-animation:  none;
  animation: none;
  /* position: absolute; */
}

#pop11 {
 
}
.reload{

}
.comments {
  margin-top: 0;
  justify-self: flex-start; 
  
  background-color: rgb(242, 8, 8);
  z-index: 10;
  -webkit-animation: argh-my-eyes 0.1s infinite;
  -moz-animation:    argh-my-eyes 0.1s infinite;
  animation:         argh-my-eyes 0.1s infinite;
}

.comments:hover {
  -webkit-animation: none;
  -moz-animation:  none;
  animation: none;
}

/* .comments h2{
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20%;
  max-width: 70%;
  font-size: 4vw;
  color: blanchedalmond;
  
} */

.comments h1{
  text-align: left;
  padding: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15%;
  max-width: 80%;
  font-size: 8vw;
  color: blanchedalmond;
  
}

.comments p{
  align-items: center;
  margin-left:20%;
  max-width: 60%;
  color: blanchedalmond;
}

#colonialSnack{
  color: blanchedalmond;
}

@keyframes pumpCircle {
  0% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(1.9);
  }
  40% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.9);
  }
  80% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.9);
  }
}

@-webkit-keyframes argh-my-eyes {
  0%   { background-color: rgb(242, 8, 23); }
  10% { background-color: blanchedalmond }
  20% { background-color: rgb(242, 8, 23)}
  30% { background-color: blanchedalmond }
  40%   { background-color: rgb(242, 8, 23); }
  50% { background-color: blanchedalmond }
  60% { background-color: rgb(242, 8, 23)}
  70% { background-color: blanchedalmond }
  80% { background-color: blanchedalmond }
  90% { background-color: rgb(242, 8, 23)}
  100% { background-color: blanchedalmond }
}
@-moz-keyframes argh-my-eyes {
  0%   { background-color: rgb(242, 8, 23); }
  10% { background-color: blanchedalmond }
  20% { background-color: rgb(242, 8, 23)}
  30% { background-color: blanchedalmond }
  40%   { background-color: rgb(242, 8, 23); }
  50% { background-color: blanchedalmond }
  60% { background-color: rgb(242, 8, 23)}
  70% { background-color: blanchedalmond }
  80% { background-color: blanchedalmond }
  90% { background-color: rgb(242, 8, 23)}
  100% { background-color: blanchedalmond }
}
@keyframes argh-my-eyes {
  0%   { background-color: rgb(242, 8, 23); }
  10% { background-color: blanchedalmond }
  20% { background-color: rgb(242, 8, 23)}
  30% { background-color: blanchedalmond }
  40%   { background-color: rgb(242, 8, 23); }
  50% { background-color: blanchedalmond }
  60% { background-color: rgb(242, 8, 23)}
  70% { background-color: blanchedalmond }
  80% { background-color: blanchedalmond }
  90% { background-color: rgb(242, 8, 23)}
  100% { background-color: blanchedalmond }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    p{
      font-size: 5vw;
    }
}
