nav {
    background:url('../../images/nav-back.png')
}
.blog{
    display: grid;
    grid-template-columns: 3fr 1fr;
    word-break: break-all;
}

.stand-alone{
    padding: 50px;
}

.stand-alone h3{
    color:#90ADC9;

}

.stand-alone h2{
    color: #3966B0;

}

.stand-alone p{
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;

    color: #413D44;
}

.uk-panel-video {
    margin-top: 60px;
}

.uk-width-aligned {
    display: flex;
    align-items: center;
    justify-content: center;
}


.arrow-icon {
    width: auto;
    cursor: pointer;
    margin-top: 4px;
}
  
.arrow-icon-left {
transform: rotate(180deg);
}
.project-pagination {
    border-radius: 100%;
    background: #90ADC9;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
}
.arrow-icon-left{
    margin-right: 5px;
}
.arrow-icon-right{
    margin-left:5px;
}
.projekti {
    width: 60%;
    height: 350px;
    margin: 0 auto;
}

@media screen and (max-width:960px){
    .projekti {
        display: none;
    }
    .stand-alone {
        margin: auto;
    }
    .stand-alone h3, h2{
        text-align: center;
    }
    .blog{
        grid-template-columns: 1fr;
    }
    .stand-alone img {
        margin: auto;
        width: 100%;
    }
    
}