html {scroll-behavior:smooth;}

a.button
{
    padding-left:40px;
    padding-right:40px;
    padding-top:20px;
    padding-bottom:20px !important;
    border:none !important;
    border-bottom:5px solid #b40505 !important;
    box-shadow:0 0 15px rgba(0,0,0,0.125) !important;
    font-size:16.5px;
    line-height:150%;
    font-weight:800;
    color:#b40505;
    text-transform:uppercase;
    box-sizing:border-box;
}
a.button:hover
{
    box-shadow:0 5px 20px rgba(0,0,0,0.2) !important;
    border-bottom-color:black !important;
}

div.chits
{
    max-width:840px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width:1520px) {div.chits {max-width:820px};}
@media (max-width:1200px) {div.chits {max-width:840px};}
