/* Paragraph & Typographic */
p {line-height: 28px;  margin-bottom: 25px;}
.centered {text-align: center;}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(/wp-content/themes/owltech2024/_inherit/images/info-cool_parts_header.jpg) no-repeat center top;
  margin-top: -90px;
  padding-top: 45px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 350px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
}

#headerwrap h2 {margin-top: 70px; margin-bottom:50px; color: white; font-size: 35px; font-weight: 700;}
#headerwrap h3 {color: white; font-size: 21px; font-weight: 100;}
.contentwrap{margin:0 auto; max-width:1280px;}
.contentwrap h2{font-weight:bold; font-size:2em; margin:100px 0 50px 0;
  padding: 1rem 2rem;
  border-bottom: 3px solid #11347c;
  color: #11347c;
}

.item_container{text-align: center; font-size:14px; color:#11347c; line-height:1.2em; margin:20px 0;}
.item_container img{width:150px;}