@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Outfit:900);

.studio, h1 {
    color: #FFF
}

.background, .background span {
    pointer-events: none;
    z-index: -1 !important
}

.background, .background span, .background > span {
    z-index: -1 !important
}

html {
    background: #000;
    font-family: Ubuntu, sans-serif;
    color: #fff;
    text-align: center
}

.logo {
    height: auto;
    background: url(../images/cover.png) center center no-repeat;
    background-size: 100%
}

h1 {
    font-family: Outfit, sans-serif;
    font-size: 60px;
    line-height: 1em;
    margin: 0;
    transform: translateY(-50%);
    width: 100%
}

.studio {
    font-size: 1.2em;
    font-family: Ubuntu, sans-serif
}

.gametitle, .metrics, .sectiontitle {
    color: #FFF;
    font-family: Outfit, sans-serif;
}

.sectiontitle {
    font-size: 2em;
    text-shadow: 0 1px 0 #d94065, 0 2px 0 #d94065, 0 3px 0 #d94065, 0 4px 0 #d94065, 0 5px 0 #d94065, 0 6px 0 #d94065, 0 7px 0 #d94065, 0 8px 0 #d94065, 0 0 5px rgba(0, 0, 0, .05), 0 -1px 3px rgba(0, 0, 0, .2), 0 9px 9px rgba(0, 0, 0, .3)
}

.metrics {
    font-size: 1em;
    margin-top: 0 !important;
    text-shadow: 0 1px 0 #4217cf, 0 2px 0 #4217cf, 0 1px 0 #4217cf, 0 1px 0 #4217cf, 0 2px 0 #4217cf, 0 3px 0 #4217cf, 0 2px 0 #4217cf, 0 3px 0 #4217cf, 0 0 2px rgba(0, 0, 0, .05), 0 -1px 3px rgba(0, 0, 0, .2), 0 3px 3px rgba(0, 0, 0, .3)
}

.gamegrid {
    padding: 0;
    margin: 0;
    column-gap: 10px !important;
    text-align: left;
}

.gamecard {
    height: 400px;
}

.gametitle {
    min-height: 75px;
    font-size: 1.75em;
    text-shadow: 0 1px 0 #4217cf, 0 2px 0 #4217cf, 0 3px 0 #4217cf, 0 4px 0 #4217cf, 0 5px 0 #4217cf, 0 6px 0 #4217cf, 0 7px 0 #4217cf, 0 8px 0 #4217cf, 0 0 5px rgba(0, 0, 0, .05), 0 -1px 3px rgba(0, 0, 0, .2), 0 9px 9px rgba(0, 0, 0, .3)
}

.gameicon {
    border-radius: 16px;
    border: 2px solid #6c41ff;
    -ms-box-shadow: 0 2px 0 #302164, 0 .2em 0 #4217cf, 0 5px 5px #302164;
    -moz-box-shadow: 0 2px 0 #302164, 0 .2em 0 #4217cf, 0 5px 5px #302164;
    -o-box-shadow: 0 2px 0 #302164, 0 .2em 0 #4217cf, 0 5px 5px #302164;
    -webkit-box-shadow: 0 2px 0 #302164, 0 .2em 0 #4217cf, 0 5px 5px #302164;
    box-shadow: 0 2px 0 #302164, 0 .2em 0 #4217cf, 0 5px 5px #302164
}

.downloadicon {
    margin-top: 16px
}

a, a:link, a:visited, .separator {
    color: #ef3a64;
    cursor: pointer !important
}

a:hover {
    color: #ef3a64;
    cursor: pointer !important
}

.uk-card-default, iframe {
    background: #4b31c3;
    background: -webkit-linear-gradient(to top, #4b31c3, #6c41ff);
    background: linear-gradient(to top, #4b31c3, #6c41ff);
    border-radius: 16px
}

.card-title {
    background: #ef3a64;
    background: -webkit-linear-gradient(to top, #ae3c57, #ef3a64); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #ae3c57, #ef3a64); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 16px
}

.uk-icon-button {
    background: #ef3a64;
    color: #000 !important
}

.uk-icon-button:hover {
    background: #fff !important;
    color: #d94065 !important
}

hr {
    border: none;
    height: 6px
}

.grow {
    transition: all .2s ease-in-out
}

.grow:hover {
    transform: scale(1.1)
}

.dont-break-out, a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.footer-love {
    font-size: .9em;
    color: #d94065
}

.footer-copyright {
    font-size: .9em;
    color: #666
}

body {
    margin: 0;
    overflow-x: hidden
}

.background {
    width: 100vw;
    height: 100%;
    background: #3E1E68
}

.background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.background span:nth-child(1) {
    color: #FFACAC;
    top: 25%;
    left: 62%;
    animation-duration: 12.8s;
    animation-delay: -14.8s;
    transform-origin: 14vw 20vh;
    box-shadow: 40vmin 0 7.4105216302vmin currentColor
}

.background span:nth-child(2) {
    color: #E45A84;
    top: 96%;
    left: 81%;
    animation-duration: 13.2s;
    animation-delay: -8.6s;
    transform-origin: -22vw 2vh;
    box-shadow: -40vmin 0 11.3235141678vmin currentColor
}

.background span:nth-child(3) {
    color: #E45A84;
    top: 51%;
    left: 63%;
    animation-duration: 12.8s;
    animation-delay: -8.2s;
    transform-origin: 12vw -16vh;
    box-shadow: 40vmin 0 11.6813304921vmin currentColor
}

.background span:nth-child(4) {
    color: #583C87;
    top: 79%;
    left: 8%;
    animation-duration: 10.9s;
    animation-delay: -6.1s;
    transform-origin: 15vw -6vh;
    box-shadow: -40vmin 0 13.8455301024vmin currentColor
}

.background span:nth-child(5) {
    color: #E45A84;
    top: 59%;
    left: 72%;
    animation-duration: 12.7s;
    animation-delay: -1.3s;
    transform-origin: 21vw 6vh;
    box-shadow: 40vmin 0 13.9489538632vmin currentColor
}

.background span:nth-child(6) {
    color: #583C87;
    top: 87%;
    left: 75%;
    animation-duration: 15.3s;
    animation-delay: -12.3s;
    transform-origin: -22vw 17vh;
    box-shadow: -40vmin 0 5.9410795611vmin currentColor
}

.background span:nth-child(7) {
    color: #FFACAC;
    top: 2%;
    left: 85%;
    animation-duration: 10.7s;
    animation-delay: -4.9s;
    transform-origin: -5vw -4vh;
    box-shadow: 40vmin 0 9.725624902vmin currentColor
}

.background span:nth-child(8) {
    color: #FFACAC;
    top: 7%;
    left: 17%;
    animation-duration: 13.2s;
    animation-delay: -7.2s;
    transform-origin: -15vw -16vh;
    box-shadow: -40vmin 0 10.9900243578vmin currentColor
}

.background span:nth-child(9) {
    color: #E45A84;
    top: 16%;
    left: 19%;
    animation-duration: 12.8s;
    animation-delay: -15s;
    transform-origin: 16vw 18vh;
    box-shadow: -40vmin 0 6.7792537533vmin currentColor
}

.background span:nth-child(10) {
    color: #583C87;
    top: 14%;
    left: 67%;
    animation-duration: 15s;
    animation-delay: -13.3s;
    transform-origin: 0 1vh;
    box-shadow: -40vmin 0 13.2781901179vmin currentColor
}

.background span:nth-child(11) {
    color: #583C87;
    top: 12%;
    left: 10%;
    animation-duration: 11s;
    animation-delay: -7.1s;
    transform-origin: 22vw -20vh;
    box-shadow: 40vmin 0 13.0741849079vmin currentColor
}

.background span:nth-child(12) {
    color: #FFACAC;
    top: 76%;
    left: 31%;
    animation-duration: 15.2s;
    animation-delay: -8s;
    transform-origin: -3vw 4vh;
    box-shadow: -40vmin 0 10.3521828889vmin currentColor
}

.background span:nth-child(13) {
    color: #583C87;
    top: 31%;
    left: 21%;
    animation-duration: 12s;
    animation-delay: -9.9s;
    transform-origin: 24vw -12vh;
    box-shadow: -40vmin 0 12.8075564467vmin currentColor
}

.background span:nth-child(14) {
    color: #583C87;
    top: 87%;
    left: 3%;
    animation-duration: 14.8s;
    animation-delay: -7.8s;
    transform-origin: -11vw -13vh;
    box-shadow: -40vmin 0 6.6979138155vmin currentColor
}

.background span:nth-child(15) {
    color: #583C87;
    top: 52%;
    left: 27%;
    animation-duration: 11.6s;
    animation-delay: -4.4s;
    transform-origin: 18vw -2vh;
    box-shadow: 40vmin 0 8.826805095vmin currentColor
}

.background span:nth-child(16) {
    color: #FFACAC;
    top: 36%;
    left: 29%;
    animation-duration: 15.4s;
    animation-delay: -5.8s;
    transform-origin: -15vw 3vh;
    box-shadow: -40vmin 0 10.9623958251vmin currentColor
}

.background span:nth-child(17) {
    color: #E45A84;
    top: 15%;
    left: 67%;
    animation-duration: 16s;
    animation-delay: -8.6s;
    transform-origin: 17vw -20vh;
    box-shadow: 40vmin 0 12.5227725662vmin currentColor
}

.background span:nth-child(18) {
    color: #E45A84;
    top: 32%;
    left: 62%;
    animation-duration: 11.6s;
    animation-delay: -5.6s;
    transform-origin: 22vw -10vh;
    box-shadow: -40vmin 0 13.891425477vmin currentColor
}

.background span:nth-child(19) {
    color: #FFACAC;
    top: 27%;
    left: 65%;
    animation-duration: 12.8s;
    animation-delay: -10.4s;
    transform-origin: 24vw 4vh;
    box-shadow: 40vmin 0 11.7820582433vmin currentColor
}

.background span:nth-child(20) {
    color: #FFACAC;
    top: 97%;
    left: 40%;
    animation-duration: 15.8s;
    animation-delay: -15.1s;
    transform-origin: 10vw -10vh;
    box-shadow: 40vmin 0 12.2354474745vmin currentColor
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 0) rotate(360deg)
    }
}