/* Vars */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* START CUSTOM */
.fp-slidesNav {
  text-align: center;
}





.fp-slidesNav ul li a span {
  height: 16px;
  width: 16px;
}

.fp-slidesNav ul li:hover a span {
  height: 16px;
  width: 16px;
  margin: -2px 0 0 -2px;
}

.fp-slidesNav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.fp-slidesNav ul li {
  width: 16px;
  height: 16px;
  transition: 0.3s ease width;
}

.fp-slidesNav ul li.active {
  width: 60px;
}

.fp-slidesNav ul li a span,
.fp-slidesNav ul li:hover a span {
  top: 0;
  left: 0;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 100%;
  height: 100%;
  margin: -2px 0 0 -2px;
  cursor: auto;
  background-color: #88c04c;
  border-radius: 20px;
}

h1 {
  margin: 0;
  line-height: 1;
}

/* END CUSTOM */
/* Standard Page Settings */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: "", sans-serif;
  /*overflow-x: hidden;*/
}

@media only screen and (max-width: 64em) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 40em) {
  body {
    font-size: 14px;
  }
}
body {
  background: #fff;
  color: #555;
  -webkit-text-size-adjust: none;
  overflow-x: scroll;
}

@media (max-width: 767px) {
  body {
    font-size: 0.7em;
  }

  /*14px*/
}
@media (min-width: 768px) {
  body {
    font-size: 0.8266666667em;
  }

  /*17px*/
}
@media (min-width: 992px) {
  body {
    font-size: 0.8266666667em;
  }

  /*17px*/
}
@media (min-width: 1200px) {
  body {
    font-size: 1em;
  }

  /*20px*/
}
p {
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.75;
}

a, input, button, .btn {
  transition: all 0.25s ease;
}

a {
  color: #0064b7;
}

a, a:hover {
  transition: ease all 0.25s;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #004884;
}

::-moz-selection {
  background: #0064b7;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0064b7;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0064b7;
  color: #fff;
  text-shadow: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

small, small p {
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #222;
}

/* Flex */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-column-nowrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.flex.center-center, .flex-column.center-center {
  justify-content: center;
  align-items: center;
}

.flex.center-left, .flex-column.center-left {
  justify-content: flex-start;
  align-items: center;
}

.flex.center-right, .flex-column.center-right {
  justify-content: flex-end;
  align-items: center;
}

img.img-responsive {
  width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.btn {
  padding: 0.75rem 1.5rem;
  color: #fff !important;
  background-color: #0064b7;
  border-color: #004884;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover, .btn:focus, .btn.active, .btn.active:hover, .btn.active:focus, .btn:active, .btn:active:hover, .btn:active:focus {
  background-color: #0080ea;
  border-color: #0064b7;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* PaceJS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0064b7;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 0.35em;
}

body .page {
  opacity: 0;
  transition: all 1s ease;
}

body.pace-done .page {
  opacity: 1;
}

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}



.can {
  display: flex;
  height: 100%;
}

.can > img {
  max-width: 450px;
}

.anime{
  width: 40vw;
  height: 40vw;
}



@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}





/*background*/



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
@keyframes animate2 {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 50%;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 100%;

  }

}

.main-content{
  z-index: 99;
  height: 100vh;
}
.main-content .row{
  height: 100%;
}
h1{
  color: #fff;
}



.fp-tableCell{
  background: #15435C;  
  background: radial-gradient(ellipse at top, #15425C, #15435C);
  width: 100%;
  height:100vh; 
}

.slide2 .fp-tableCell, .slide4 .fp-tableCell{
  background: #006D6E;  
  background: radial-gradient(ellipse at top, #006D6E, #006D6E);
  animation: bgTransfer 2s ease-in-out;
}
.slide3 .fp-tableCell, .slide6 .fp-tableCell{
  background: #944779;  
  background: radial-gradient(ellipse at top, #944779, #8D4371);  
 
}

@keyframes bgTransfer {
  0%  { background: radial-gradient(ellipse at top, #226D97, #15435C);}
  25% {background: radial-gradient(ellipse at top, #00BF9B, #00987B)}
  100% {background: radial-gradient(ellipse at top, #00BF9B, #00987B)}
}




.fp-tableCell.color-violet {
  background-color: #7A4EAB !important;
}
.fp-tableCell.color-indigo {
  background-color: #4332CF !important;
}
.fp-tableCell.color-blue {
  background-color: #2F8FED !important;
}






.slide2 .circles li{
  animation: animate2 25s linear infinite;
}



/* navigation */
.navbar{
  background-color: #fff;
  padding: 1em;
  border-bottom: 26px solid #A4BF5F;
}
@media screen and (max-width: 1024px){
  .navbar{
    border-bottom: 10px solid #A4BF5F;
  }
}



.navbar-brand{
  font-family: 'Dela Gothic One', cursive;
}
.navbar-brand a{
  color: #15435C !important;
  font-size: 1.5em;

}
@media screen and (max-width: 1200px){
  .navbar-brand a{
    color: #15435C !important;
    font-size: 1em;
  
  }
}



.desktop-navbarNav{
  position: absolute;
    right: 10%;
    bottom: calc(-50% - 1.3em);
}
.desktop-navbarNav.firstPage{
  position: absolute;
  width: 40vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.desktop-navbarNav.firstPage .desktop-nav .nav-item.active{
  width: 60px;
    height: 60px;
    border: 0;
}

.desktop-nav{
  /* background-color: #7495AB; */
  position: relative;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-nav-background{
  height: 100px;
  /* top: 0%; */
  width: 100%;
  position: absolute;
  background-color: #A4BF5F;
  border-radius: 10px;

}
.desktop-navbarNav.disabled .desktop-nav-background{
  background-color: #cdcdcd;

}
/* .desktop-nav:before{
  display: block;
  content: ' ';
  background-image: url("./images/rounded-cornor-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 28px;
  position: absolute;
  left: -24px;
}

.desktop-nav:after{
  display: block;
  content: ' ';
  background-image: url("./images/rounded-cornor-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  width: 28px;
  position: absolute;
  right: -24px;
} */

.desktop-nav .nav-item{
  
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;

}





.desktop-nav .active .nav-item{
  width: 80px;
  height: 80px;
  border: 8px solid #C5DE92;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
}

.nav-item1{
  background-image: url("./images/nav-icon1.png");
  background-size: cover !important;
  background-position-y: 6px !important;
}
.nav-item1:hover{
  background-size: 110% !important;
  background-position-y: -5px !important;
  background-position-x: -5px !important;
  background-color: #def5c5;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.disabled .nav-item1{
  filter: grayscale(1);
}
.disabled a{
    pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.nav-item2{
  background-image: url("./images/nav-icon2.png");
  background-size: cover !important;
  background-position-y: 3px !important;
  background-position-x: 3px !important;
}
.nav-item2:hover{

  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: 1px !important;
  background-position-x: 1px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.disabled .nav-item2{
  filter: grayscale(1);
}


.nav-item3{
  background-image: url("./images/nav-icon3.png");
  background-size: cover !important;
  background-position-y: 3px !important;
  background-position-x: 0px !important;
}
.nav-item3:hover{

  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: 1px !important;
  background-position-x: -1px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.disabled .nav-item3{
  filter: grayscale(1);
}

.nav-item4{
  background-image: url("./images/nav-icon4.png");
  background-size: cover !important;
  background-position-y: 0px !important;
  background-position-x: 0px !important;
}
.nav-item4:hover{
  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: -2px !important;
  background-position-x: -1px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.disabled .nav-item4{
  filter: grayscale(1);
}




.nav-item5{
  background-image: url("./images/nav-icon5.png");
  background-size: cover !important;
  background-position-y: -8px !important;
  background-position-x: -7px !important;
}
.nav-item5:hover{
  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: -10px !important;
  background-position-x: -10px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.disabled .nav-item5{
  filter: grayscale(1);
}
.nav-item6{
  background-image: url("./images/nav-icon6.png");
  background-size: cover !important;
  background-position-y: -8px !important;
  background-position-x: 0px !important;
}
.disabled .nav-item6{
  filter: grayscale(1);
}
.nav-item6:hover{
  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: -10px !important;
  background-position-x: 0px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}

.nav-item7{
  background-image: url("./images/nav-icon1.png");
  background-size: cover !important;
  background-position-y: 6px !important;
}
.disabled .nav-item7{
  filter: grayscale(1);
}
.nav-item7:hover{
  background-size: 105% !important;
  background-color: #FED575;
  background-position-y: -1px !important;
  background-position-x: -1px !important;
  width: 70px;
  height: 70px;
  border: 4px solid #C5DE92;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}


.desktop-nav .nav-item{
  overflow: hidden;
  position: relative;
}

.nav-item .name{
  display: none;
}



.monster-nav-container{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}










/*blob*/
.content-section{
    position: relative;
}

h1 {
  color: white;
  font-size: 2em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 2;
  font-family: 'Dela Gothic One', cursive;
  margin-top: 1.5em;
  position: absolute;
  top: 1.5em;
  word-break: break-word;
}



.blob {
  width: 40vw;
  height: 40vw;
  position: absolute;
	margin: 0 auto;
	background: url('./building.png') no-repeat;
	background-size: contain;

  
  -webkit-clip-path: url('#gooey-clip');
  clip-path: url('#gooey-clip');

}

.slide4 .blob{
  background: url('./building2.png') no-repeat;
  background-size: contain;
}
.slide6 .blob{
    background: url('./specster-game.png') no-repeat;
  background-size: contain;
}

.slide3 .blob{
    background: url('./ginger-game.jpg') no-repeat;
  background-size: contain;
}
.slide2 .blob{
    background: url('./lavender-game.jpg') no-repeat;
  background-size: contain;
}




svg{
  margin: 0 auto;
  width:63%;
  height:auto;
}



@media screen and (max-width: 1200px) {

  .blob {
    width: 55vw;
    height: 55vw;
  }
}


@media screen and (max-width: 600px) {
  .blob {
    width: 80vw;
    height: 80vw;
    margin-top: 10em;
  }
}

.grid-content{
  margin-top: 10em !important;
}
.content-grid{
  margin-top: 3em;
}

@media screen and (max-width: 420px) {
  

  h1{
    font-size: 6vmin;
  }

  .anime{
    width: 80vw;
    height: 80vw;
  }

  .content-grid{
    display: grid;
    display: -webkit-grid;
    margin-top: 0;
  }

  .grid-anime{
    order: 2;
    -webkit-order: 2;
  }
  .grid-content{
    order: 1;
    -webkit-order: 1;
    margin-top: 12em !important;
  }



  
}



/* hamburger */
.hamburger{
  font-size:30px;cursor:pointer
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1044;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.take-survey{
  position: absolute;
  z-index: 99;
  bottom: -90px;
  left: 0;
  width: 20vw;
}
.take-survey-image{
  transform: rotate(20deg);
  width:17vw;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .take-survey{
    bottom: -60px;
  }
  .take-survey-image{
    width: 150px;
  }
}






#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
  background-color: #FED575;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background: #ffffff;
}


/*learn more button*/
.play-btn{
  position: absolute;
  margin-top: 7em;
}


.learn-more {

  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.5em;
  font-family: inherit;
  font-family: 'Dela Gothic One', cursive;
  font-weight: 600;
  color: #15435C;
  text-transform: uppercase;
  padding: 1em 2em;
  background: #C5DE92 !important;

  border-radius: 38px;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}

@media screen and (min-width: 991px){
.learn-more::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A4BF5F;
  border-radius: inherit;
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
}

.learn-more:focus {
  background: #5E6E37 !important;
  color: #fff !important;
  transform: translate(0, 0.25em);
}
.learn-more:hover {
  background: #5E6E37 !important;
   color: #fff !important;
  transform: translate(0, 0.25em);
}
.learn-more:hover::before {

  transform: translate3d(0, 0.5em, -1em);
}
.learn-more:active {
  background: #8CBE3F;
  transform: translate(0em, 0.75em);
}
.learn-more:active::before {
  box-shadow: 0 0 0 2px #8CBE3F, 0 0 #B1F14E;
  transform: translate3d(0, 0, -1em);
}







.fullpage-wrapper {
	width: 100%!important;
	transform: none!important;
}

.fp-section {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease-in-out;
}

.fp-section.active {
	visibility: visible;
	opacity: 1;
}
  
.fp-slidesContainer {
	width: 100%!important;
	transform: none!important;
}

.fp-slide {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .7s ease-in-out;
}

.fp-slide.active {
	visibility: visible;
	opacity: 1;
} 

/* target portrait orientation iPad */

@media screen and (orientation: portrait){
  .content-grid{
    display: grid;
  }
  .grid-anime{
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .grid-content{
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
}

@media screen and (min-width: 441px) and (max-width: 1024px) and (orientation: portrait){
  .blob{
    margin-top: 150px;
  }
  .anime{
    width: 70vw;
    height: 70vw;
  }


}

/* target portrait orientation phones */
@media screen and (max-width: 768px) and (orientation: portrait){
  .grid-anime{
    margin-top: 2em;
  }
  .take-survey-image{
    width:30vw;
  }
}

/* target landscape orientation phones */
@media screen and (max-width: 823px) and (orientation: landscape){
  .blob {
    width: 35vw;
    height: 35vw;
}
.grid-content {
  margin-top: 5em !important;
}
.learn-more{
  font-size: 0.7em;
}
.take-survey{
  bottom: -60px
}
.intro-heading{
  font-size: 1.3em !important;
}
.intro-para{
  margin-top: 0.9em !important;
  margin-left: 1.2em !important;
  margin-right: 1.2em !important;

}




}

@media screen and (max-width:736px) and (orientation: landscape){
  .grid-content {
    margin-top: 7em !important;
  }
  .take-survey-image{
    width:15vw;
  }
}








.desktop-nav.mobile-hamburger .nav-item{
  width: 30vw;
  height: 30vw;
  border-radius: 30vw;
  margin: 20px;
  margin-bottom: 10px;
}
.desktop-nav.mobile-hamburger .nav-item + h4{
  text-align: center;
}

.desktop-nav.mobile-hamburger .nav-item.active + h4{
  color: #fff;
}

.intro-content{
  margin-top: 0 !important;
}
.intro-para{
  color: #fff;
  margin: 4em 1.5em;
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
}
.intro-heading{
  font-weight: normal;
  font-size: 2em;
  position: relative;
  margin-top: -2em;
  line-height: 1.5;
}
.intro-heading .emphasis{
  color: #FEBC24;
}
.intro-layout{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-play-btn{
  position: relative;
  margin-top: 1em;
}

@media screen and (max-width: 991px){
  .intro-heading{
    margin-top: 1em !important;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px){
  .intro-heading{
    margin-top: 3em !important;
    margin-bottom: 1em;
    line-height: 1.5;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .intro-para {
    color: #fff;
    margin: 2em 20px;
    padding-top: 0em;
    font-size: 1em !important;
    margin-bottom: 0;
    font-size: 2vmin;
}
.intro-play-btn{
  margin-top: 2em;
}

}


#monster4{
  height: 45vw;
  max-height: 700px;
}

#monster6{
  height: 60vw;
  width: 60vw;
  max-height: 800px;
}



.monster-2-name{
  color: #D1E5A8;
}
.monster-3-name{
  color: #FFDD74;
}
.monster-4-name{
  color: #D1E5A8;
}
.monster-5-name{
  color: #FF99AF;
}
.monster-6-name{
  color: #FFDD74;
}

.monster-7-name{
  color: #FEBC24;
}


/*only for IE */
.ie{
  display: none;
  height: 100%;
  background-color: #226D97;
  padding-bottom: 5em;
}
.ie .navbar{
  border-bottom: 10px solid #A4BF5F;
}
.ie .desktop-nav .nav-item{
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
}
.ie-monster{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ie-header{
  margin-top:8em;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}
.ie-header h2{
  color: #ffffff;
}
.ie-btn{
  display: block;
  width: 200px;
  padding: 10px;
  background-color: #C5DE92;
  font-family: 'Dela Gothic One', cursive;
  font-weight: 600;
  color: #15435C;
  text-transform: uppercase;
  margin: 1em auto;
  border-radius: 20px;
}

#monsterbtn0{
  position: relative;
  margin-top: 2em;
}


/*floating tooltip */
.introjs-tooltip{
  background-color: #C5DE92;
}
@media screen and (max-width: 991px){
  .introjs-tooltip{
    display: none;
  }
  .introjs-helperLayer{
    display: none;
  }
}
.introjs-tooltiptext{
  font-family: "Lato";
  color: #000;
}
.introjs-skipbutton{
  color: #000;
}
.introjs-arrow.right{
  border-left-color: #C5DE92;
}
.introjs-tooltiptext{
  padding: 10px;
  padding-top: 0;
}
.introjs-tooltipbuttons{
  display: none;
}
.introjs-tooltip-header{
  padding: 0;
}

/*modal*/
.modal-dialog{
  width: 90%;
  height: 90vh;
  max-width: none;
  margin: 0 auto;
}

.modal-content{
  height: 100%;
}

.modal-header{
  background-color: #C5DE92;
  
}
.modal-title{
  color: #000;
}
.modal-header .close{
  opacity: 1;
}

.form-btn{
    position: relative !important;
    margin-top: 2em !important;

}

.modal-body{
  overflow: scroll;
}

.ie-initial{
  margin-top: 10em;
  
}
.ie-initial img{
  margin: 0 auto;
}

.desktop-btn{
  display: block;
}
@media screen and (max-width: 768px){
  .desktop-btn{
    display: none;
  }
}
.mobile-btn{
  display: none;
}
@media screen and (max-width: 768px){
  .mobile-btn{
    display: block;
  }
}