@charset "utf-8";
body {
    font-family: Merriweather-Regular;}
body{
    --link-button-bg-color:#ffffff;
    --link-button-font-color: #1e8ecc;

    --link-button-border-color: #ffffff;
    --link-button-border-font-color: #ffffff;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#1e8ecc;
    --link-button-bg-thumbnail-border-color:#1e8ecc;
    --link-button-border-thumbnail-color:#ffffff;
    --link-button-border-thumbnail-border-color:#ffffff;

    --link-social-color:#ffffff;
    --link-social-border-color:#ffffff;
}
.bg div{
    background: url("https://bio.linkcdn.to/20191211/1576047469270.png?imageView2/2/w/1400/h/900") center no-repeat;
    background-size: cover;
}
section,.text h3,.desc{
    color: #ffffff;
}
.item{background-color:var(--link-button-bg-color)!important;border:2px solid var(--link-button-bg-border-color)!important;border-radius:0!important;color:var(--link-button-font-color)!important;}
.item .btn .btn-text, .item .btn-text .link-text{color:var(--link-button-font-color)!important;}
.footer p a,.footer p a:hover{
    color: #ffffff;
}
