@charset "utf-8";
body {
    font-family: Merriweather-Regular;}
body{
    --link-button-bg-color: #000000;
    --link-button-font-color: #ffffff;

    --link-button-border-color: #000000;
    --link-button-border-font-color: #000000;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#ffffff;
    --link-button-bg-thumbnail-border-color:#ffffff;
    --link-button-border-thumbnail-color:#000000;
    --link-button-border-thumbnail-border-color:#000000;

    --link-social-color:#000000;
    --link-social-border-color:#000000;
}
.bg div{
    background: url("https://bio.linkcdn.to/20190523/1558599380854.png?imageView2/2/w/1400/h/900") center no-repeat;
    background-size: cover;
}
section,.text h3,.desc{
    color: #000000;
}
.item{border-radius:50vh!important;background-color:var(--link-button-bg-color)!important;border:2px solid var(--link-button-bg-border-color)!important;color:var(--link-button-font-color)!important;}
.item .btn .btn-text, .item .btn-text .link-text{color:var(--link-button-font-color)!important;}

@media only screen and (max-width: 767px) {
    .bg div{
        background: url("https://bio.linkcdn.to/20190523/1558599415044.png?imageView2/2/w/500/h/900") center no-repeat;
        background-size: cover;
    }
}