@charset "utf-8";
/* CSS Document */

.btn-store-primary {
    background-color: #007ac2;
    color: white;
}
.text-store-primary {
    color:#007ac2;
}
.btn-store-secondary {
    background-color: #36c719;
    color: white;
}
.text-store-secondary {
    color:#F96A01;
}
.navbar .nav-item .nav-link {
    font-size: 1.25em;
    font-weight: bold;
}
