#problem h3 {
  color: #000;
}

body {
  background: #fafafa;
  background-repeat: all;
}

p {
  color: #444;
}

hr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}

h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
}

.span4:nth-child(3n+1) {
  clear: left;
}

.span3:nth-child(4n+1) {
  clear: left;
}

  /* Project banner and intro */

#project-banner-wrap {
  background: <?php the_field('primary_color'); ?>;
}

#project-banner-img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#project-banner {
  background: #fff;
  background-image: url('<?php the_field('banner_image'); ?>');
  background-size: 100%;
  /*background-position: 0 50px;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#project-banner h1 {
  font-size: 55px;
  color: <?php the_field('primary_color'); ?>;
  text-shadow: 1px 1px 10px #222;
  padding: 170px 0;
  margin: 0;
  visibility: hidden;
}

#project-banner-alt {
  background: #fff;
  background-image: url('<?php the_field('banner_image_(alt)'); ?>');
  background-size: 100%;
  /*background-position: 0 50px;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 200px;
}

#project-banner-alt h1 {
  font-size: 55px;
  color: <?php the_field('primary_color'); ?>;
  text-shadow: 1px 1px 10px #222;
  padding: 170px 0;
  margin: 0;
  visibility: hidden;
}

#project-intro {
  background: <?php the_field('secondary_color'); ?>;
}

#project-intro ul {
  margin: 0;
}

#project-intro ul li {
  margin: 0;
}

.project-nav ul {
  padding: 20px 0;
  text-align: center;
  list-style: none;
}

.project-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  color: <?php the_field('primary_color'); ?>;
  padding: 0 25px;
  border-right: 1px solid <?php the_field('primary_color'); ?>;
  font-size: 20px;
  font-weight: 200;
}

body.postid-16505 .project-nav ul li {
  padding: 0 15px;
}

.project-nav ul li:last-child {
  border-right: none;
}

.project-nav ul li a {
  color: <?php the_field('primary_color'); ?>;
  font-weight: 700;
}

.project-nav ul li a:hover {
  color: <?php the_field('primary_color'); ?>;
  text-decoration: none;
}

.btn {
  text-transform: uppercase;
  border-radius: none;
  padding: 15px 35px;
}

a {
  color: <?php the_field('secondary_color'); ?>;
}

a:hover {
  color: <?php the_field('secondary_color'); ?>;
}

.btn-color1 {
  color: #fff;
  background-color: <?php the_field('primary_color'); ?>;
}

.btn-color2 {
  color: <?php the_field('primary_color'); ?>;
  background-color: <?php the_field('secondary_color'); ?>;
}

.pastyears ul {
  background: #000;
}

.pastyears ul li {
  border-right: none;
}

.pastyearsfoot ul {
  background: #bf1e2e;
  border: none;
  box-shadow: none;
}

.pastyearsfoot ul li {
  border: none !important;
}

.pastyearsfoot ul li a:hover {
  color: #fff !important;
}

/* Footer */

.project-nav-footer {
  background: <?php the_field('primary_color'); ?>;
}

.project-nav-footer ul {
  /*border: 1px solid #fff;*/
  padding: 20px 0;
  text-align: center;
  list-style: none;
}

.project-nav-footer ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px;
  border-right: 1px solid #fff;
  font-size: 20px;
  font-weight: 200;
}

body.postid-16505 .project-nav-footer ul li {
  padding: 0 8px;
}

.project-nav-footer ul li:last-child {
  border-right: none;
}

.project-nav-footer ul li a { color: #fff; }

.project-nav-footer ul li a:hover {
  color: <?php the_field('secondary_color'); ?>;
  text-decoration: none;
}

/* Modal */

.modal-header {
  padding: 0;
}

.modal-dialog {
  width: 800px;
}

.modal-header .close {
    margin: 10px 10px 0 0;
}

h3.project-section-title {
  font-size: 38px;
}

#video .card {
  min-height: 350px;
}

body.postid-12682 .project-update h4 a {
  color: #000;
}

.timeicon {
  background-color: <?php the_field('primary_color'); ?> !important;
}
