.sjimator-on-a-singer{
    margin-left: 20%;
    height: auto;
}
@media only screen and (max-width: 667px) {
    .sjimator-on-a-singer{
        margin-left:2%;
        margin-right:2%;
    }
}

.singer-container{
    display:inline-block;
}
@media only screen and (max-width: 667px) {
    .singer-container{
        margin-bottom: 20px;
        display: block;
    }
}

.a-singer-name {
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 667px) {
    .a-singer-name{
        font-size: 20px;
    }
}

.singer-type{
    color:gray;
    text-align: center;
}
.singer-photo {
    width: 200px;
    height: 200px;
    background-image: url('../img/man.jpg');
    background-size: cover;
    border: 3px solid black;
    border-radius: 50%;
    margin-top:30px;
    filter: grayscale(100%);
}
@media only screen and (max-width: 1370px) {
    .singer-photo{
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width: 667px) {
    .singer-photo {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: 150px;
    }
}

.singer-photo-descr-wrapper {
    display: flex;
    margin: 10px;
    flex-direction: row;
}

.descr-socials {
    margin-left: 8%;
}

.singer-descr{
    vertical-align: top;
    margin-top: 30px;
    margin-bottom:0px;
    line-height: 1.50;
    text-align: justify;
}
@media only screen and (max-width: 1370px) {
    .singer-descr{
        float:right;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 667px) {
    .singer-descr{
        display:block;
        margin-top:5px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .singer-photo-descr-wrapper {
        flex-direction: column;
    }

    .descr-socials {
        margin-left: 0;
    }
}
.singer-descr-icons{
    margin:10px;
    margin-left: 0px;
}
.descr-icons{
    width: auto;
    height:30px;
    margin:10px;
    margin-left: 0px;
    border-radius:30px;
}
.songs-of-singer{
    float:left;
    width:100%;
    margin-top:30px;
}
@media only screen and (max-width: 667px) {
    .songs-of-singer {
        column-count:none;
        column-gap:none;
        margin-top:0;
        width:100%;
        padding-bottom: 30px;
    }
}

#alwaysChecked {
    display: none;
}
.boxsong a {
    text-decoration: none;
}