body {
  font-family: "Arial, sans-serif";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #c33; }

p {
  margin-bottom: 1em; }

.site-main {
  margin-left: 240px;
  padding: 2em; }

.sidebar {
  width: 220px;
  float: left;
  background: #f5f5f5;
  padding: 1em; }

.site-hero {
  position: relative;
  height: 300px; }
  .site-hero .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .site-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white; }

.btn, .read-more-header a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #c33;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out; }
  .btn:hover, .read-more-header a:hover {
    background-color: #a32929; }

.article {
  margin-bottom: 2em; }
  .article::after {
    content: "";
    display: table;
    clear: both; }

.sidebar .navbar ul {
  list-style: none;
  padding: 0; }

.sidebar .navbar li {
  margin-bottom: 0.5em; }

.sidebar .navbar a {
  color: #666;
  text-decoration: none; }
  .sidebar .navbar a:hover {
    text-decoration: underline; }

.site-footer {
  clear: both;
  text-align: center;
  padding: 1em 0;
  background: #222;
  color: #fff; }

/*# sourceMappingURL=main.css.map */
