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

/* Custom css below this line */
@media print {
    body {
        color: black;
        font-size: 0.5rem;
    }
    .container,
    .container-fluid {
        font-size: 0.5rem;
    }
}

/* Fonts */
body {
    font-family: "Montserrat", sans-serif;
}
.btn-font {
    font-weight: 700;
}
.title-font {
    font-weight: 700;
}
.nav-link {
    color: inherit;
}
.nav-link:hover {
    color: #929292;
}

/* Colors */
.bg-one {
    background-color: #000000;
}
.btn-one {
    background-color: #ffcc00;
    color: #ffffff;
}
.color-one {
    color: #ff3333;
}
