/*
Theme Name: Micro Metals
Author: iD23 LLC
Author URI: https://id23.com/
Description: A custom, responsive theme created for Micro Metals
Version: 1.0
*/

/* All custom CSS found in /includes/sass/wp.sass */

#content {
    margin-bottom: 40px;
}

.page-section .section-title {
  font-size: 30px;
}

@media (min-width: 992px) {
  .header-lower-menu .nav li {
      max-width: 200px;
  }
}

.page-section.side-by-side {
  padding: 80px 0;
  }

  body {
    font-weight:500;
}

a {
  font-weight: 600;
}

@media (min-width: 768px) {
.footer-cta {
    padding: 100px 0;
}
}

.main-content-inner p {
  line-height: 2.0;
  font-weight: 500;
}

.main-content-inner ul, .main-content-inner ol {
  line-height: 2.0;
}

.top-bar a {
  font-weight: 500;
}
@media (min-width: 600px) {
.page-banner.image-bg .banner-title {
  font-size: 60px;
}
}

.page-banner.image-bg {
  background-color: #5e5e5e82;
}

.main-content-inner p {
  color: rgba(0, 0, 0, 0.56);
}

body {
  color: rgba(0, 0, 0, 0.56);
}

ul, ol {
  color: rgba(0, 0, 0, 0.56);
}

.page-banner.image-bg {
  height: 200px;
  text-align: left;
  background-color: #1d3863de;
}

@media (min-width: 600px) {
.page-banner.image-bg .banner-title {
    font-size: 50px;
}
}

.page-banner.image-bg .banner-title {
  margin: 0 0 0;
}

.page-section.image_bg {
  background-color: #1d3863cc;
}