@charset "utf-8";
body{
    --link-button-bg-color:#ffffff;
    --link-button-font-color: #333333;
    --link-button-bg-border-color:#C43837;
 
    --link-button-border-color:#C43837;
    --link-button-border-font-color: #333333;
    --link-button-border-bg-color: #ffffff;

    --link-button-bg-thumbnail-color:#333333;
    --link-button-bg-thumbnail-border-color:#333333;
    --link-button-border-thumbnail-color:#333333;
    --link-button-border-thumbnail-border-color:#333333;

    --link-social-color:#333333;
    --link-social-border-color:#333333;
}
body{font-family:LoraItalic}
.bg div{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(https://bio.linkcdn.to/20201221/1608544445518.png);width:100%;height:100%;top:0;left:0;transform:scale(1)}
.desc,.text h3,section{color:#333}
.item-style{background-color:var(--link-button-border-bg-color)!important;border-radius:0!important;border:2px dashed var(--link-button-border-color)!important}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-font-color)!important}
.footer p a{color:#333}
.footer p a:hover{color:#333}
@media only screen and (max-width:767px){
    .bg div{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(https://bio.linkcdn.to/20201221/1608544526606.png);background-size:cover}
}