/*
Theme Name: RiverWest Antique Mall
Theme URI: https://riverwestantiques.com
Author: RiverWest Antique Mall
Description: Custom WordPress theme for RiverWest Antique Mall in Madison, Indiana
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f4f1ec;
    color: #333;
}

header {
    background: #7a4b2a;
    color: white;
    padding: 25px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

section {
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
}

h2 {
    color: #7a4b2a;
}

.btn {
    background: #7a4b2a;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

iframe {
    margin-top: 20px;
    border-radius: 8px;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
}