/* ThinkingOfMarriage.com Custom Styles */

:root {
    --primary-color: #0d6efd;
    --secondary-color: #6c757d;
    --danger-color: #dc3545;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Navbar */
.navbar-brand {
    font-size: 1.5rem;
}

/* Cards */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Footer */
footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: white !important;
}

/* Hero section */
.fa-rings-wedding {
    opacity: 0.1;
}

/* Buttons */
.btn {
    border-radius: 0.5rem;
}

/* Development Banner */
.alert-warning {
    border-left: 4px solid #ffc107;
}
