@font-face {
  font-family: 'Ubuntu Light';
  src: url('resources/fonts/Ubuntu-L.ttf');
}

body,
html {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background: rgb(24,0,36);
  background: radial-gradient(circle, rgba(24,0,36,1) 0%, rgba(74,9,91,1) 75%, rgba(108,6,130,1) 100%); 
  background-attachment: fixed;
  font-family: 'Ubuntu Light';
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  background-color: #000;
}

table {
    border-spacing: 6px 1rem;
}

 /* unvisited link */
a:link {
  color: #87CEFA;
}

/* visited link */
a:visited {
  color: #87CEFA;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #E5E5E540;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 90%;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #DDA0DD;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #3d1452;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

.topnav .toggle-btn {
  background-color: #3d1452;
  color: white;
}

.info-prompt {
  text-align: center;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font: inherit;
  color: #E00043;
  background: linear-gradient(353.51deg, #3E3E3E 4.26%, #101010 19.85%, #101010 60.5%, #343434 82.04%, #5C5C5C 99.15%);
  padding-bottom: .2rem;
  margin-bottom: .2rem;
  width: 320px;
  border-radius: 1rem;
  align-items: center;
  opacity: 0;
}

.green {
  font-weight: bold;
  background-color: rgba(15,255,80,.8);
}

.yellow {
  font-weight: bold;
  background-color: rgba(228,208,10,.8);
}

.grey {
  font-weight: bold;
  background-color: #E5E5E540;
}

.info-prompt-transform {
  animation: error 4s;
}

.intro-example {
  margin-bottom: 75px;
}

.intro-example-guess-text {
  margin-top: 1.25rem;
  font-size: 150%;
  font-family: 'Permanent Marker', cursive;
}

#intro {
  color: #ffff;
}

#intro .intro-example-title {
  margin-top: 1.25rem;
}

#intro .intro-description {
  margin-top: 1.25rem;
}

#intro .intro-music-warning {
  margin-top: 1rem;
}

.howtoplay {
    color: #fff;
}

.win-overlay {
  height: 535px;
  width: 290px;
  position: absolute;
  left: 39.3%;
  text-align: center;
  transform: translate(0, 0);
  animation: win-appears ease-in 2.5s;
  position: absolute;
  background-color: #EDE1ED;
  z-index: 3;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.help-overlay {
  width: 340px;
  height: 700px;
  margin-top: -1.1rem;
  top: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(353.51deg, #3E3E3E 4.26%, #101010 19.85%, #101010 60.5%, #343434 82.04%, #5C5C5C 99.15%);
  border-radius: 10px;
  color: #ffff;
}

.help-title {
  margin-bottom: 1rem;
  align-self: center;
}

.help-description {
  margin-bottom: 1rem;
  
      
}

.help-header {
  color: #6AD074;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.help-attributes ul {
  list-style: none;
}

.help-attributes li {
  margin-left: -1.4rem;
  margin-bottom: 1rem;
  color: #6ad074;
  font-size: 95%;
}

.list-item {
  display: inline-block;
  color: #ffff;
  margin-right: .75rem;
  margin-top: .25rem;
  font-size: 14px;
  line-height: 16.94px
}

.list-item img {
  position: relative;
  height: 20px;
  width: 20px;
}

.list-item {
  font-size: 85%;
}

.hide {
  display: none;
}

.help-exit-btn:hover {
  cursor: pointer;
}



@keyframes win-appears {
  0% {
    opacity: 0;
    transform: translateX(0px) translateY(-1000px);
  }
  62% {
    transform: skewX(0deg) translateX(0px);
  }
  70% {
    transform: skew(-20deg);
  }
  80% {
    transform: skew(0deg) translate(0);
  }
  90% {
    transform: skew(-5deg);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}

/* .win-overlay .share-btn:hover {
  cursor: pointer;
}

.win-overlay .share-btn:onclick {
  background-color: #178f41;
} */

.win-overlay-hide {
  display: none;  
}

.win-overlay .exit-btn {
  margin-top: .5rem;
  align-self: flex-end;
}

.win-overlay .exit-btn:hover {
  cursor: pointer;
}

.help-overlay .help-exit-btn {
  margin-top: .5rem;
  align-self: flex-end;
}

.help-overlay .help-exit-btn:hover {
  cursor: pointer;
}

.win-overlay .congratulations {
  font-family: 'Inter';
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.win-overlay .win-todays {
  display: flex;
  flex-direction: column;
}

.win-todays .todays-artist {
  align-self: flex-start;
  padding-top: 2rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.win-todays .todays-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -1rem;
}

.album-container img {
  width: 200px;
  height: 200px;
  border-radius: .2rem;
}

.win-overlay .next-guess {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  width: 176px;
  height: 52px;
  color: #000000;
}

.win-overlay .current-streak {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.win-overlay .timer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: -1rem;
  color: #000000;
  
}

.win-overlay .share-btn {
  border-radius: 5px;
  width: 176px;
  height: 52px;
  background-color: #1E90FF;
  color: #ffff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  margin-top: 2rem;

}

.win-overlay .returnhome-btn {
  border-radius: 5px;
  width: 176px;
  height: 52px;
  background-color: #1E90FF;
  color: #ffff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  margin-top: 1rem;

}

.win-overlay .win-share {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem;
}

/* Fireworks Animation */

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }


.logo img {
  height: 100px;
}

.logo h3 {
  color: #ffff;
  font-family: 'Inter';
  font-style: normal;
  font-size: 20px;
  margin-left: 1rem;
}

.logo {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}

.guesses {
  color: #FFFF;
  margin-right: 1.8rem;
  padding-bottom: .3rem;
}

.game-container {
  position: relative;
}

.game-container .remaining-guesses {
  width: 100%;
  display: flex;
  justify-content: center;

}

.remaining-guesses .guesses {
  width: 340px;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}

.search-container {
  width: 340px;
  border-radius: 1.625rem;
  margin: auto;
  background-color: inherit;
  border: none;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.15);
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

input::value {
  margin-left: 2rem;

}

input {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  box-sizing: border-box;   
  padding-left: 1rem;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

input:focus {
  outline: none;
}

button {
  position: absolute;
  border: none;
  background: none;
  margin-right: .2rem;
}

button:focus {
  outline: none;
}

button i {
  color: #6d7b98;
  cursor: pointer;
}

.results {
  padding: 0px;
  position: absolute;
  top: 35px;
  background-color: #E6E6FA;
  opacity: 90%;
  max-width: 320px;
  width: 100%;
  margin-top: 3rem;
  border-radius: 4px;
}

.results ul {
  margin: 0; 
  padding: 0; 
}

.results ul li {
  list-style: none;
  border-radius: 3px;
  opacity: 0;
  display: none;
  padding: 8px 12px;
  transition: all .5s linear;
}

.show .results ul li {
  opacity: 1;
  display: block;
}

.show .results {
  padding: 10px;
}

.results ul li:hover {
  background: #DDA0DD
}

.outer-challenge-container {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: transitionIn 2s;
}

.challenge-container {
  display: flex;
  flex-direction: column;
  font-family: 'Inter';
  color: #FFF;
}

.challenge-artist {
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.challenge-artist-name {
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  font-size: 150%;
}

.challenge-artist-img {
  margin-right: .8rem;
  border-radius: 50%;
  border: 0;
  width:80px;
  height:80px;
}

.challenge-track iframe {
  border: none;
  border-width: 0;
  width: 360px;
  height: 113px;
}

.challenge-form {
  width: 100%;
  height: 85px;
  align-items: center;
}

.challenge-form-container {
  width: 100%;
  height: 85px;
}

.challenge-form {
  width: 350px;
  height: 35px;

  background: #FFFFFF;
  border-radius: 5px;

}

.challenge-explain {
  margin-top: .5rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: #7B7B7B;
}

.challenge-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: .5rem;
}

.challenge-btn {
  margin-bottom: .5rem;
  width: 140px;
  height: 25px;
  font: 'Inter';
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  margin-right: 1rem;   
  float: right;
  z-index: 2;
  position: relative;
  margin-top: -1rem;
}

.challenge-btn:hover {
  cursor: pointer;
}

.challenge-btn-text {
  align-self: center;
  margin-left: 1rem;
}

.challenge-btn img {
  width: 22px;
  height: 22px;
  float: left;
  align-self: center;
  margin-left: .1rem;
}

.challenge-exit-btn img {
  width: 27px;
  height: 27px;
  position: absolute;
  margin-left: 150px;
}

.challenge-exit-btn:hover {
  cursor: pointer;
}

.styled-btn {
  border-radius: 5px;
  width: 185px;
  height: 65px;
  background-color: #1E90FF;
  color: #ffff;
  font-weight: bold;
  font-size: 110%;
  position: relative;
  margin-bottom: .2rem;
  margin-top: .2rem; 
}

.styled-btn:hover {
  cursor: pointer;
}

.styled-btn:onclick {
  background-color: #DDA0DD;
}

/* .play-todays-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
} */

.create-btn {
  background-color: #BA81C2;
  margin-bottom: 17.5px;
}


.challenge-share {
  justify-content: center;
  display: flex;
}

.challenge-share-btn {
 margin-top: 2rem;
 color: #ffff;
}

.challenge-share-btn:hover {
  cursor: pointer;
}

.challenge-share-btn:onclick {
  background-color: #DDA0DD;
}

.create-btn {
  margin-bottom: .7rem;
}

.guess-container {
  display: flex;
  flex-direction: column;
}

.outer-guess-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.outer-guess-container .guess-container {
  width: 340px;
  display: flex;
  justify-content: center;
}

.guess .guessRow {
  display: flex;
  direction: row;
  flex: 1;
}

.guess .guessRow .item-name {
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  font-size: 150%;
}

.guess .guessRow .item {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 5px;
  color: #FFFF;
  font-size: 90%;
}

.guess .guessRow .item-gender {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 5px;
  color: #FFFF;
  font-size: 90%;
}

.guess .guessRow .item-lp {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 5px;
  color: #FFFF;
  font-size: 90%;
}

.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  height: 30px;
}

.correct .arrow-container .data {
  margin-left: -1rem;
}

.item .data {
  font-size: 135%;
}

.item .data-lp {
  font-size: 135%;
}

.item-members .data {
  font-size: 135%;
}

.item-long .data {
  font-size: 135%;
}

.item-gender .data {
  font-size: 135%;
}

.item-genre .data {
  font-size: 110%;
}

.item-flag .data {
  margin-top: .2rem;
  font-size: 70%;
}

.item-hint .data {
  font-size: 100%;
}

.guess .guessRow .item-long {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1.5;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  flex-direction: column;
  font-size: 90%;
}

.guess .guessRow .item-members {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1.5;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  flex-direction: column;
  font-size: 90%;
}

.guess .guessRow .item-flag {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 5px;
  color: #FFFF;
  font-size: 90%;
}

.guess .guessRow .item-genre {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1.5;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  flex-direction: column;
  font-size: 90%;
}

.guess .guessRow .item-hint {
  background-color: #E5E5E540;
  height: 65px;
  flex: 1.5;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #FFFF;
  flex-direction: column;
}

.guess .guessRow .item-hint-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 250ms ease;
}

.guess .guessRow .item-hint-card:hover {
  transform: rotateX(180deg);
}

.guess .guessRow .item-hint-cardfront {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background: #E5E5E540;
  color: #FFFF;
}

.guess .guessRow .item-hint-cardback {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background: #9932CC;
  color: #FFFF;
  transform: rotateX(180deg);
}

.item img {
  margin-top: .2rem;
  width: 100%;
}

.item-flag img {
  margin-top: .2rem;
  width: 50px;
}

.item-name img {
  margin-right: .8rem;
  border-radius: 5px;
  object-fit: cover;
  width:80px;
  height:80px;
}

.correct {
  background-color: rgba(15,255,80,.8) !important;
}

.correct-barbie {
  background-color: #e0218a !important;
}

.close {
  background-color: rgba(228,208,10,.8) !important;
}

.guess {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.main-wrapper {
  margin-top: -3rem;
}

.credits {
  position: sticky;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin-left: 1rem;
  display: flex;
  align-self: flex-start;
  margin-bottom: .4rem;
  z-index: 1; /* Places the content above the snow overlay */
} 

.credits .made-by {
  margin-right: 1rem;
  padding-right: 1rem;
}

.credits a {
  color: #6AD074;
}

.snow-container {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  pointer-events: none; /* Allows clicks to pass through the snow layer */
  z-index: 1; /* Places the snow behind other elements */
}

.snow {
  object-fit: cover; /* Ensure the entire container is covered by the SVG */
  width: 100vw;
  margin-bottom: -5px;
}

/* .snowflakes-container {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 80vh;
  pointer-events: none;
  z-index: 1;
}
*/

/* .snowflakes {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} */

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateY(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

@keyframes transitionOut {
  from {
    opacity: 1;
    transform: rotateY(-10deg);
  }
  to {
    opacity: 0;
    transform: rotateY(0);
  }
}

@keyframes error {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.game-container {
  animation: transitionIn 2s;
}

.hidden {
  animation: transitionOut 1s;
  display: none;
}

.credits {
  animation: transitionIn 1s;
}

.logo {
  animation: transitionIn 1s;
}


@media screen and (min-width: 320px) and (max-width: 786px) {
  .credits {
    margin-top: 1rem;
  }
  .win-overlay {
    margin-top: -1rem;
  }

  .help-overlay {
    margin-top: -1rem;
  }
  
  .hint-overlay {
    margin-top: -1rem;
  }

    
}

@media screen and (min-width: 787px) {
  header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }

  .results {
    margin-top: 4rem;
  }

  .credits {
    position: sticky;
    bottom: 5px;
  }

  .win-overlay {
    margin-top: 4rem;
  }
}

@keyframes flip-out {
  from {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotate(0deg);
  }
}

.flip-in {
  animation: flip-in 250ms;
  animation-fill-mode: forwards;
}

.flip-out {
  animation: flip-out 250ms;
  animation-fill-mode: forwards;
}

.red {
  background-color: #e7115b !important;
}

.red .arrow-container .data {
  margin-left: -1rem;
}

.test3 {
  background-color: #ba9ac8 !important;
  color: #ffeb33 !important;
  -webkit-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

.test3 .arrow-container .data {
  margin-left: -1rem;
}

.hot-pink .arrow-container .data {
  margin-left: -1rem;
}

.blue {
  background-color: #4001f4 !important;
  color: #cef564 !important;
  -webkit-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

.blue .arrow-container .data {
  margin-left: -1rem;
}

.green {
  background-color: #25856b !important;
}

.test1 {
  background-color: #9cf0e1 !important;
  color: #cb1482 !important;
  -webkit-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

.test2 {
  background-color: #c4f970 !important;
  color: #fd2cb4 !important; 
  -webkit-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

@keyframes bg-transition {
  0% {
  background-color: rgba(106,208,116,.8);
  color: #ffff;
  }

  100% {
    background-color: #ba9ac8;
    color: #ffeb33;
  }
}

.placeholder .arrow-container .data {
  margin-left: -1rem;
}

.last-guess {
  animation: beat .25s infinite alternate;
	transform-origin: center;
  color: #E00043;
}

@keyframes beat{
	to { 
    transform: scale(1.025); 
    -webkit-transition: scale(1.025); 
    -moz-transition: scale(1.025); 
    -o-transition: scale(1.025); 
    -ms-transition: scale(1.025); 
  }
}

.mute-btn img {
  height: 30px;
  width: 30px;
  margin-left: .75rem;
  margin-right: .2rem;
}

.mute-btn:hover {
  cursor: pointer;
}


.help-btn img {
  height: 30px;
  width: 30px;
}

.help-btn {
  height: 50px;
}

.help-btn:hover {
  cursor: pointer;
}

.mute-btn {
  height: 100%;
}

.nav-btns {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-top: 2.2rem;
  margin-right: 1rem;
  position: relative;
}

.help-arrow {
  position: absolute;
}

header {
  display: flex;
  align-items: center;
  animation: transitionIn 2s;
  -webkit-animation: transitionIn 2s;
  flex-direction: row;
  width: 100%;
}