body {
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.section {
  padding: 80px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/J-Connolly-HeroImg-Sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/J-Connolly-HeroImg-Sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section.intro {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.intro.second {
  padding-top: 0px;
}

.section.footer {
  display: block;
  background-color: #000;
  color: #fff;
}

.section.projects {
  padding-top: 40px;
}

.flex-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-div.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.flex-div.copy {
  margin-top: 16px;
  padding-right: 80px;
}

.flex-div.image {
  margin-top: 8px;
}

.flex-div.image._2 {
  margin-left: -24px;
}

.flex-div.copy2 {
  margin-top: 8px;
  padding-left: 80px;
}

.flex-div.left {
  padding-right: 80px;
}

.flex-div.right {
  padding-left: 80px;
}

.flex-div.right.footer {
  margin-top: 24px;
}

.lightbox-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  color: hsla(0, 0%, 100%, .75);
  text-decoration: none;
}

.text-link:hover {
  color: hsla(0, 0%, 100%, .5);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-left: 48px;
}

.p-small {
  font-size: 12px;
}

.brand {
  width: 300px;
}

.list-item {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.unordered-list {
  margin-bottom: 8px;
  padding-left: 24px;
}

.projects-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nhbc {
  width: 150px;
  margin-top: 24px;
}

.h3-centre {
  text-align: center;
}

.project-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-grid.top {
  margin-top: 24px;
}

.project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .section {
    padding-top: 40px;
  }
  .section.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.intro {
    padding-right: 4%;
    padding-left: 6%;
  }
  .flex-div.copy {
    padding-right: 80px;
  }
  .flex-div.copy2 {
    padding-left: 80px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 0px;
  }
  .section.header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.intro {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.projects {
    padding-bottom: 40px;
  }
  .flex-div.image._2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-div.copy2 {
    padding-left: 0px;
  }
  .flex-div.right.footer {
    padding-left: 0px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand {
    width: 200px;
  }
  .heading {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  .section.intro {
    padding-left: 4%;
  }
  .flex-div.copy {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .flex-div.copy2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .flex-div.left {
    padding-right: 0px;
    text-align: center;
  }
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nhbc {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-2 {
    text-align: center;
  }
  .project-grid {
    margin-bottom: 0px;
  }
  .project-item {
    width: 50%;
    margin-bottom: 16px;
  }
}

