@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 125%;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(60deg, #f17ab0 0%, #2cacf0 50%, #fbaa50 100%);
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.mobileNav,
.toggle {
  display: none;
}

h1 {
  font-family: "Pacifico", cursive;
  text-align: center;
  font-size: 4rem;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}

h2,
p {
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

h3 {
  font-family: "Pacifico", cursive;
  font-size: 3rem;
  color: #2CACF0;
  text-align: center;
  margin: 0 auto;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.resultDescription {
  padding: 20px;
  font-family: "Lato", sans-serif;
  color: #777777;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: .1rem;
}

.flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flag {
  height: 125px;
  width: 100px;
  border-left: 50px solid #ffffff;
  border-right: 50px solid #ffffff;
  border-bottom: 39px solid transparent;
  margin-left: 20px;
  margin-top: -20px;
  position: fixed;
}

.flag p {
  text-transform: uppercase;
  color: #FBAA50;
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  position: absolute;
  padding: 10px;
  font-size: .6rem;
  letter-spacing: .3rem;
  margin-left: -50px;
  margin-top: 20px;
}

.flag a {
  width: 1px;
  height: 1px;
  padding: 50px;
  display: block;
  margin-left: -50px;
  margin-top: 20px;
  z-index: -1;
  opacity: 0;
}

.logo {
  width: 30%;
  margin: 0 auto;
  fill: #ffffff;
  padding-top: 50px;
}

button {
  border: 0;
  width: 250px;
  padding: 10px;
  background-color: #ffffff;
  color: #2CACF0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

button:hover {
  background-color: #FBAA50;
  color: #ffffff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.nextQuestion,
.finishQuiz {
  margin-top: 20px;
  background: #2CACF0;
  color: #ffffff;
}

.nextQuestion:hover,
.finishQuiz:hover {
  background: #FBAA50;
  color: #ffffff;
}

.startImage {
  width: 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2%;
}

img {
  max-width: 100%;
}

img:hover {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.flexUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexContents {
  width: 100%;
}

form {
  background: #ffffff;
  width: 70%;
  text-align: center;
  padding: 50px;
  margin: 0 auto;
}

form h2 {
  color: #2CACF0;
  font-family: "Pacifico", cursive;
  font-size: 2rem;
  font-weight: 400;
}

input[type=submit] {
  margin-top: 3%;
  width: 200px;
  border: 0;
  background: #2CACF0;
  color: #ffffff;
  padding: 15px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

input[type=submit]:hover {
  background: #F17AB0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.formRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #2CACF0;
  top: 0px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50px;
  margin-right: 10px;
  outline: none;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

.formRadio:hover {
  background: #eaf7fe;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

.formRadio:checked {
  background: #ffffff;
}

.formRadio:checked::before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.5rem;
  content: '🍑';
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

label {
  font-family: "Lato", sans-serif;
  color: #777777;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

.flexAnswer {
  padding: 5px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section {
  padding: 50px 0;
  min-height: 100vh;
}

.flexInsideContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.answerImage {
  width: 50%;
}

.answerOptions {
  width: 50%;
}

.final {
  position: relative;
}

.results {
  display: none;
  background: #ffffff;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px;
}

.resultButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resultButtons button {
  background: #FBAA50;
  color: #ffffff;
  text-align: center;
}

.resultButtons button:hover {
  background: #F17AB0;
}

.listen {
  background: #F17AB0;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.listen:hover {
  background: #2CACF0;
}

.floatingCopyright {
  text-align: center;
  color: #ffffff;
  padding: 5px;
  text-transform: uppercase;
  font-size: .6rem;
  line-height: normal;
  font-family: "Lato", sans-serif;
}

.floatingCopyright a {
  text-decoration: none;
  color: #ffffff;
}

.floatingCopyright a:hover {
  text-decoration: underline;
}

/* 
---------------------- 
@media Styles 
---------------------- 
*/
/* Medium Large Device Media Tags Begin */
@media (max-width: 940px) {
  .flexInsideContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  img {
    height: 200px;
  }
  .answerImage,
  .answerOptions {
    width: 50%;
  }
}

/* Medium Large Device Media Tags Ends */
/* Medium Small Device Media Tags Starts */
@media (max-width: 784px) {
  .wrapper {
    width: 90%;
  }
  form {
    width: 90%;
    padding: 30px;
  }
  .flag {
    display: none;
  }
  .answerImage {
    display: none;
  }
  h1 {
    width: 75%;
    font-size: 2.6rem;
    text-align: center;
    margin: 30px auto;
  }
  .results {
    width: 100%;
  }
}

/* Medium Small Device Media Tags Ends */
/* Small Device Media Tags Begin */
@media (max-width: 516px) {
  .results {
    display: none;
    top: 100%;
    left: 0%;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 10px;
  }
  .lizzoStartImage {
    display: none;
  }
  .logo {
    width: 60%;
  }
  h1 {
    font-size: 2rem;
    margin: 50px auto;
  }
  form {
    padding: 25px;
  }
  form h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: .8rem;
  }
  .resultDescription {
    font-size: .8rem;
    letter-spacing: normal;
    padding: 10px;
  }
  .answerOptions {
    width: 100%;
  }
  button {
    width: 80%;
  }
  .formRadio {
    height: 20px;
    width: 20px;
    padding-right: 15px;
    -webkit-transition: none;
    transition: none;
  }
  .formRadio:checked::before {
    font-size: 1rem;
    content: '🍑';
    -webkit-transform: none;
            transform: none;
  }
  label {
    font-size: .8rem;
    width: 100%;
  }
}

/* Small Device Media Tags Ends */
/* Tiny Device Media Tags Begin If Needed */
/* Tiny Device Media Tags Ends */
