/* === Override Bootstrap btn-primary === */
.btn-primary {
    background-color: #ed3237 !important;
    border-color: #ed3237 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #d42b30 !important;
    border-color: #c0272b !important;
}
.btn-outline-primary {
    color: #ed3237 !important;
    border-color: #ed3237 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
    background-color: #ed3237 !important;
    border-color: #ed3237 !important;
    color: #fff !important;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}
