/* Pirate gold + treasure map theme */

body {
    /*background: #f4e7c5 url('/img/parchment-texture.jpg') repeat;*/
    background: url('/img/parchment-texture.jpg');
    background-size: 1800px;  smaller = more detailed texture 
    background-repeat: repeat;
    color: #3b2f1c;
    font-family: 'IM Fell English', serif;
    /*font-family: 'Georgia', serif;*/
}

.navbar {
    background-color: #3b2f1c !important;
    border-bottom: 3px solid #d4af37;
}

.navbar-brand {
    font-family: 'Pirata One', cursive;
    /*font-family: 'Georgia', serif;*/
    font-size: 1.6rem;
    color: #d4af37 !important;
    letter-spacing: 1px;
}

.nav-link {
    color: #f4e7c5 !important;
}

    .nav-link:hover {
        color: #d4af37 !important;
    }

.card {
    background: rgba(255, 248, 220, 0.9);
    border: 2px solid #d4af37;
    border-radius: 8px;
}

.card-title {
    color: #3b2f1c;
    font-weight: bold;
}

.btn-treasure {
    background-color: #d4af37;
    color: #3b2f1c;
    border: none;
}

    .btn-treasure:hover {
        background-color: #b8962f;
        color: #fff;
    }

footer {
    background-color: #3b2f1c;
    color: #d4af37;
}
