﻿.navbar-default {
    color: #333333;
}

.float-right {
    float: right;
}

.display-none {
    display: none;
}

.btn-color {
    background-color: #dc7f5e !important;
    color: #333333 !important;
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .body-content {
        padding: 15px;
    }

    .navbar-brand img {
        height: 80px;
    }

    .form-horizontal {
        padding: 20px;
    }

    .footer-content img {
        height: 50px;
    }
}


@media (max-width: 576px) {
    .navbar-brand img {
        height: 60px;
    }

    .custom-btn {
        width: 100% !important;
    }
}
