/*
Theme Name: Marshall IT Medic Theme
Author: Marshall
Description: Clean IT services theme with emergency care tagline.
Version: 1.5
*/

body { font-family: 'Roboto', sans-serif; margin: 0; color: #333; line-height: 1.6; background-color: #fcfcfc; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Header & Logo */
.site-header { padding: 40px 0; border-bottom: 1px solid #eee; background: #fff; }
.header-flex { display: flex; flex-direction: column; align-items: center; text-align: center; }
.logo-text { font-size: 2.5rem; font-weight: 700; color: #2c3e50; text-transform: uppercase; text-decoration: none; }
.header-tagline { font-size: 1.3rem; color: #d32f2f; margin-top: 10px; font-weight: 400; letter-spacing: 1px; }

/* Navigation */
.main-navigation { background: #2c3e50; padding: 12px 0; }
.main-navigation ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; }
.main-navigation li { margin: 0 15px; }
.main-navigation a { color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 14px; transition: 0.3s; }
.main-navigation a:hover { color: #d32f2f; }

/* Content */
#content-area { padding: 50px 0; min-height: 500px; }
.main-article { margin-bottom: 40px; }
.main-article h2 a { color: #2c3e50; text-decoration: none; font-size: 2rem; }
.entry-meta { font-size: 0.85rem; color: #999; margin-bottom: 15px; }

/* Footer */
.footer-top { background: #f8f9fa; padding: 30px 0; text-align: center; border-top: 1px solid #eee; }
.footer-top a { color: #d32f2f; text-decoration: none; font-weight: 700; }
.footer-bottom { background: #2c3e50; color: #bdc3c7; padding: 20px 0; text-align: center; font-size: 12px; }