/* novo */
blockquote {
    background-color: rgba(248, 247, 244, 0.63);
    padding: 30px;
    border-radius: 25px;
    border: 1px solid rgb(235, 235, 235);

}
.biografija .profile_images {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding: 10px;
    position: relative;

}
.biografija .profile_images .pic2 {
    width: 300px;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: -30px;
}
.biografija .descriptions p {
    color: black !important;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .biografija .profile_images .pic2 {
        display: none;
    }
}
.biografija .profile_images .pic2 img {
    border-radius: 30px;
    border: 3px solid orange;
}
.biografija .descriptions {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 20px;
    border: 1px solid black;
    padding-bottom: 30px;
}
.top-line {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    height: 1px;
    background-color: black;
    margin-bottom: 30px;

}
.first_name_last_name {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.first_name_last_name h3.tp-section-title {
    font-size: 90px;
    color: black;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .first_name_last_name h3.tp-section-title {
        font-size: 50px;

    }
}

.contact .links i
{
    font-size: 30px;
    color: black;
}
.muzika {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: black;
}
.muzika h3.tp-section-title {
    color: white;
}
footer .tp-footer-copyright-text span {
    color: rgb(83, 83, 83);
}
.tp-hero-user-content > span > p{
    color: rgb(51, 51, 51);
}

.klapa-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.albumi img{
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.table-albumi-content td{
    height: 100%;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;

}
.albumi-rb {
    font-size: 50px;
    font-weight: bold;
}
@media only screen and (min-width:320px) and (max-width:768px)
{
    .albumi-rb {
        font-size: 15px;

    }
    .table-albumi-content td{
        font-weight: bold;
        font-size: 14px;
    }
    .albumi img {
        width: 40px;
    }
}

