/*
          ,-~-. _.---._ ,-~-.
         / .- ,'       `. -. \
         \ ` /`        ' \ ' /
          `-/   'a___a`   \-'
            |   ,'(_)`.   |
            \  ( ._|_. )  /
             \  `.___,'  /
            .-`._     _,'-.
          ,'  ,' `---' `.  `.
         /   /     :     \   \
       ,'   /      :      \   `.
     ,'     |      :      |     `.
    |     ,'|      :      |`.     |
    `.__,' .-\     :     /-. `.__,'
          /   `.   :   ,'   \
   .""-.,'      `._:_,'      `.,-"".
  / ,-. `         ) (         ' ,-. \
 ( (   `.       ,'   `.       ,'   ) )
  \ \    \   _,'       `._   /     / /
   `.`._,'  /             \  `._,','
     `.__.-'               `-.__,'
*/
@font-face {
  font-family: Kartooni;
  src: url(Kartooni.otf) format("opentype");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.firstection{
  padding: 0px;
  margin: 0;
}
.hero{
position: relative;
  width: 100%;
  min-height: 800px;
  background-color: #88cce4;
  background-image: url(images/banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
}
.sidelogo{
  text-decoration: none;
  color: whitesmoke;
  text-align: left;
}
.sidelogo img{
  width: 150px;
  height: auto;
}
.navigation{
  display: flex;
  justify-content : space-between;
  align-items: center;
  padding-top: 0px; 
  padding-left: 35px;
  padding-right: 35px;
  position: -webkit-sticky;
  position: fixed; 
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.buttons{
  position: relative;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}
.button{
  position: relative;
}
.button a{
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Kartooni';
  color: #989ce4;
  text-decoration: none;
}
.navtext{
  font-family: 'Kartooni';
  color: #989ce4;
  text-decoration: none;
  font-size: 30px;
}
.navlogos{
  width: 40px;
  height: auto;
}
/*scroll*/
.arrowbox{
  bottom: 25px;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 50%;
  right: 50%;
}
.arrow:before{
  position: absolute;
  left: 50%;
}
.arrow{
  width: 30px;
  height: 30px;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.arrow:before{
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}
@keyframes arrow{
  0%{
    opacity: 1;}
  100%{
    opacity: 0;
    transform: translate(-10px, -10px);}
}
.poweredimg{
  width: 280px;
  height: auto;
  padding-top: 18px;
}
@media screen and (max-width: 700px) {
  .hero{
    max-height: 350px;
  }
  .sidelogo img{
    width: 100px;
    height: auto;
  }
  .connect{
    font-size: 20px;
    border-radius: 15px;
    padding: 2.5px 12.5px;
  }
  .navigation{
    margin: 0px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
  }
.rarity_parent{
  padding-top: 30px;
  flex-direction: column;
  padding-bottom: 30px;
}
.rarity_parent{
  background-size: 90% 95%; /*width & height*/
}
}
.teams{
  background-color: #85CEE4;
  padding-bottom: 30px;
  width: 100%;
}
.teamtitle{
  color: #8B5A9B;
  text-align: center;
  font-family: 'Kartooni';
  font-size: 70px;
  padding-top: 30px;
}
.members{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.team_image{
align-items: center;
justify-content: center;
width: 250px;
height: auto;
max-width: 100%;
}
.member{
  display: inline-block;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  padding-right: 2px;
  padding-left: 2px;
}
.caption{
  font-size: 30px;
  font-family: 'Kartooni';
  color: black;
}
.presalesection{
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}
.presalediv{
  text-align: center;
  justify-content: center;
  font-family: 'Kartooni';
  font-size: 45px;
  color: white;
  background-color: #8F9FE8;
  min-height: 150px;
  padding-top: 40px;
  vertical-align: center;
  padding-bottom: 40px;
}
/*---intro--*/
.introsection{
  width: 100%;
  padding: 0;
  min-height: 300px;
}
.teddyintro{
  display: flex;
  width: 100%;
  min-height: 550px;
  background-color:rgb(136,204,228);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}
.gifclass{
  width: 400px;
  height: auto;
  z-index: 20;
}
.orangesquare{
  background-color: rgb(256,212,140);
  width: 400px;
  height: 400px;
  margin-top: -390px;
  margin-left: 20px;
}
.letsget{
  text-align: left;
  font-family: 'Kartooni';
  font-size: 49px;
  color: white;
  padding-top: 30px;
  padding-bottom: 20px;
}
.getteddiestext{
  font-family: 'Open Sans';
  text-align: left;
  color: white;
  font-size: 27px;
}
.h1welcome{
  color: rgb(184,124,204);
  font-size: 50px;
  text-align: left;
  font-size: 79px;
  font-family: 'Kartooni';
}
.h1teddy{
  color:rgb(256,212,148);
  font-size: 50px;
  text-align: left;
  font-size: 79px;
  font-family: 'Kartooni';
}
.donationsection{
  background-color: #FFD48F;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.donationcontainer{
  display: flex;
  min-height: 550px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}
.onetothree{
  text-align: left;
  color: rgb(185, 120, 206);
  font-family: 'Kartooni';
  font-size: 79px;
}
.alot{
  text-align: left;
  color: #FFFF;
  font-family: 'Kartooni';
  font-size: 49px;
}
.donationtext{
  font-family: 'Open Sans';
  color: #FFFF;
  font-size: 27px;
  text-align: left;
  z-index: 999;
  font-weight: bold;
}
.artboard{
  width: 550px;
  height: auto;
}
.rightpaw{
  position: absolute;
  left: 0px;
  padding-left: 10px;
}
.rightpawimg{
  width: 150px;
  height: auto;
}
.leftpaw{
  position: absolute;
  right: 0px;
  padding-right: 10px;
}
.leftpawimg{
  width: 130px;
  height: auto;
}
/*--------------second donation section-------------------*/
.seconddonationcontainer{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  min-height: 600px;
}
.seconddonationsection{
  background-color: #FFA18F;
  width: 100%;
}
.secondonetothree{
  text-align: right;
  color: #FFD48F;
  font-family: 'Kartooni';
  font-size: 79px;
}
.secondalot{
  text-align: right;
  color: #FFFF;
  font-family: 'Kartooni';
  font-size: 49px;
}
.seconddonationtext{
  font-family: 'Open Sans';
  color: #FFFF;
  font-size: 27px;
  text-align: right;
  z-index: 999;
  font-weight: bold;
}
.secondartboard{
  width: 400px;
  height: auto;
}
/*--------------FAQ Section---------*/
.faqsection{
  background-color: #8F9FE8;
  width: 100%;
}
.faqcontainer{
  width: 100%;
  padding-left: 70px;
  padding-right: 45px;
  padding-bottom: 50px;
}
.hrline{
  margin-top: 7px;
  border: 1px solid rgba(107, 119, 174, 0.4);
}
.faqheader{
  color: #8B5A9B;
  font-family: 'Kartooni';
  font-size: 70px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.accordion {
  background-color: #8F9FE8;
  color: none;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Kartooni';
  font-size: 35px;
  color: #ffff;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  font-family: 'Open Sans';
  font-size: 28px;
  color: #ffff;
  transition: max-height 0.2s ease-out;
}
.active, .accordion:hover {
  background-color: #8F9FE8;
}
.accordion:after {
  font-family: 'Kartooni';
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 48px;
  color: none;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) \2796 */
}
/*-------------Slideshow-----------------*/
.slidesection{
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  background-color: rgb(136,204,228);
  padding-bottom: 0px;
  top: 0px;
}
.slideshow {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}
.imgslide {
  background: url(./images/Galleryv1.png);
  background-size: 1795px;
  background-color: (119,224,255);
  position: relative;
  left: 0;
  top: 0;
  height: 42.5em;
  width: 300em;
  animation: slideshow 55s linear infinite;
  z-index: 1;
}
.footeritems{
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
.footeritem{
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: 'Open Sans';
  height: auto;
}
.footerlogo{
  width: 20px;
  height: auto;
}
@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}
.slide_div{
  display: flex;
  flex-direction: column;
}
.phantom{
  text-decoration: none;
}
.footer{
  min-height: 30px;
}
/*---------------media queries--------------*/
@media screen and (max-width: 1250px) {
  .hero{
    min-height: 580px;
  }
}
@media screen and (max-width: 1300px) {
  .hero{
    min-height: 660px;
  }
}
@media screen and (max-width: 1000px) {
  .threehide{
    display: none;
  }
  .artboard, .secondartboard{
    width: 350px;
    height: auto;
  }
  .donationcontainer, .seconddonationcontainer{
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 900px){
  .hero{
    min-height: 550px;
  }
  .teddyintro, .members, .donationcontainer, .seconddonationcontainer{
      flex-direction: column;
      padding-bottom: 50px;
      padding-top: 30px;
    }
  .h1welcome, .h1teddy, .onetothree, .alot, .donationtext, .secondonetothree, .secondalot, .seconddonationtext{
    text-align: center;
  }
  .team_image{
    width: 60vw;
    height: auto;
  }
  .artboard{
    width: 550px;
    height: auto;
  }
  .secondartboard{
    width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 950px){
  .team_image{
    width: 220px;
    height: auto;
  }
}
@media screen and (min-width: 1000px){
  .team_image{
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 1500px){
  .hero{
    min-height: 1100px;
  }
  .team_image{
    width: 260px;
    height: auto;
  }
.donationcontainer, .seconddonationcontainer{
  padding-left: 200px;
  padding-right: 200px;
}
}
@media screen and (max-width: 850px){
  .hero{
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 440px;/*screen phone*/
  }
  nav{
    padding-top: 0px;
  }
  .h1welcome, .h1teddy, .onetothree{
    font-size: 70px;
  } 
  .secondonetothree{
    font-size: 50px;
  }
  .onetothree{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .letsget{
    font-size: 50px;
  }
  .artboard{
    width: 300px;
    height: auto;
  }
  .secondartboard{
    width: 220px;
    height: auto;
    padding-bottom: 10px;
  }
  .teddyintro{
    min-height: 1200px;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-top: 40px;
    min-height: 500px;
  }
  .welcomediv{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .gifclass{
    width: 250px;
    height: auto;
    padding-top: 20px;
  }
  .orangesquare{
    background-color: #FFD48F;
    width: 250px;
    height: auto;
    margin-top: -30px;
    margin-left: 0px;
  }
  .faqcontainer{
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
  }
  .faqheader{
    text-align: center;
    font-size: 50px;
  }
}
@media screen and (max-width: 750px){
  .hero{
    min-height: 380px;
  }
  .presalediv{
    font-size: 22px;
    min-height: 100px;
  }
  nav{
    padding-top: 0px;
  }
  .button a{
    padding-left: 3px;
    padding-right: 3px;
  }
  .navtext{
   font-size: 18px;
  }
  .orangesquare{
    display: none;
  }
  .navlogos{
    width: 30px;
    height: auto;
  }
  .letsget, .getteddiestext{
    text-align: center;
  }
  .info{
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .poweredimg{
    width: 180px;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .h1welcome, .h1teddy, .onetothree{
    font-size: 70px;
  } 
  .onetothree{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .letsget{
    font-size: 50px;
  }
  .artboard{
    width: 300px;
    height: auto;
  }
  .secondartboard{
    width: 220px;
    height: auto;
    padding-bottom: 10px;
  }
  .teddyintro{
    min-height: 1200px;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-top: 40px;
    min-height: 500px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .gifclass{
    width: 250px;
    height: auto;
    padding-top: 20px;
  }
  .orangesquare{
    background-color: #FFD48F;
    width: 250px;
    height: auto;
    margin-top: -30px;
    margin-left: 0px;
  }
  .faqcontainer{
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
  }
  .faqheader{
    text-align: center;
    font-size: 50px;
  }
}
@media screen and (max-width: 450px){
  .hero{
    min-height: 280px;
  }
}