@charset "utf-8";
body {
    --link-button-color:#764816;

    --link-social-color-shadow: #A35F24;
    --link-social-color-blend: #A35F2400;
}
body{font-family:Montserrat-Regular;}
.bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://fly.linkcdn.to/2021112500/1637804399076.png");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
.text h3,.desc{color:#A35F24!important;}
.item-header{color:#A35F24;}
.item{border-radius:50vh;background-color:var(--link-button-color)!important;border:0!important;}
.item .btn{color:#FFFFFF!important;}
.footer p a{color:#A35F24;}
.footer p a:hover{color:#A35F24;}
@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.to/2021112500/1637802102614.png");
        background-size: cover;
    }
}
