/* Custom theme for Rolling Room Digital Humidor */

body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

h1, h2, h3, h4 {
    font-family: 'Georgia', serif;
}

.jumbotron {
    background-image: url('https://images.unsplash.com/photo-1617957748137-6184ac3be2eb?auto=format&fit=crop&w=1280&q=80');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.jumbotron .btn-primary {
    background-color: #5a189a;
    border-color: #5a189a;
}

.jumbotron .btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

.list-group-item {
    border: none;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 2px;
}

.badge.bg-primary {
    background-color: #5a189a !important;
}