/* Animated content */
.animated {
  position: relative;
  top: 100px;
  opacity: 0;
  animation-duration: 1s;
}
.slow {
  animation-duration: 2s;
}
.animation {
  top: 0;
  opacity: 1;
  animation-name: bounceIn;
}
@keyframes bounceIn {
  0% {
    top: 100px;
    opacity: 0;
  }
  60% {
    top: -10px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}


.text-stores, a:link.text-stores {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    position: relative;  
    line-height: 100px; 
    padding-left: 72px !important;
    top: 0;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    height: 100px;
}

a:link.text-stores:hover {
  top: -3px;
}

.googleplay, a:link.googleplay {
    background-image: url('../img/android-logo-small.png');
    background-repeat: no-repeat;
    background-position: left center; 
    background-color: #A4C639;
    color: #fff!important;
    
}

.appstore, a:link.appstore {
    background-image: url('../img/apple-logo-small.png');
    background-repeat: no-repeat;
    background-position: left center; 
    background-color: #1c94f6;
    color: #fff!important;
}

.windowsstore, a:link.windowsstore {
    background-image: url('../img/windows-store-small.png');
    background-repeat: no-repeat;
    background-position: left center; 
    background-color: #68217a;
    color: #fff!important;
    
    
}

.appworld, a:link.appworld {
    background-image: url('../img/app-world-small.png');
    background-repeat: no-repeat;
    background-position: left center; 
    background-color: #1f1f1f;
    color: #fff!important;
}

@media screen and (max-width:1024px) { 
    .text-stores, a:link.text-stores {
        font-size: 1.3rem;
        font-weight: 400;
        height: 72px;
        line-height: 72px;
        
        padding-left: 64px !important;
    }
    
    .googleplay, a:link.googleplay {
        background-image: url('../img/android-logo-mini.png');
    }
    
    .appstore, a:link.appstore {
        background-image: url('../img/apple-logo-mini.png');
    }
    
    .appworld, a:link.appworld {
        background-image: url('../img/app-world-mini.png');
    }
    
    .windowsstore, a:link.windowsstore {
        background-image: url('../img/windows-store-mini.png');
    }
}

@media screen and (max-width:800px) { 
    .text-stores, a:link.text-stores {
        font-size: 1.05rem;
        font-weight: 400;
        height: 72px;
        line-height: 72px;
        
        padding-left: 64px !important;
    }
    
    .googleplay, a:link.googleplay {
        background-image: url('../img/android-logo-mini.png');
    }
    
    .appstore, a:link.appstore {
        background-image: url('../img/apple-logo-mini.png');
    }
    
    .appworld, a:link.appworld {
        background-image: url('../img/app-world-mini.png');
    }
    
    .windowsstore, a:link.windowsstore {
        background-image: url('../img/windows-store-mini.png');
    }
}

@media screen and (max-width:768px) {
    .text-stores, a:link.text-stores {
        font-size: 1.35rem;
        font-weight: 400;
        padding-left: 0px !important;
        height: 72px;
        line-height: 72px;
    }
    
    .googleplay, a:link.googleplay {
        background-image: none;
    }
    
    .appstore, a:link.appstore {
        background-image: none;
    }
    
    .appworld, a:link.appworld {
        background-image: none;
    }
    
    .windowsstore, a:link.windowsstore {
        background-image: none;
    }
}

@media screen and (max-width:640px) {
    .text-stores, a:link.text-stores {
        font-size: 1.2rem;
        font-weight: 400;
        padding-left: 0px !important;
        height: 64px;
        line-height: 64px;
    }
}

@media screen and (max-width:320px) {
    .text-stores, a:link.text-stores {
        font-size: 1.2rem;
        font-weight: 400;
        padding-left: 0px !important;
        height: 64px;
        line-height: 64px;
    }
}