@charset "utf-8";
body {font-family: Raleway;}
body{
    --link-button-bg-color:#ffebee;
    --link-button-font-color: #c62828;

    --link-button-border-color: #ffebee;
    --link-button-border-font-color: #ffebee;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#c62828;
    --link-button-bg-thumbnail-border-color:#c62828;
    --link-button-border-thumbnail-color:#ffebee;
    --link-button-border-thumbnail-border-color:#ffebee;

    --link-social-color:#ffebee;
    --link-social-border-color:#ffebee;
}
.bg div{
    background-color: #c62828;
    background-size: cover;
}
section,.text h3,.desc{
    color: #ffebee;
}
.item{border-radius:var(--link-button-radius12, 8px)!important;background-color:var(--link-button-border-bg-color)!important;border:2px solid var(--link-button-border-color)!important;color:var(--link-button-border-font-color)!important;}
.item .btn .btn-text, .item .btn-text .link-text{color:var(--link-button-border-font-color)!important;}
.footer p a{color: #ffebee;}
.footer p a:hover{color: #ffebee;}
