

  

.FcShedColor {
  background-color: #228B22;
  color: white;
  
}

.bg-image-div {
  background-image: url("images/headerbackground.jpeg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px; /* Or whatever height you want */
  position: relative;
  padding: 20px; /* Optional */
}

.mens-shed h2 {
  color: #2a4d69;
  border-bottom: 2px solid #2a4d69;
  padding-bottom: 5px;
}
.mens-shed h3 {
  color: #4b86b4;
  margin-top: 20px;
}
.mens-shed ul {
  padding-left: 20px;
}
.mens-shed li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.mens-shed h2 {
  color: #2a4d69;
  border-bottom: 2px solid #2a4d69;
  padding-bottom: 5px;
}
.mens-shed h3 {
  color: #4b86b4;
  margin-top: 20px;
}
.mens-shed ul {
  padding-left: 20px;
}


  .header-fixed {
      height: 120px;
      background-color: #f8f9fa;
      display: flex;
      align-items: center;
      vertical-align: middle;
    }
    .header-logo img {
      max-height: 100px;
      vertical-align:middle;
    }
    .header-title {
      text-align: center;
      vertical-align: middle;
      width: 100%;
    }
.mens-shed li {
  margin-bottom: 8px;
  line-height: 1.5;
}
