body {
  padding-bottom: 70px;
  background-color: #eee;
#  background-image: url(../images/Snowman2.jpeg)
}
.active > a {
  color: #64757d !important;
}
.chalkboard-background {
  background-image: url(../images/chalkboard.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.have-a-suggestion-background {
  background-image: url(../images/have_a_suggestion.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 500px;
  margin: auto
}
.easter-2026 {
  background-image: url(../images/happy-easter-2026.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 500px;
  margin: auto
}
.garage-sale {
  background-image: url(../images/YellowGarageSaleAdvertisement.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  margin-bottom: 10px;
}
.annual-meeting {
  background-image: url(https://carriage-hills-subdivision.s3.us-east-2.amazonaws.com/documents/MeetingAgenda2024.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1100px;
  width: 800px;
  margin: auto
}
.navigation ul{
  display: inline-block;
}
.navigation li {
  float: left
}
.page-title {
}
.site-title {
  padding-top: 5px;
}
.tabcontent {
  color: #000;
}
.nav-link, .nav-link:hover {
  color: white;
}
.tab-links > a, .tab-links > a:hover {
  color: white;
}
.light-link {
  color: #0EE;
}
