/*
Theme Name: TotScouting Theme
Theme URI: https://totscouting.org
Author: Trail of Tears District
Author URI: https://totscouting.org
Description: A custom WordPress theme for the Trail of Tears District, Heart of Tennessee Council.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: totscouting
Tags: custom, responsive, scouting
*/
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
header {
  background: #003366;
  padding: 1em;
  text-align: center;
  color: white;
}
header img {
  max-width: 150px;
  margin-bottom: 0.5em;
}
h1 {
  margin: 0.5em 0 0;
}
.section {
  padding: 2em;
}
.image-gallery img {
  max-height: 200px;
  margin: 0.5em;
  border-radius: 8px;
}
footer {
  text-align: center;
  padding: 1em;
  background: #003366;
  color: white;
}
