html, body {
  margin: 0;
  padding: 0;
  top: 0;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  width: 100%;
}

#app {
  width: 100%;
}

.borderradius {
  border-radius: 10px;
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: -1px;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.margin-left {
  margin-left: 10px;
}

#topbox {
  position: relative;
  width: 100%;
  min-height: 600px;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("milkywaycompressed.jpg");
  background-size: cover;
  background-position: center;
  background-color: #242333;
  padding-left: 0px;
  padding-right: 0px;
}

#topleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 450px;
}

#topright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  height: 450px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
}

#topright h1 {
  font-weight: 900;
  font-size: 3.5em;
  letter-spacing: -3px;
  line-height: 80px;
  padding-bottom: 15px;
}

#toprightcontent {
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -50px;
}

.cardBox {
  width: 200px;
  height: auto;
  font-weight: 300;
  font-size: 13px;
}

.reversed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.meaning {
  display: inline-block;
  background: black;
  color: white;
  border-radius: 50px;
  font-weight: 400;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px;
}

.clarify {
  width: 200px;
  height: 350px;
  border: 2px solid gray;
  border-radius: 10px;
}

#navbar {
  position: absolute;
  top: 0;
  background: #000;
  width: 100%;
  height: 75px;
}

#glowblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#glow {
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

#mooncard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  -webkit-perspective: 500px;
          perspective: 500px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#mooncardtarot {
  position: relative;
  z-index: 5;
  -webkit-animation: act 13s linear infinite;
          animation: act 13s linear infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  max-width: 100%;
  max-height: 100%;
}

@-webkit-keyframes act {
  0% {
    -webkit-transform: rotateX(-10deg) rotateY(-10deg);
            transform: rotateX(-10deg) rotateY(-10deg);
  }
  33% {
    -webkit-transform: rotateX(10deg) rotateY(10deg);
            transform: rotateX(10deg) rotateY(10deg);
  }
  66% {
    -webkit-transform: rotateX(10deg) rotateY(-10deg);
            transform: rotateX(10deg) rotateY(-10deg);
  }
  100% {
    -webkit-transform: rotateX(-10deg) rotateY(10deg);
            transform: rotateX(-10deg) rotateY(10deg);
  }
}

@keyframes act {
  0% {
    -webkit-transform: rotateX(-10deg) rotateY(-10deg);
            transform: rotateX(-10deg) rotateY(-10deg);
  }
  33% {
    -webkit-transform: rotateX(10deg) rotateY(10deg);
            transform: rotateX(10deg) rotateY(10deg);
  }
  66% {
    -webkit-transform: rotateX(10deg) rotateY(-10deg);
            transform: rotateX(10deg) rotateY(-10deg);
  }
  100% {
    -webkit-transform: rotateX(-10deg) rotateY(10deg);
            transform: rotateX(-10deg) rotateY(10deg);
  }
}

#destiny {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rotating {
  -webkit-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotatingTwo {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  -webkit-transform-origin: 50% 39%;
          transform-origin: 50% 39%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotatingreversed {
  -webkit-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
  animation-direction: reverse;
  -webkit-transform-origin: 50% 39%;
          transform-origin: 50% 39%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.star {
  -webkit-animation: zoom 2s linear infinite;
          animation: zoom 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes zoom {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.starTwo {
  -webkit-animation: zoom 4s linear infinite;
          animation: zoom 4s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@keyframes zoom {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.starThree {
  -webkit-animation: zoom 3s linear infinite;
          animation: zoom 3s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@keyframes zoom {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

#tarotButtonDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.55em;
  color: #000;
  font-weight: 400;
  width: 150px;
  height: 50px;
  border-radius: 50px;
  background-color: #e5e5e5;
  cursor: pointer;
}

#tarotButtonDiv:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
}

#innerButton {
  position: relative;
  color: #06231F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertical center alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Horizontal center alignment */
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#tarotButton {
  color: #444444;
  width: 175px;
  height: 50px;
  border: none;
  border-radius: 10px;
  border: solid 1px #444444;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(54, 54, 54, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(54, 54, 54, 0.75);
}

#middleboxContainer {
  width: 100%;
  background-color: #e5e5e5;
  font-family: 'Lato', sans-serif;
  padding-bottom: 20px;
}

#middlebox {
  max-width: 1140px;
  height: auto;
  background-color: #e5e5e5;
  margin: 0 auto;
  font-size: 13px;
}

.extrapadding {
  padding: 10%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  border-radius: 10px;
  background-color: #CACACA;
}

#leftMiddle {
  float: left;
  width: 33%;
  height: 400px;
  text-align: center;
}

#middleMiddle {
  float: left;
  width: 33%;
  height: 400px;
  text-align: center;
}

#rightMiddle {
  float: left;
  width: 33%;
  height: 400px;
  text-align: center;
}

.detailed {
  display: inline-block;
  border: solid 1px #444444;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  font-size: 16px;
  margin: 2px;
  font-weight: 300;
  color: #444444;
}

.middleImage1 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Centering y-axis */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Centering x-axis */
  width: auto;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.middleImage2 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Centering y-axis */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Centering x-axis */
  width: auto;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.middleImage3 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Centering y-axis */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Centering x-axis */
  width: auto;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.middleImage3 p {
  position: relative;
  bottom: 0;
}

.middleImageImage {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#howto {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #22AAA1;
}

#howtobox {
  float: right;
  text-align: right;
  color: #fff;
  text-align: right;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-right: 20px;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 768px) {
  #howtobox {
    padding-left: 15px;
    width: 100%;
  }
}

#howtobox h1 {
  font-weight: 900;
  font-size: 6em;
  letter-spacing: -4px;
  line-height: 75px;
  color: #fff;
  padding-bottom: 25px;
}

#howtobox p {
  float: right;
  text-align: right;
  font-size: 1.1em;
  font-weight: 300;
}

#howtowrapper {
  /*display: flex;
    align-items: center;
    justify-content: center;*/
  text-align: left;
  width: 80%;
  height: auto;
  border-radius: 10px;
  padding-left: 10px;
  margin: 0 auto;
  float: left;
}

@media (max-width: 768px) {
  #howtowrapper {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  #howtobig {
    display: none;
  }
  #howtosmall {
    display: inline;
  }
}

@media (min-width: 768px) {
  #howtobig {
    display: inline;
  }
  #howtosmall {
    display: none;
  }
}

#howtosmall {
  text-align: center;
}

.circlenumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
}

.whatisthis {
  scale: 1.2;
}

.howtoblank {
  opacity: 1;
}

.howtodescription, .howtodashedline, .howtoclarify, .howtoblanktwo, .howtosolidline {
  opacity: 0;
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: solid 1px #444444;
  margin-right: 25px;
  margin-left: 10px;
  line-height: 15px;
  font-size: 28px;
  font-weight: 100;
  background: #444444;
  color: #fff;
}

.clarifyExample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 60px;
  width: 200px;
  border: solid 1px #000;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.checkboxwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #444444;
  border-radius: 3px;
  margin-right: 7px;
}

.checkboxinner {
  width: 10px;
  height: 10px;
  background: #444444;
  border-radius: 2px;
}

.middleHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 350px;
  margin-bottom: 25px;
  text-align: center;
}

.description {
  position: absolute;
  height: 75px;
  bottom: 0;
  width: 80%;
  margin-bottom: 50px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 300;
  color: #444;
}

.description h5 {
  font-weight: 900;
}

@media (min-width: 991.98px) {
  #tarotportion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120vh;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    /*
        height: 1000px;
        width: auto;
        white-space: nowrap;
        */
    position: relative;
    vertical-align: top;
    padding-top: 25px;
    text-align: right;
    margin: 0 auto;
  }
  .colorgrey {
    width: 20%;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  #tarotportion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    /*
        height: 1000px;
        width: auto;
        white-space: nowrap;
        */
    position: relative;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
  }
  .colorgrey {
    float: left;
    width: 20%;
    scale: 0.8;
  }
  #xcardBlank {
    scale: 0.9;
  }
}

@media (max-width: 767.98px) {
  #tarotportion {
    /*
        display: flex;
        height: auto;
        align-content: center;
        justify-content: center;
        */
    min-height: 600px;
    width: 100%;
    white-space: nowrap;
    scale: 0.9;
    position: relative;
    vertical-align: top;
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 310px;
  }
  .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}

.meaningsWrapper {
  display: flexbox;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.meanings {
  float: left;
  height: 20px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50px;
  font-size: 11px;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.cardPortion {
  height: 305px;
  width: 180px;
  -webkit-box-shadow: 0px 0px 0px 10px black inset;
          box-shadow: 0px 0px 0px 10px black inset;
  border-radius: 10px;
}

.card {
  border-radius: 10px;
}

#flip-card-one, #flip-card-two {
  background-color: transparent;
  width: 300px;
  height: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#flip-card-inner-one, #flip-card-inner-two {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: pink;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-it {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.xcard {
  display: inline-block;
  width: 175px;
  height: 1200px;
  border-radius: 10px;
  margin-right: 50px;
  vertical-align: top;
}

#xcardBlank {
  float: left;
  width: 175px;
  height: 300px;
  background-image: url("blank.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-left: 25px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(50, 50, 0, 0.4));
          filter: drop-shadow(0px 0px 5px rgba(50, 50, 0, 0.4));
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(52, 52, 74, 0.4);
            box-shadow: 0 0 0 0 rgba(52, 52, 74, 0.4);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(52, 52, 74, 0);
            box-shadow: 0 0 0 15px rgba(52, 52, 74, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(52, 52, 74, 0);
            box-shadow: 0 0 0 0 rgba(52, 52, 74, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(52, 52, 74, 0.4);
            box-shadow: 0 0 0 0 rgba(52, 52, 74, 0.4);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(52, 52, 74, 0);
            box-shadow: 0 0 0 15px rgba(52, 52, 74, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(52, 52, 74, 0);
            box-shadow: 0 0 0 0 rgba(52, 52, 74, 0);
  }
}

.xcardBlankAnimation {
  -webkit-animation: fade 1s linear;
          animation: fade 1s linear;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.xcontents {
  width: 175px;
  height: 400px;
  margin: 0 auto;
}

.flipped {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cardStyle {
  -webkit-clip-path: inset(1% 2% 1% 2% round 10px);
          clip-path: inset(1% 2% 1% 2% round 10px);
  max-width: 175px;
}

.cardStyleWrapper {
  /*
    width: auto;
    height: auto;
    */
  max-width: 175px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(50, 50, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(50, 50, 0, 0.5));
}

#ccardwrapper {
  width: 175px;
  height: auto;
  margin: 0 auto;
}

.clarifyingcard {
  float: left;
  width: 175px;
  height: 300px;
  border-radius: 10px;
}

.cardName {
  width: 175px;
  font-size: 16px;
  float: left;
  text-align: center;
  margin-bottom: 5px;
}

.space {
  min-height: 10px;
  width: 175px;
}

.dotted {
  width: 50%;
  min-height: 50px;
  border-right: dotted 1px #000;
}

#menuwrapper {
  position: relative;
  background-color: #136F63;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#options {
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  /*
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: auto;
    */
  background-color: #136F63;
  padding-top: 15px;
  display: none;
}

#menu {
  position: relative;
  display: flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  letter-spacing: -2px;
  width: 100vw;
  padding-left: 10px;
  min-height: 20px;
  z-index: 3;
  color: #fff;
  background-color: #0F574E;
  font-weight: 600;
  cursor: pointer;
}

#menu img {
  margin-right: 5px;
}

#menu:hover {
  background-color: #0C463F;
}

.switchWrapper {
  display: block;
  float: left;
  width: 310px;
  max-height: 100px;
  padding-bottom: 5px;
  margin-left: 10px;
}

.switchTitle {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: left;
  font-size: 16px;
  padding-left: 3px;
  padding-right: 10px;
  border-radius: 5px;
  font-weight: 600;
}

.switch-toggle {
  font-family: 'Raleway', sans-serif;
  margin-right: 25px;
}

.switch-toggle :hover {
  -webkit-box-shadow: 0px 0px 3px 1px #fff;
          box-shadow: 0px 0px 3px 1px #fff;
  scale: 1.02;
}

.switch-toggle input {
  position: absolute;
  opacity: 0;
}

.switch-toggle input + label {
  padding: 8px;
  float: left;
  color: #fff;
  cursor: pointer;
  border: solid 1px #136F63;
  font-size: 14px;
  border: solid 1px #fff;
  border-radius: 50px;
  margin: 2px;
}

.switch-toggle input:checked + label {
  border-radius: 50px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

#resetWrapper {
  float: left;
  display: block;
  height: 100px;
  width: 75px;
}

#resetWrapper :hover {
  -webkit-box-shadow: 0px 0px 3px 1px #fff;
          box-shadow: 0px 0px 3px 1px #fff;
  scale: 1.02;
}

#resetbutton {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Raleway', sans-serif;
  width: 100px;
  height: 42px;
  color: #fff;
  border-radius: 50px;
  background-color: #0C463F;
  cursor: pointer;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  text-align: left;
  color: #fff;
  background-color: #34344a;
  font-family: 'Lato', sans-serif;
}

.footers {
  height: 25px;
  width: 100vw;
}

#footerone {
  background-color: #555577;
}

#footertwo {
  background-color: #4C4C6B;
  text-align: center;
}

#footerthree {
  background-color: #44445F;
}

#footerfour {
  background-color: #34344a;
}
/*# sourceMappingURL=style.css.map */