@font-face {
    font-family: marvel;
    src: url(./Marvel-Regular.ttf);
}
html, body {
    height:100%;
    background-color: black;
} 

.main{
    background-color: #0D0C1A;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    overflow: hidden
  }
  h1, p{
    color: white;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  #first{
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  }
  p {
    min-height: 18px;
  }

#begining{
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 2rem;
}
  .gem-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    flex-wrap: wrap;
  }
  .gem-container {
    position: relative;
    overflow: hidden;
    transform: rotate(45deg);
    transition: all .1s linear;
    margin: 30px;
  }
  .gem {
    width: 42px;
    height: 42px;
    position: relative;
    top: 0;
    border-radius: 2px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-animation: rotate-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
    animation: rotate-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
  }
  #powerr .gem {
    background-color: #80477E;
    border-top-color: #915490;
    border-right-color: #6a3769;
    border-bottom-color: #915490;
    border-left-color: #6a3769;
  }
  #spacee .gem {
    background-color: #0266A6;
    border-top-color: #0275bf;
    border-right-color: #03578e;
    border-bottom-color: #0275bf;
    border-left-color: #03578e;
  }
  #timee .gem {
    background-color: #1DAB69;
    border-top-color: #20cc7c;
    border-right-color: #19925a;
    border-bottom-color: #20cc7c;
    border-left-color: #19925a;
  }
  #soull .gem {
    background-color: #EB7037;
    border-top-color: #ff7f43;
    border-right-color: #d06634;
    border-bottom-color: #ff7f43;
    border-left-color: #d06634;
  }
  #mindd .gem {
    background-color: #F6C44A;
    border-top-color: #f8cd63;
    border-right-color: #d1a63d;
    border-bottom-color: #f8cd63;
    border-left-color: #d1a63d;
  }
  #realityy .gem {
    background-color: #DA1536;
    border-top-color: #f0183d;
    border-right-color: #c41431;
    border-bottom-color: #f0183d;
    border-left-color: #c41431;
  }
  .shine{ 
    width: 10px;
    height: 72px;
    position: absolute;
    top: 0;
    left: -15px;
    background: rgba(255, 255, 255, 0.3);
    transition: all .2s linear;
  }
  .gem-container:hover {
    transform: scale(1.1) rotate(45deg);
  }
  .gem-container:hover .shine{
    left: 75px;
  }
  #power:hover {
      box-shadow: 0px 0px 30px 0px rgba(128,71,126,.5);
  }
  #space:hover {
      box-shadow: 0px 0px 30px 0px rgba(2,102,166,.5);
  }
  #time:hover {
      box-shadow: 0px 0px 30px 0px rgba(29,171,105,.5);
  }
  #soul:hover {
      box-shadow: 0px 0px 30px 0px rgba(235,112,55,.5);
  }
  #mind:hover {
      box-shadow: 0px 0px 30px 0px rgba(246,196,74,.5);
  }
  #reality:hover {
      box-shadow: 0px 0px 30px 0px rgba(218,21,54,.5);
  }

  @-webkit-keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(2px);
              filter: blur(2px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(2px);
              filter: blur(2px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  


/* ------ */

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
h1{
    font-family: marvel;
    text-transform: uppercase;
}
h3{
    font-family: 'Share Tech', sans-serif;
    text-align: center;
}
p{
    font-family: 'Share Tech', sans-serif;
    color:white;
}

.main{
    background-color: black;
    height: 100%;
    padding-top: 10rem;
    color:white;
    /* background: url(pics/avengers.png)  no-repeat center center fixed;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    
}
#logo {
	-webkit-animation: scale-in-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
	        animation: scale-in-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
}
@-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
#chrono{
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
#stones{
    -webkit-animation: rotate-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
	        animation: rotate-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
}
@-webkit-keyframes rotate-in-center {
    0% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1;
    }
  }
  @keyframes rotate-in-center {
    0% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1;
    }
  }
  
  
@media (min-width: 1024px) {

#logo{
    width: 250px;
}
#stones{
    width: 200px;
}
.tesseract {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff9d2f, #ff6126);
    transform: skewY(-6deg);
    transform-origin: top left;
    transition: 1s;
  }
.tesseract-content{
    transform: skewY(6deg);
    transform-origin: top left;
}
.gems{
    width: 300px;
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease-out;
    padding-left: 8rem;
}
.gems.fade-in{
    opacity: 1;
    transform: translateY(-60px);
}
.tesseract-text{
    padding-top: 4rem;
}
.tesseract h1{
    padding-left: 4%;
    padding-top: 6rem;
    font-size: 80px;
}
.tesseract-title{
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 1s ease-out;
}
.tesseract-title.fade-in{
    opacity: 1;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
.tesseract-title:hover {
    -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
    -moz-animation: neon2 1.5s ease-in-out infinite alternate;
    animation: neon2 1.5s ease-in-out infinite alternate;
}
.space{
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 1s ease-out;
    
   
}
.space.fade-in{
    opacity: 1;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    padding-top: 10rem;
    font-size: 60px;
}
.tesseract-info{
    opacity: 0;
    opacity: 0;
    transform: translateY(80px);
    font-size: 20px;

}
.tesseract-info.fade-in{
    opacity: 1;
    transform: translateY(60px);
    font-size: 20px;
    transition: all 1s ease-out;
    margin-bottom: 1rem;
}
.tesseract-info-2{
    opacity: 0;
    opacity: 0;
    transform: translate(-160px, 80px);
    font-size: 20px;
    margin-bottom: 1rem;
}
.tesseract-info-2.fade-in{
    opacity: 1;
    transform: translate(-160px, 60px);
    font-size: 20px;
    transition: all 1s ease-out;
}
.movie{
    opacity: 0;
    width: 150px;
    height: 200px;
}
.movie.flip{
    opacity: 1;
    -webkit-animation: rotate-diagonal-1 1s linear both;
    animation: rotate-diagonal-1 1s linear both;
}
@-webkit-keyframes rotate-diagonal-1 {
    0% {
      -webkit-transform: rotate3d(1, 1, 0, 0deg);
              transform: rotate3d(1, 1, 0, 0deg);
    }
    50% {
      -webkit-transform: rotate3d(1, 1, 0, -180deg);
              transform: rotate3d(1, 1, 0, -180deg);
    }
    100% {
      -webkit-transform: rotate3d(1, 1, 0, -360deg);
              transform: rotate3d(1, 1, 0, -360deg);
    }
  }
.mind{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-6deg);
    transform-origin: top left;
    background-color: #ff6126;
}
.tesseract.tesseract-2{
    -webkit-animation: color-change-2x 1s linear 1s alternate both;
    animation: color-change-2x 1s linear 1s alternate both;
}
.tesseract.tesseract-2 h1{
    color: white;
}
.tesseract.tesseract-2 h3{
    color: white;
    
}
.mind.tesseract-2{
    -webkit-animation: color-change-2x 1s linear 1s alternate both;
    animation: color-change-2x 1s linear 1s alternate both;
}
@-webkit-keyframes color-change-2x {
    0% {
      background: #ff6126;
    }
    100% {
        background-color:#03031A;
        background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNjAwJyBoZWlnaHQ9JzYwMCcgdmlld0JveD0nMCAwIDE1MCAxNTAnPgo8ZmlsdGVyIGlkPSdpJyB4PScwJyB5PScwJz4KCTxmZUNvbG9yTWF0cml4IHR5cGU9J21hdHJpeCcgdmFsdWVzPScxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAwIDAnIC8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSduJyB4PScwJyB5PScwJz4KCTxmZVR1cmJ1bGVuY2UgdHlwZT0ndHVyYnVsZW5jZScgYmFzZUZyZXF1ZW5jeT0nLjcnIHJlc3VsdD0nZnV6eicgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPgoJPGZlQ29tcG9zaXRlIGluPSdTb3VyY2VHcmFwaGljJyBpbjI9J2Z1enonIG9wZXJhdG9yPSdhcml0aG1ldGljJyBrMT0nMCcgazI9JzEnIGszPSctNzMnIGs0PScuMDEnIC8+CjwvZmlsdGVyPgo8cmVjdCB3aWR0aD0nMTAyJScgaGVpZ2h0PScxMDIlJyBmaWxsPScjMDMwMzFhJy8+CjxyZWN0IHg9Jy0xJScgeT0nLTElJyB3aWR0aD0nMTAyJScgaGVpZ2h0PScxMDIlJyBmaWxsPScjZmZmZmZmJyBmaWx0ZXI9J3VybCgjbiknIG9wYWNpdHk9JzEnLz4KPHJlY3QgeD0nLTElJyB5PSctMSUnIHdpZHRoPScxMDIlJyBoZWlnaHQ9JzEwMiUnIGZpbGw9JyMwMzAzMWEnIGZpbHRlcj0ndXJsKCNpKScgb3BhY2l0eT0nMScvPgo8L3N2Zz4=');
 
    }
  }
  @keyframes color-change-2x {
    0% {
      background: #ff6126;
    }
    100% {
        background-color:#03031A;
        background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNjAwJyBoZWlnaHQ9JzYwMCcgdmlld0JveD0nMCAwIDE1MCAxNTAnPgo8ZmlsdGVyIGlkPSdpJyB4PScwJyB5PScwJz4KCTxmZUNvbG9yTWF0cml4IHR5cGU9J21hdHJpeCcgdmFsdWVzPScxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAwIDAnIC8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSduJyB4PScwJyB5PScwJz4KCTxmZVR1cmJ1bGVuY2UgdHlwZT0ndHVyYnVsZW5jZScgYmFzZUZyZXF1ZW5jeT0nLjcnIHJlc3VsdD0nZnV6eicgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPgoJPGZlQ29tcG9zaXRlIGluPSdTb3VyY2VHcmFwaGljJyBpbjI9J2Z1enonIG9wZXJhdG9yPSdhcml0aG1ldGljJyBrMT0nMCcgazI9JzEnIGszPSctNzMnIGs0PScuMDEnIC8+CjwvZmlsdGVyPgo8cmVjdCB3aWR0aD0nMTAyJScgaGVpZ2h0PScxMDIlJyBmaWxsPScjMDMwMzFhJy8+CjxyZWN0IHg9Jy0xJScgeT0nLTElJyB3aWR0aD0nMTAyJScgaGVpZ2h0PScxMDIlJyBmaWxsPScjZmZmZmZmJyBmaWx0ZXI9J3VybCgjbiknIG9wYWNpdHk9JzEnLz4KPHJlY3QgeD0nLTElJyB5PSctMSUnIHdpZHRoPScxMDIlJyBoZWlnaHQ9JzEwMiUnIGZpbGw9JyMwMzAzMWEnIGZpbHRlcj0ndXJsKCNpKScgb3BhY2l0eT0nMScvPgo8L3N2Zz4=');
    }
  }
.mind-content{
    transform: skewY(6deg);
    transform-origin: top left;
} 
.sceptre-title{
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 1s ease-out;
    padding-left: 4%;
    padding-top: 2%;
    font-size: 80px;
}
.sceptre-title.fade-in{
    color: white;
    opacity: 1;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.gem2{
    width: 400px;
    opacity: 0;
    transform: translateY(0px);
    transition: all 1s ease-out;
    padding-left: 8rem;
}
.gem2.fade-in{
    opacity: 1;
    transform: translateY(60px);
}
.sceptre-info{
    opacity: 0;
    transform: translateY(80px);
    font-size: 20px;
    padding: 1rem;

}
.sceptre-info.fade-in{
    opacity: 1;
    color: white;
    transform: translateY(60px);
    font-size: 20px;
    transition: all 1s ease-out;
}
.sceptre-info-2{
    opacity: 0;
    opacity: 0;
    transform: translate(-120px, 80px);
    font-size: 20px;
    padding: 1rem;

}
.sceptre-info-2.fade-in{
    opacity: 1;
    transform: translate(-120px, 60px);
    font-size: 20px;
    transition: all 1s ease-out;
    color: #e2dd4d;
}
.movie.comein{
    opacity: 1;
    transform: translate(-120px, 60px);
    transition: all 1s ease-out;
}
.movie.comein2{
    opacity: 1;
    transform: translate(100px, 60px);
    transition: all 1s ease-out;
}
.sceptre{
    opacity: 0;
    transform: translate(-120px, 60px);
    transition: all 1s ease-out;
}
.sceptre.fadein{
    opacity: 1;
    transform: translate(120px, 200px);
    color: #e2dd4d;

}


/* REALITY STONE */

.reality{
    background-image: url('../pics/dark-world.jpg');
    position: absolute;
	width: 100%;
	height: 100%;
}

.void{
    position: absolute;
	width: 100%;
    height: 20%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.void h1{
    font-size: 100px;
    letter-spacing: 5px;
}

.aether{
    font-size: 60px;
    margin: 4rem;
}
.aether-info{
    font-size: 20px;
    margin: 2rem;
}
.aether-info-2{
    color: white;
    font-size: 20px;
    margin: 2rem;
}
.movie-3{
    width: 150px;
    height: 200px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.movie-padding{
    margin-left: 5rem;
}

    /* POWER STONE */

    .orb{
        background-image: url('../pics/morag.jpg');
        height: 100vh;
    }

    section {
        position: relative;
        height: 100vh;
        width: 100vw;
    }

    .power{
        margin-top: -2rem;
        font-size: 80px;
        text-align: center;
        color: white;
    }

    .appears-power{
        font-size: 20px;
        text-align: center;
        color: white;
        padding-top:2rem;
    }


.grid-12 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
}

.position-h2 {
    grid-row: 7;
    grid-column: 5 / span 4;
    align-self: center;
}

.orb-image-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: grid;
    grid-auto-columns: 2fr 1fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    margin-top:-6rem;
}

.orb-image {
    grid-row: 1;
    grid-column: 2 / span 1;
    align-self: center;
    justify-self:center;
    text-align: center;
    max-width: 100%;
}

.inner-orb {
    position: relative;
}

.orb1-text {
    grid-column: 1;
    text-align: right;
}

.orb1-text p{
    font-size:35px;
    
}

.orb2-text {
    grid-column: 3;
}
.orb2-text p{
    font-size:35px;
    
}

.orb1-img {
 width: 100%;
 position: absolute;
 z-index: 2;
}

.orb-stick {
    width: 100%;
    display: none;
    position: absolute;
    left: 54.5%;
    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
	        animation: swirl-in-fwd 0.6s ease-out both;
}

.orb2-img {
 position: absolute;
    z-index: 2;
}

.orb1-img-behind {
    z-index: 1;
    position: relative;
    width: 100%;
}

.orb2-img-behind {
    z-index: 1;
    position: relative;
    width: 100%;
}

.movie-behind-1 {
    z-index: 2;
    position: absolute;
    width: 100%;
}

.movie-behind-2 {
    z-index: 2;
    position: absolute;
    width: 100%;
}

.orb-text-wrapper {
    margin-top: -15rem;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;

}

.orb-info{
    font-size: 20px;
    margin: 2rem;
    color: white;
}
.orb-info-2{
    color: white;
    font-size: 20px;
    margin: 2rem;
}

    /* TIME STONE */

    .eye{
        background-image: url('../pics/temple.jpg');
        position: relative;
        width: 100%;
        height: 100%;
    }

    .time{
        font-size: 80px;
        text-align: center;
        color: white;
    }

    .appears-time{
        font-size: 20px;
        text-align: center;
        color: white;
    }


.time-image-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: grid;
    grid-auto-columns: 2fr 1fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    align-items: center;

}

.time-image {
    grid-row: 1;
    grid-column: 2 / span 1;
    align-self: center;
    justify-self:center;
    text-align: center;
    max-width: 100%;
}

.inner-time {
    position: relative;
}

.time1-text {
    grid-column: 1;
    text-align: right;
}

.time1-text p{
    font-size:35px;
    
}

.time2-text {
    grid-column: 3;
}
.time2-text p{
    font-size:35px;
    
}

.time1-img {
 width: 100%;
 position: absolute;
 z-index: 2;
}

.time-stick {
    width: 100%;
    display: none;
    position: absolute;
    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
	        animation: swirl-in-fwd 0.6s ease-out both;
}

.time2-img {
 position: absolute;
    z-index: 2;
}

.time1-img-behind {
    z-index: 1;
    position: relative;
    width: 100%;
}

.time2-img-behind {
    z-index: 1;
    position: relative;
    width: 100%;
}

.movie-behind-time-1 {
    z-index: 2;
    position: absolute;
    width: 100%;
}

.movie-behind-time-2 {
    z-index: 2;
    position: relative;
    width: 100%;
}

.time-text-wrapper {
    margin-top: -15rem;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;

}

.time-info{
    font-size: 20px;
    margin: 2rem;
    color: white;
}

   /* SOUL STONE */

.soul{
    background-image: url('../pics/vormir.jpg');
    position: relative;
    width: 100%;
    height: 100%;
}

.soul-title{
    font-size: 80px;
    text-align: center;
    color: white;
}
.soul-info{
    margin: 5rem;
    font-size:20px;
}
.gauntlet{
    width: 50%
}
.ready{
    font-size: 40px;
    text-align: center;
    color: white;
}
}

#appears{
    opacity: 0;
}
#appears.show{
    opacity: 1;
}


@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}


.loading {
    text-transform: uppercase;
    /* font-family: Arial, sans-serif; */
    font-weight: bold;
    font-size: 100pt;
    text-align: center;
    height: 120px;
    line-height: 110px;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    display: block;
  }
  
  @keyframes wave-animation {
    0% {
      background-position: 0 bottom;
    }
    100% {
      background-position: 200px bottom;
    }
  }
  
  @keyframes loading-animation {
    0% {
      background-size: 200px 0px;
    }
    100% {
      background-size: 200px 200px;
    }
  }
  
  .wave {
    background-image: url("../pics/wave.png");
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px rgba(155, 255, 255, 0.06);
    animation: wave-animation 3s infinite linear, loading-animation 4s infinite linear alternate;
    background-size: 200px 100px;
    background-repeat: repeat-x;
    opacity: 1;
  }


  
/*         
@import url(https://fonts.googleapis.com/css?family=Norican);
html, body {margin:0;background:#45c2c5;}


.ripple,.ripple:before,.ripple:after {
  display:block;
  border-radius:2px;
  width:2px;
  height:2px;
  -webkit-animation:rip 6s infinite ease-out;
  -moz-animation:rip 6s infinite ease-out;
}
.ripple {
  position:absolute;
  z-index:-1;
  top:40px;
  left:15px;
}
.ripple:before,.ripple:after {
  content:'';
  position:absolute;
}
.ripple:before {-webkit-animation-delay:.2s;-moz-animation-delay:.2s;top:5px;left:25px;}
.ripple:after {-webkit-animation-delay:.8s;-moz-animation-delay:.8s;top:25px;left:0;}
@-webkit-keyframes rip 
{
  0%  {
    box-shadow:0 0 0 0 transparent,
               0 0 0 0 transparent,
               0 0 0 0 transparent,
               0 0 0 0 transparent;
  }
  15%  {
    box-shadow:0 0 0 0 #45c2c5,
               0 0 0 0 rgba(255,255,255,0.4),
               0 0 0 0 #45c2c5,
               0 0 0 0 rgba(0,0,0,0.08);
  }
  100% {
    box-shadow:0 0 40px 200px #45c2c5,
               0 0 10px 210px transparent,
               0 0 30px 220px #45c2c5,
               0 0 5px 230px transparent;
  }
}
@-moz-keyframes rip 
{
  0%  {
    box-shadow:0 0 0 0 transparent,
               0 0 0 0 transparent,
               0 0 0 0 transparent,
               0 0 0 0 transparent;
  }
  15%  {
    box-shadow:0 0 0 0 #45c2c5,
               0 0 0 0 rgba(255,255,255,0.4),
               0 0 0 0 #45c2c5,
               0 0 0 0 rgba(0,0,0,0.08);
  }
  100% {
    box-shadow:0 0 40px 200px #45c2c5,
               0 0 10px 210px transparent,
               0 0 30px 220px #45c2c5,
               0 0 5px 230px transparent;
  }
} */
