@charset "utf-8";
body{font-family:Montserrat;}
body{
    --link-button-bg-color:#000;
    --link-button-font-color: #fff;
    --link-button-bg-border-color:rgba(0,0,0,0);
 
    --link-button-border-color: #000;
    --link-button-border-font-color: #000;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#fff;
    --link-button-bg-thumbnail-border-color:#fff;
    --link-button-border-thumbnail-color:#000;
    --link-button-border-thumbnail-border-color:#000;

    --link-social-color:#333;
    --link-social-border-color:#333;
}
.bg div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.cc/20210428/1619577511887.jpeg");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
section,.text h3,.desc{color:#333;}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-border-font-color)!important;}
.item-style::before,.item-style::after,.item-style .ctm-style::before,.item-style .ctm-style::after{display:none;background:transparent;transform:none;border:0;}
.item-style .ctm-style{border:0!important}
.item-style{
    background-color: rgba(0,0,0,0)!important;
    border-radius:0!important;
    border:2px solid rgba(0,0,0,0)!important;
}
.item-style::before{
    position:absolute;top:0;left:0;
    content:"";display: block;
    width:40px;height:32px;border:2px solid var(--link-button-border-color);
    border-bottom:0!important;
    border-right:0!important;
}
.item-style::after{
    position:absolute;bottom:0;right:0;
    content:"";display: block;
    width:40px;height:32px;border:2px solid var(--link-button-border-color);
    border-top:0!important;
    border-left:0!important;
}
.item-style .ctm-style {
    margin:5px;
    background-color: rgba(0,0,0,0)!important;
    border-radius:0;
    border: 2px solid var(--link-button-border-color)!important;
}
.item .btn-icon span{border:2px solid var(--link-button-bg-thumbnail-border-color);color:var(--link-button-bg-thumbnail-color);}
.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.cc/20210428/1619577377847.png");
        background-size: cover;
    }
}