/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.jumbotron {
      /*background-image: url(../images/wood.png);*/
    background: #42a5f5;
}

.product_header {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 245px;
    max-width: 612px;
}

content_center {
    align-content: center;
    align-items: center;
    align-self: center;
}