@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

a
{
text-decoration:none;
}
.link-button a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 25px !important;
    min-width: 185px !important;
    border-radius: 5px !important;
    box-shadow: 3px 3px 6px #000;
}
.d-slider-caption span {
    display: block;
    line-height: 40px;
    color: #e40206;
}
h1, h2, h3, h4{
    text-transform: uppercase;
   font-weight: 800 !important;
}
.fix-bg
{
background-attachment: fixed;
}
.max-960 >.container {
    max-width: 960px !important;
}

@media screen and (max-width: 767px) {
.link-button a {
    min-width: 210px !important;
}
}