@charset "utf-8";
body {
    font-family: Poppins-Medium;}
body{
    --link-button-bg-color: #7c85b2;
    --link-button-font-color: #3b3f42;

    --link-button-border-color: #3b3f42;
    --link-button-border-font-color: #3b3f42;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#3b3f42;
    --link-button-bg-thumbnail-border-color:#3b3f42;
    --link-button-border-thumbnail-color:#3b3f42;
    --link-button-border-thumbnail-border-color:#3b3f42;

    --link-social-color:#3b3f42;
    --link-social-border-color:#3b3f42;
}
.bg div{
    background: url("https://bio.linkcdn.to/20190522/1558490112735.png?imageView2/2/w/1400/h/900") center no-repeat;
    background-size: cover;
}
/*section .section-bg{background:#F2D324;}*/
section,.text h3,.desc{
    color: #3b3f42;
}
.item{border-radius:50vh!important;background-color:var(--link-button-border-bg-color)!important;border:2px solid var(--link-button-border-color)!important;color:var(--link-button-border-font-color)!important;}
.item .btn .btn-text, .item .btn-text .link-text{color:var(--link-button-border-font-color)!important;}
.footer p a,.footer p a:hover{
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .bg div{
        background: url("https://bio.linkcdn.to/20190522/1558490132250.png?imageView2/2/w/500/h/900") center no-repeat;
        background-size: cover;
    }
}