/*
Theme Name: Battlefield Briefing
Theme URI: https://battlefieldbriefing.com
Author: Lee Smith
Author URI: https://secretmillionaireplan.com
Description: A Battlefield 6-inspired blog theme with a gritty, dark military style.
Version: 1.0
*/

body {
  margin: 0;
  background-color: #111;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  line-height: 1.6;
}

a {
  color: #00c8ff;
  text-decoration: none;
}

a:hover {
  color: #ff6f00;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

header {
  background: url('images/battlefield-briefing-header-16x9-1.png') no-repeat center center !important;
  background-size: cover !important;
  width: 100% !important;
  height: 400px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  overflow: hidden;
}

header h1 {
  font-size: 3rem;
  text-transform: uppercase;
}

nav {
  background-color: #1a1a1a;
  padding: 10px;
  text-align: center;
}

nav a {
  margin: 0 15px;
  color: #00c8ff;
}

footer {
  background-color: #1a1a1a;
  text-align: center;
  padding: 20px;
  color: #aaa;
  font-size: 0.9rem;
}
