@font-face {
    font-family: pallo;
    src: url(therilo.bold-bold.otf);
}

@font-face {
    font-family: kullervo;
    src: url(AlfaSlabOne-Regular.ttf);
}

@font-face {
    font-family: yli;
    src: url(Overpass-VariableFont_wght.ttf);
}

@font-face {
    font-family: maito;
    src: url(Milker.otf);
}

body{
    background-colo: #f8f9fa;
    background-color: #000;
    background-iage: url(extended.jpg);
    margin: 0;
    font-family: yli, sans-serif;
}

h1{
    font-family: maito, sans-serif;
    color: #fff;
    text-align: center;
}

h2{
    font-family: maito, sans-serif;
    font-weight: normal;
}

header h1, .hero-content h1{
    text-align: center;
    font-family: pallo, sans-serif;
    font-size: 100px;
    font-weight: normal;
    margin: 0;
    color: #F83697;
}

.hero-content p{
    font-family: yli, sans-serif;
    font-weight: 800;
}

.container{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    text-align: center;
}

.eri{
    max-width: 1500px;
}

.erilainen{
    padding: 0;
}

.artisti{
    background-color: floralwhite;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
    min-width: 400px;
    min-height: 400px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin: 10px;
    font-family: maito, sans-serif;
    font-size: 20px;
    align-content: flex-end;
    flex-direction: column;
    transition: all 0.2s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 5px 5px #000;
}

#laskuri{
    color: #fff;
    padding: 30px;
    background:#000000;
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-family: maito, sans-serif;
    display: flex;
    justify-content: space-between;
}

.numero, .sana{
    display: block;
}

.numero{
    color: #ff2e95;
}

.osa{
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 0 40px;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

.osa:last-child{
    border-right: none;
}

@media (max-width: 900px) {
    #laskuri{
        font-size: 5vw;
        flex-grow: 0;
    }

    .osa{
        padding: 0;
    }
}

.artisti:hover{
    transition: all 0.2s ease;
    box-shadow: -5px 5px 0px #ffffff,
     0px 0px 30px inset #ffffff85;
}

.kdot{
    background-image: url(kdot_v.jpg);
    background-position: center 0%;
}

.future{
    background-image: url(future_v.jpg);
    background-position: center 0%;
}

.drake{
    background-image: url(drake_v.jpg);
    background-position: center 0%;
}

.metro{
    background-image: url(metro.jpg);
    background-position: center 0%;
}

.jcole{
    background-image: url(jcole.jpg);
    background-position: center 0%;
}

.babykeem{
    background-image: url(babykeem.jpg);
    background-position: center 0%;
}

.savage{
    background-image: url(21savage.jpg);
    background-position: center 0%;
}

.travis{
    background-image: url(travis.jpg);
    background-position: center 20%;
}

.tyler{
    background-image: url(tyler.jpg);
    background-position: center 0%;
}

header{
    top:0;
    width:100%;
    height:110px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 50px;
    background:rgba(0,0,0);
    z-index:1000;
    box-sizing: border-box;
    border-bottom: 3px solid #F83697;
}

.nappi{
    background: #000000;
    color: white;
    border: 5px solid #ff2e95;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    font-family: maito, sans-serif;
}



.tuore{
    color: #fff;
    text-align: center;
    padding: 50px;
    max-width: 2500px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin: 10px;
    font-family: yli, sans-serif;
    font-size: 18px;
    font-weight: 600;
    overflow: auto;
    text-align: left;
}

.nappi:hover{
    background: #ff2e95;
}

.paivat{
    display: inline-block;
}

.osta{
    width: 150px;
    text-align: center;
}

.osta:hover{
    background-color: #3c4b57;
}

img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.nimi{
    font-family: yli, sans-serif;
    font-weight: bolder;
}

.hinta{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    font-family: yli, sans-serif;
}

footer  {
    background-image: url(hieno.jpg);
    background-position: top;
    background-size: cover;
    color: #ffffff;
    bottom: 0;
    font-size: 20px;
    padding: 60px;
    display: flex;
    justify-content: space-evenly;
    font-family: yli, sans-serif;
    min-height: 500px;
}

footer div{
    width: 300px;
}

.vasen{

}

.keski{
    text-align: center;
}

.oikea{
    text-align: right;
}

a:active{
    text-decoration: none;
}

a{
    text-decoration: none;
    color: inherit;
}

.kuva{
    float: left;
    max-width: 550px;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
    margin-right: 80px;
}

.nav a{
    transition: all 0.3s ease;
    padding: 6px;
    color:white;
    text-decoration:none;
    margin-left:30px;
}

.nav{
    text-align: center;
    font-family: yli, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
}

.nav a:hover{
    transition: all 0.3s ease;
    font-size: 25px;
    color: #ff2e95;
}

.hero{
    position:relative;
    width:100%;
    height:70vh;
    overflow:hidden;
}

.hero video{
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    height:100%;
    object-fit:cover;
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:white;
    z-index:2;
}

.hero-content h1{
    color:#ff2e95;
    font-size:140px;
}

.hero-content p{
    font-size:24px;
    margin-top:10px;
}

header h1{
    padding-left: 50px;
}

.pinki{
    background-color: #ff2e95;
    color: antiquewhite;
    max-width: 1920px;
}
