
body {
    background: url('/emjoy.fi/img/emjoy-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
}

.card {
    min-height: 450px;
    max-width: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius: 25px;
    transition: transform 0.5s; 
    -webkit-transition: -webkit-transform 0.5s;
    text-decoration: none !important;
    color: #FFF !important;
    cursor: grab;
}

.card:hover {
    transform: scale(1.5); -webkit-transform: scale(1.05);
}

.card-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: 5px;
}

.card-band {
    background: url('/emjoy.fi/img/band.png');
}

.card-tales {
    background: url('/emjoy.fi/img/tales.png')
}

.card-rec {
    background: url('/emjoy.fi/img/rec.png')
}



@media screen and (max-width: 480px) {
    [data-aos-delay] {
      transition-delay: 0s !important;
    }

    .card {
        min-height: 250px;
    }

    .card-title {
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 5px;
    }

    body {
        background-size: cover;
    }

  }