@charset "utf-8";
body{ font-family: Playfair Display;}
body{
    --link-button-bg-color: #ffffff;
    --link-button-font-color: #333333;
    --link-button-bg-border-color:#48AEAB;

    --link-button-border-color: #48AEAB;
    --link-button-border-font-color: #48AEAB;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#333333;
    --link-button-bg-thumbnail-border-color:#333333;
    --link-button-border-thumbnail-color:#48AEAB;
    --link-button-border-thumbnail-border-color:#48AEAB;

    --link-social-color:#48AEAB;
    --link-social-border-color:#48AEAB;

}
.bg div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.to/20201223/1608703451169.png");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
section .section-bg{background:rgba(244, 239, 225, .6);border-radius:10px;}
section,.text h3,.desc{color:#3A1C13;}

.item{border-radius:50vh!important;background-color:var(--link-button-bg-color)!important;border:2px solid var(--link-button-bg-border-color)!important;color:var(--link-button-font-color)!important;}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-font-color)!important;}

.footer p a{color:#3A1C13;}
.footer p a:hover{color:#3A1C13;}

@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/20201224/1608789229368.png");
        background-size: cover;
    }
}