@charset "utf-8";
body {
    --link-button-color:#d1c1b2;
    --link-button-shadow-color:#AC886D;
    --link-social-color-shadow: #AC886D;

    --link-title-color:#AC886D;
    --link-block-font-color:#AC886D;
}
body{font-family:MavenPro;}
.bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://fly.linkcdn.cc/theme/images/2021mc_4-pc.png");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
.text h3,.desc{color:#AC886D;}

.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;background-color:transparent;}
.item{border-radius:50vh;background-color:var(--link-button-color)!important;border:2px solid var(--link-button-shadow-color)!important;box-shadow:var(--link-button-shadow-color) 12px 12px 0px 0px;margin-bottom:20px}
.item-style:hover{transform:translate(4px, 4px);box-shadow:var(--link-button-shadow-color) 8px 8px 0px 0px;}
.item .btn{color:var(--link-block-font-color)!important}
@media only screen and (max-width: 767px) {
    .bg{
        background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://fly.linkcdn.cc/theme/images/2021mc_4.png");
        background-size: cover;
    }
}
