/* reset */
#bay-homepage-content a {
  text-decoration: none;
}

/* full-width header */
#bay-homepage-content header {
  position: relative;
  width: 100%; /* default header width */
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px; /* default header gutter height */
  background-color: #9b2437;  /* default background color */
}

/* full-width header image (inset) */
#bay-homepage-content header img {
  margin: 0 auto;
  display: block;
  padding: 0; /* default padding */
}

/* main content wrapper */
#bay-homepage-content .main-content-wrapper {
  position: relative;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

/* content row*/
/* can contain as many images as desired */
/* automatic horizontal distrubution of images */
#bay-homepage-content section {
  position: relative;
  overflow: hidden;
  text-align: justify;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 30px; /* default section gutter height */
}

/* required for automatic horizontal distrubution of images */
#bay-homepage-content section:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}

/* required for automatic horizontal distrubution of images */
#bay-homepage-content section img {
  display: inline-block;
  vertical-align: top;
}

/* ADD-ONS */
/* apply the 'bay-no-margin' class to remove a section's bottom margin (gutter) */
#bay-homepage-content .bay-no-margin {
  margin-bottom: 0;
}

/* apply the 'bay-divided' class to add a divider down the center of a section */
#bay-homepage-content .bay-divided:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #e0e0e0; /* default divider width and color */
}
