html {
    scroll-behavior: smooth;
}

/*(
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/maxwell_viscoModel_image.jpg') center/cover no-repeat;
    color: rgb(255, 255, 255);
    padding: 100px 0;
}
*/
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero p {
    font-size: 1.25rem;
}

/*.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('images/your-image.jpg') center/cover no-repeat;
    color: white;
    padding: 100px 0;
}*/

.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffc107 !important;
    /* gold hover */
}

.btn-custom {
    background-color: #ffc107;
    color: #000;
    border: none;
}

.btn-custom:hover {
    background-color: #e0a800;
    color: #fff;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: #000;
}

.btn-outline-light:hover {
    background-color: white;
    color: #000;
}

footer {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.btn-primary {
    background-color: #ff9800;
    border-color: #ff9800;
}

.btn-primary:hover {
    background-color: #e68900;
    border-color: #e68900;
}