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

    --link-button-bg-thumbnail-color:#7c6fb8;
    --link-button-bg-thumbnail-border-color:#7c6fb8;
    --link-button-border-thumbnail-color:#fff;
    --link-button-border-thumbnail-border-color:#fff;

    --link-social-color:#fff;
    --link-social-border-color:#fff;
}
.bg div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.cc/20210428/1619577542674.jpeg");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
section,.text h3,.desc{color:#fff;}

.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 var(--link-button-bg-color)!important;
}
.item-style .ctm-style {
    margin:3px;
    border:0;
    background-color:var(--link-button-bg-color)!important;
}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-font-color)!important;}
.item-style .ctm-style:hover{background-color:rgba(0,0,0,0)!important;}
.item-style .ctm-style:hover .btn-text, .item-style .ctm-style:hover .link-text{color:var(--link-button-border-font-color)!important;}
.item-style .ctm-style:hover .btn-icon span{border:2px solid var(--link-button-border-thumbnail-border-color);color:var(--link-button-border-thumbnail-color);}
                    
.footer p a{color: #fff;}
.footer p a:hover{color: #fff;}
@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/1619577423120.png");
        background-size: cover;
    }
}