/* ============================================================================================== 
SED Innovations
https://sed.am
https://mkrtchyan.ga
================================================================================================= */
* {
    margin: 0;
    padding: 0;
}


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* width:100vw; 
  height:100vh;*/
  min-height:100%;
  display:block;
  
}


.stars {
  background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
  z-index:0;
  
}

.twinkling{
  background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
  z-index:1;
  

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.clouds{
    background:transparent url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
    z-index:3;

  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 200s linear infinite;
}


@media screen and (max-width: 1200px) {
    .back-to-top-wrapper {
        display: none;
    }
    .to-the-moon {
        display: none;
    }
}

.back-to-top-wrapper {
  position: absolute;
  top: 100vh;
  right: 0.25rem;
  bottom: -5em;
  width: 3em;
  height: auto;
  pointer-events: none;
  z-index: 1001;
}

.to-the-moon {
  width: 2.8vw;
  max-width: 55px;
  height: auto;
  position: sticky;
  pointer-events: all;
  top: calc(100vh - 10rem);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: transform 80ms ease-in;
  animation: glow 0.7s infinite alternate;
}
.to-the-moon:hover, .to-the-moon:focus {
  transform: scale(1.1);
}
.to-the-moon:focus {
  outline: none;
  
}


@keyframes glow {
  from {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(23,242,242,0.35));
    filter: drop-shadow(0px 0px 65px rgba(23,242,242,0.85));
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
  }
  to {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(23,242,242,0.35));
    filter: drop-shadow(0px 0px 5px rgba(23,242,242,0.85));
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
  }
}


.grid-container {
  display: grid;
  grid-template-columns: 40% 40%;
  grid-gap: 10px;
  grid-template-areas:
  "content-1 content-2"
}

.grid-item {
  grid-auto-flow: columns;
  z-index: 2;
}


.grid-item-1 {
  grid-area: content-1
  
}


.grid-item-2 {
  grid-area: content-2
}


.grid-item p {
    text-align: justify;
    width: 95%;
    margin: 0 auto;
}
.roadmap_divider {
    width: 15px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 50px 7px #07d7d7, 0px 0px 20px 0px #065c5c, inset 5px 6px 10px 0px #07d7d7, inset 0px 0px 4px 2px #065c5c;
    -moz-box-shadow: 0px 0px 50px 7px #07d7d7, 0px 0px 20px 0px #065c5c, inset 5px 6px 10px 0px #07d7d7, inset 0px 0px 4px 2px #065c5c;
	box-shadow: 0px 0px 50px 7px #07d7d7, 0px 0px 20px 0px #065c5c, inset 5px 6px 10px 0px #07d7d7, inset 0px 0px 4px 2px #065c5c;
    border-radius: 10px;
    grid-column: 2 / 3;
    grid-row: 1 / 5;
}

#feya {
   position: relative; 
   max-width: 50vw;
}

.mascot {
   width: 41.66vw; 
   height: auto;
}

.toot-mascot {
   width: 10.93vw; 
   height: auto; 
   position: absolute;
   top: 3%; 
   right: 0%;
    
}


.toot-mascot:hover {
    transform: scale(1.1);
    top: 1.5%;
    right: -1%;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(23,242,242,0.35));
     filter: drop-shadow(0px 0px 65px rgba(23,242,242,0.85));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

@media screen and (min-width: 700px) and (max-width: 1440px) {
    .grid-container {
        grid-template-columns: 40% 50%;
    }
}

@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;     /* KEY RULE; deactive to see what happens without it; defaults to "sparse" (consecutive ordering) value */
    grid-template-areas:
      "content-2 content-2"
      "content-1 content-1"
  }

/* non-essential decorative styles */
.grid-item-1 {
  display: block;
  align-items: center;
  justify-content: center;
}
.grid-item-2 {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#feya {
      max-width: 100vw; }


.mascot {
   width: 83.32vw; 
   height: auto;
}

.toot-mascot {
   width: 21.86vw; 
   height: auto; 
   position: absolute;
   top: 1.5%; 
   right: 15.5%; 
}


.toot-mascot:hover {
    transform: scale(1.1);
    top: 0.75%;
    right: 16.75%;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(23,242,242,0.35));
     filter: drop-shadow(0px 0px 65px rgba(23,242,242,0.85));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}


.cards-spacer {
    display: none;
}

}
















