/* body {
    font-family: Arial, 'Trebuchet MS';
} */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Custom Wine Red Background Color */
/* .bg-wine {
    background-color: #722f37 !important;
} */

.navbar-custom,
.footer-custom {
    background: url('images/bg_long.jpg') repeat-x;
    background-position: center;
    /* background: url('images/bg_short.jpg') center/cover; */
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgba(200, 200, 200, 0.8);
    border: none;
    color: #888;
    border-radius: 5px;
    padding: 10px 20px;
    opacity: 1;
    z-index: 1000;
}

#back-to-top:hover {
    background-color: rgba(200, 200, 200, 1);
}

/* Footer */
.footer {
    padding: 10px 0;
}

/* Footer link styles */
.footer .nav-link {
    color: white;
}

.footer .nav-link:hover {
    color: #cccccc;
    /* Slightly lighter shade on hover */
}

/* h1 {
    font-size: 1.5rem;
    font-weight: 500;  
    color: #000;       
} */

h1 {
    font-size: large;
    font-weight: bold;
    /* margin-top: 4px; */
}

h2 {
    font-size: medium;
    font-weight: bold;
    /* margin-top: 0px; */
}