body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

@font-face {
  font-family: sprat;
  src: url(../assets/fonts/Sprat-CondensedLight.otf);
}
@font-face {
  font-family: spratbold;
  src: url(../assets/fonts/Sprat-CondensedBold.otf);
}
/*@keyframes link {
    from {
        top : 5%;
        transform: rotateY(360deg);
    }

    to {
        top:30%;
        transform: rotateY(0);
    }
}

@keyframes link2 {
    from {
        top : 5%;
    }

    to {
        top:30%;
    }
}*/
@-webkit-keyframes computerTransition {
  0% {
    transform: translateY(0%);
  }
  10% {
    transform: translateY(-17.5%);
  }
  20% {
    transform: translateY(-35%);
  }
  30% {
    transform: translateY(-52, 5%);
  }
  40% {
    transform: translateY(-70%);
  }
  50% {
    transform: translateY(-75%);
  }
  60% {
    transform: translateY(-80%);
  }
  70% {
    transform: translateY(-85%);
  }
  80% {
    transform: translateY(-90%);
  }
  90% {
    transform: translateY(-95%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes computerTransition {
  0% {
    transform: translateY(0%);
  }
  10% {
    transform: translateY(-17.5%);
  }
  20% {
    transform: translateY(-35%);
  }
  30% {
    transform: translateY(-52, 5%);
  }
  40% {
    transform: translateY(-70%);
  }
  50% {
    transform: translateY(-75%);
  }
  60% {
    transform: translateY(-80%);
  }
  70% {
    transform: translateY(-85%);
  }
  80% {
    transform: translateY(-90%);
  }
  90% {
    transform: translateY(-95%);
  }
  100% {
    transform: translateY(-100%);
  }
}
body {
  font-size: 12px;
  font-family: sprat;
  color: white;
  margin: 0;
  padding: 0;
  background-color: black;
  overflow: hidden;
}

.home {
  padding: 1.5em;
  height: 100vh;
  transform: translateY(0vh);
  font-family: sprat;
}
.home__title {
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  margin-top: 2.25em;
  height: 20vh;
  width: 100%;
}
.home__title img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  overflow: hidden;
}
.home__subtitle {
  max-width: 90%;
  margin: 2.25em auto;
  text-align: center;
  color: rgb(255, 0, 0);
  font-size: 2.25em;
  font-family: spratbold;
}
.home--animation {
  -webkit-animation-name: computerTransition;
          animation-name: computerTransition;
  -webkit-animation-duration: 3160ms;
          animation-duration: 3160ms;
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .home__title {
    display: flex;
    justify-content: center;
    margin-top: 2.25em;
    height: 20vh;
    width: 100%;
  }
  .home__subtitle {
    max-width: 90%;
    margin: 3.38em auto;
    text-align: center;
    color: rgb(255, 0, 0);
    font-size: 2.25em;
    font-family: spratbold;
  }
}
.selection {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.selection__button {
  padding: 0 1.5em;
  font-family: sprat;
  font-size: 1.5em;
  color: white;
  margin: 1em;
  background: none;
  border: none;
}
.selection__button a {
  color: white;
}
.selection__button:hover {
  cursor: pointer;
  background-image: url(../assets/images/right-arrow-svgrepo-com.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position-y: center;
}

.top {
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 1em;
  right: 1em;
  height: 5.06em;
  width: 100%;
}
.top__lives {
  right: 0;
  height: 3.38em;
  width: 3.38em;
  background-image: url(../assets/images/SVG/lives-full.svg);
  background-repeat: no-repeat;
  margin-left: auto;
  background-size: 3.38em;
}
.top__lives img {
  width: 3.38em;
  height: 3.38em;
}
.top__music {
  margin: 1.5em;
  width: 3.38em;
  height: 3.38em;
}
.top__music img {
  width: 3.38em;
  height: 3.38em;
}
.top__music img:hover {
  cursor: pointer;
}

.livestwothird {
  background-image: url(../assets/images/SVG/lives-two-thirds.svg);
}

.livesonethird {
  background-image: url(../assets/images/SVG/lives-one-thirds.svg);
}

.liveszerothird {
  background: none;
}

.rank {
  padding: 1.5em;
  height: 100vh;
  transition: 0.5s;
  text-align: center;
}
.rank__question {
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 1em;
}
.rank__instructions {
  font-size: 1em;
}
.rank__slot {
  display: flex;
  justify-content: flex-start;
  padding: 0 1.5em;
  margin: 1.5em 15%;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 0.2em;
}
.rank__next {
  transition: 0.2s;
  padding: 0 1.5em;
  font-family: spratbold;
  font-size: 1.5em;
  color: white;
  margin: 1em;
  background: none;
  border: none;
}
.rank__next:hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: rgb(81, 0, 0);
}

@media (min-width: 800px) {
  .rank__slot {
    display: flex;
    justify-content: flex-start;
    padding: 0 1.5em;
    margin: 1.5em 25%;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0.2em;
  }
}
@media (min-width: 1200px) {
  .rank__slot {
    display: flex;
    justify-content: flex-start;
    padding: 0 1.5em;
    margin: 1.5em 30%;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0.2em;
  }
}
.hovered {
  background-image: url();
  transition: 0.5s;
  background-color: aqua;
}

.answer {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.answer__card {
  padding: 1em 3.38em;
  background-color: rgb(81, 0, 0);
  margin: 1em 1.5em;
}
.answer__card:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.answer__card:active {
  transform: scale(0.9);
}

@media (min-width: 800px) {
  .answer {
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .answer {
    flex-flow: row wrap;
  }
}
.picture {
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
  height: 100vh;
  background-image: url();
  justify-content: center;
}
.picture__question {
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 1em;
}
.picture__input {
  font-family: sprat;
  font-size: 1em;
  color: white;
  background-color: rgb(0, 0, 0);
  border: none;
  padding: 1em 3.38em;
  margin: 1.5em;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 0.2em;
}
.picture__confirm {
  transition: 0.2s;
  padding: 0 1.5em;
  font-family: spratbold;
  font-size: 1.5em;
  color: white;
  margin: 1em;
  background: none;
  border: none;
}
.picture__confirm:hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: rgb(81, 0, 0);
}
@media (min-width: 1200px) {
  .picture .picture__input {
    font-family: sprat;
    font-size: 1em;
    color: white;
    background-color: rgb(0, 0, 0);
    border: none;
    padding: 1em 3.38em;
    margin: 1.5em;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0.2em;
  }
}
.picture__picture {
  height: 200px;
}
.picture__picture img {
  height: 100%;
}

.trueorfalse {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.trueorfalse__question {
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 1em;
}
.trueorfalse__radio {
  font-size: 1.5em;
  display: flex;
  flex-flow: column wrap;
}
.trueorfalse__option {
  margin: 1em;
}

.multiplechoice {
  height: 100vh;
  text-align: center;
  margin-bottom: 1.5em;
}
.multiplechoice__question {
  margin-top: 2.25em;
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 1em;
}

.multipleform {
  font-size: 1.5em;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 2.5em;
}
.multipleform__option {
  display: flex;
  flex-flow: column;
  margin: 1em;
  border-style: solid;
  border-color: white;
}
.multipleform__input {
  visibility: hidden;
}
.multipleform__label {
  padding-top: 0.67em;
  padding-left: 3.38em;
  padding-right: 3.38em;
  padding-bottom: 1.5em;
}
.multipleform__label:hover {
  cursor: pointer;
}

@media (min-width: 800px) {
  .multipleform {
    margin: 0 auto;
    max-width: 700px;
  }
}
.selected {
  transition: 0.2s;
  background-color: rgb(81, 0, 0);
}

.hidden {
  display: none;
}

.thisorthat {
  height: 100vh;
  width: 100vw;
}
.thisorthat__question {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 1em;
}

.sidebyside {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  position: relative;
}
.sidebyside__left {
  padding: 1em;
  width: 100%;
  background-color: rgb(5, 19, 75);
}
.sidebyside__right {
  padding: 1em;
  background-color: rgb(72, 7, 32);
  width: 100%;
}
.sidebyside .totradio {
  visibility: hidden;
}

.totradio--1 {
  font-size: 2.25em;
  margin: auto 0;
  text-align: left;
}

.totradio--2 {
  font-size: 2.25em;
  text-align: right;
}

@media (min-width: 800px) {
  .sidebyside {
    display: flex;
    flex-flow: row;
    height: 100%;
    position: relative;
  }
  .sidebyside__left {
    padding-top: 200px;
    padding: 1em;
    width: 50%;
  }
  .sidebyside__right {
    padding-top: 200px;
    padding: 1em;
    width: 50%;
  }
  .sidebyside__p {
    position: absolute;
    bottom: 0;
    font-size: 1.5em;
  }
  .sidebyside__p--left {
    text-align: left;
  }
  .sidebyside__p--right {
    text-align: right;
    right: 1em;
  }
}
.youlose {
  padding: 1.5em;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.youlose__title {
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 0.67em;
  color: rgb(255, 0, 0);
}
.youlose__p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

.youwin {
  padding: 1.5em;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.youwin__title {
  font-family: spratbold;
  font-size: 3.38em;
  margin-bottom: 0.67em;
  color: rgb(255, 255, 255);
}
.youwin__p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  color: red;
}

.totradio {
  bottom: 0;
}

.collection {
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 40px;
}
.collection__basic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
.collection__item {
  aspect-ratio: 2/3;
  width: 200px;
  height: 300px;
  background-color: gray;
}
.collection__item img {
  display: none;
  aspect-ratio: 2/3;
  width: 200px;
}
.collection__item--show {
  aspect-ratio: 2/3;
  width: 200px;
  height: 300px;
  background-color: gray;
}
.collection__item--show img {
  display: block;
  aspect-ratio: 2/3;
  width: 200px;
}

.collection__basic--active {
  color: white;
  font-family: spratbold;
  font-size: 1.5em;
  margin: 1em;
  border-style: solid;
  border: solid white;
  background: none;
  padding: 0.67em 1em;
}

.collection__shiny--active {
  color: white;
  font-family: spratbold;
  font-size: 1.5em;
  margin: 1em;
  border-style: solid;
  border: solid white;
  background: none;
  padding: 0.67em 1em;
}

/*.test__img {
  width: 10%;
  animation: link2 10s;
  position: absolute;
}
.test__img img {
  width: 100%;
  animation: link 10s;
}*/

/*# sourceMappingURL=app.css.map*/