/* ----------------------------------------------
 * Generated by Animista on 2020-10-28 15:25:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom img {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}


.games{
	color:black;
/* 	padding-top: 50pt; */
}

.games p{
	color: #484848;
	font-size: 1.1rem;
	font-weight: 300;
}

.games h2{
    color: black;
    font-size: 3em;
    font-weight: 600;
    line-height: 1;
}

.games h3{
    color: black;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
}


.icon{
	border-radius: 2em;
	box-shadow: 1px 1px 5px #0000008c;
	width: 350px;
    max-width: 100%;
}

.purple-bg
{
	background-color: #fbedff;
}

.padding-50
{
	padding-top: 50pt;
	padding-bottom: 50pt;
}

.icon-store
{
	max-width: 240px;
}

.icon-block{
	
}

.icon-align-right
{
	text-align: left;
}

.bottom-block
{
	bottom: 0;
    position: absolute;
    width: 100%;
}

.bottom-block img
{
	cursor: pointer;
    left: 50%;
    width: 50px;
    margin-bottom: 60px;
    opacity: 0.5;
    
	-webkit-animation: slide-bottom 1s ease-in-out infinite alternate both;
	        animation: slide-bottom 1s ease-in-out infinite alternate both;
}

section.footer
{
	width: 100%;
	min-height: 50px;
	background-color: #252525;
}

.footer p
{
	font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #a0a0a0;
    margin: 0;
    padding: 10px 0;
}

.footer a
{
	color: white;
}

.color-bg-gray{
	background-color: #252525;
}

	
@media (min-width: @screen-sm-min) 
{ 
	.icon-align-right
	{
		text-align: left;
	}

}


