/* Drop the following into the themes header.php file right before </head>
    <link rel="stylesheet" href="wp-content/themes/customs.css">
*/

pre {
  display: inline-block;
  background-color: #e6e6e6;
  border-left: 2px solid blue;
  padding: 5px;
  margin:5px 0;
}

.customs-hr.section-end {
  height: 1px;
  background-color: red;
  width: 100%;
  display: block;
  margin:10px 0;
}



/* Styleguide v1 classes */

.italic {
  font-style: italic;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.Fira_Sans-xsmall {
  font-family: 'Fira Sans';
  font-size: 0.7rem;
}

.Fira_Sans-small {
  font-family: 'Fira Sans';
  font-size: 0.8rem;
}

.Fira_Sans-regular {
  font-family: 'Fira Sans';
  font-size: 0.9rem;
}

.Fira_Sans-large {
  font-family: 'Fira Sans';
  font-size: 1.2rem;
}

.Fira_Sans-xlarge {
  font-family: 'Fira Sans';
  font-size: 1.4rem;
}

.Fira_Sans-xxlarge {
  font-family: 'Fira Sans';
  font-size: 1.6rem;
}

.Cabin-regular {
  font-family: 'Cabin Sketch';
  font-size: 2.4rem;
}

.Cabin-large {
  font-family: 'Cabin Sketch';
  font-size: 3rem;
}

.Cabin-xlarge {
  font-family: 'Cabin Sketch';
  font-size: 3.4rem;
}

.hdr-xlrg {
  font-size: 2rem;
}

.hdr-lrg {
  font-size: 1.5rem;
}

.hdr-med {
  font-size: 1.2rem;
}

.hdr-reg {
  font-size: 1rem;
}

.hdr-small {
  font-size: 0.875rem;
  font-weight: 500;
}

.hdr-xsmall {
  font-size: 0.6rem;
  font-weight: 500;
}

.hdr-med-olive-caps {
  color: #737259;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hdr-med-green {
  color: #006938;
  font-size: 1.2rem;
  font-weight: 700;
}

.hdr-med-cabin-white-caps {
  font-family: 'Cabin Sketch';
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
}

.hdr-med-cabin-olive-caps {
  font-family: 'Cabin Sketch';
  color: #737259;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.hdr-med-wheat-caps {
  color: #ADAC91;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.beige {
  color: #FEFCF0;
  color: #fefcf0;
}

.burnt {
  color: #872B00;
  color: #872b00;
}

.burnt-border {
  color: #FFEAB0;
  color: #ffeab0;
}

.dark-beige {
  color: #FBF3DE;
  color: #fbf3de;
}

.dark-brown {
  color: #292621;
  color: #292621;
}

.dark-olive {
  color: #6E6C58;
  color: #6e6c58;
}

.darker-olive {
  color: #403f32;
  color: #403f32;
}

.green {
  color: #006938;
  color: #006938;
}

.green-dark {
  color: #005A30;
  color: #005a30;
}

.light-olive {
  color: #969691;
  color: #969691;
}

.light-beige {
  color: #FEF9E3;
  color: #fef9e3;
}

.olive {
  color: #737259;
  color: #737259;
}

.orange {
  color: #ED8E2D;
  color: #ed8e2d;
}

.subtle-gray {
  color: #FAFAFA;
  color: #fafafa;
}

.wheat {
  color: #ADAC91;
  color: #adac91;
}

.white {
  color: #FFFFFF;
  color: white;
}

.yellow {
  color: #BFAC59;
  color: #bfac59;
}

.hide-image-border {
  border: none;
  box-shadow: none;
}
