@charset "utf-8";
body{
    --link-button-bg-color:#595956;
    --link-button-font-color: #FFFFFF;
    --link-button-bg-border-color:rgba(0,0,0,0);

    --link-button-border-color: #595956;
    --link-button-border-font-color: #595956;
    --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:#595956;
    --link-button-border-thumbnail-border-color:#595956;

    --link-social-color:#595956;
    --link-social-border-color:#595956;
}
body{font-family:Aleo;}
.bg div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.cc/20210721/1626835029545.png?imageView2/2/w/750");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
section,.text h3,.desc{color:#595956;}

.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: #595956;}
.footer p a:hover{color:#595956;}
@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/20210721/1626834962172.png?imageView2/2/w/750");
        background-size: cover;
    }
}