@font-face {
    font-family: 'Sequel Sans Roman Display';
    src: url('../fonts/SequelSans-RomanDisplay.woff2') format('woff2'),
        url('../fonts/SequelSans-RomanDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('../fonts/Tungsten-Semibold.woff2') format('woff2'),
        url('../fonts/Tungsten-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten Condensed';
    src: url('../fonts/TungstenCondensed-Bold.woff2') format('woff2'),
        url('../fonts/TungstenCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    src: url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('../fonts/Tungsten-Light.woff2') format('woff2'),
        url('../fonts/Tungsten-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  overflow-x: hidden;
}

h1, h2, nav {
  font-family: 'Tungsten';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #FFF;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active, h2 a:focus {
  color: #FFF;
}

.background {
  background-image: url('../img/IW-021019-CC-007-tint.jpg');
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  height: fit-content;
  padding-bottom: 2rem;
}

.sticky {
  background-color: #000;
  padding: 1rem !important;
}


.mobile-contact {
  background-color: unset !important;
}

.home {
  transition: all 0.4s;
  opacity: 0;
}


.heading-fixed {
  background-color: #000;
}

.is-stuck {
  width: 100%;
}

.title-grid {
  width: 100vw;
}

h1 .townsend, h2 span {
  color: rgb(255, 233, 0);
}

h1 .light {
  font-weight: 300;
}

nav ul, nav ul li {
  display: inline;
}

nav ul {
  float: right;
  margin: 0;
  line-height: 1.4;
  padding-right: 15px;
}

nav ul li {
  padding-left: 10px;
}

nav ul li a, nav ul li a:visited, nav ul li a:focus, nav ul li a:active {
  color: #FFF;
}

nav ul li a:hover {
  color: rgb(255, 233, 0);
}

.mobile-nav {
  text-align: center;
}

.nav-button {
  transition: all 0.4s;
  height: 20px;
  margin-top: 8px;
  margin-bottom: 3px;
}

.mobile-nav {
  transition-delay: 0.3s;
  z-index: 11 !important;
}

.mobile-nav.open {
  transition: all 0.2s;
  transition-delay: 0;
  background-color: unset !important;
}

.nav-button.open {
  transform: rotate(45deg);
  border-bottom: 0;
}

.nav-button.contact-cross {
  transform: rotate(45deg);
}

.mobile-contact {
  transition: all 0.1s;
}

.contact-cross {
  height: 18px;
  margin-bottom: 9px;
  margin-top: 8px;
  transition: all 0.2s;
  transition-delay: 0;
  display: none;
}

.full {
  height: 100%;
}

.mobile-nav-container {
  height: 100vh;
  width: 100vw;
  background-color: #000;
  z-index: 8;
  display: none;
  position: fixed;
}

.contact-mobile-container {
  height: 100vh;
  width: 100vw;
  background-color: rgb(255, 233, 0);
  z-index: 9;
  display: none;
  position: fixed;
}

.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mobile ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}

.mobile ul li a, .mobile ul li a:hover, .mobile ul li a:visited, .mobile ul li a:focus, .mobile ul li a:active {
  color: rgb(255, 233, 0);
  font-family: 'Tungsten';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3em;
}

.about h3, .availability h3, .specification h3 {
  font-family: Tungsten;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5em;
  color: rgb(255, 233, 0);
  line-height: 1;
  padding-bottom: 1rem;
}

.about-small h3 {
  text-transform: uppercase;
  line-height: 1;
}

.about-small p {
  color: #FFF;
  font-family: 'ITC Avant Garde Gothic Std Book';
}

.about h3 .light {
  font-weight: 300;
  color: #FFF;
}

.about-small h3 {
  font-family: 'Tungsten';
  font-size: 2.2rem;

  color: rgb(255, 233, 0);
  font-weight: 600;
}

.about-small .light {
  font-weight: 300;
  color: #FFF;
}

.about p {
  font-size: 1.4rem;
  color: #FFF;

  text-transform: none;
  font-family: 'ITC Avant Garde Gothic Std Book';
  font-weight: normal;
  font-style: normal;
}



.availability, .about-small {
  padding: 6rem 2rem;
  background-color: #000;
}

.about-small {
  padding: 6rem 0;
}

.specification {
  padding: 6rem 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: 'Tungsten';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.specification-image {
  object-fit: cover;
  max-height: 700px;
  width: 100%;
}

.transport, footer {
  padding: 1rem 2rem;
}

.availability h3, .specification h3 {
  /* padding: 1rem 0 0 0; */
  padding: 0;
  border-bottom: 1px solid rgb(255, 233, 0);
  width: fit-content;
}

.spec-grid {
  padding: 2em 0;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.image-wrap {
  text-align: center;
}

/* .specification-image {
  max-height: 800px;
} */

.spec-ul li {
  font-size: 2em;
}

.spec-ul li:nth-child(odd) {
  color: #FFF;
}

.spec-ul li:nth-child(even) {
  color: rgb(255, 233, 0);
}

.transport {
  background-color: #000;
}

tbody, tbody tr:nth-child(even) {
  background-color: unset;
  color: #FFF;
  border: 0;
  font-family: 'Tungsten';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

tbody td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

th {
  text-align: left;
}

.transport-table th:nth-child(even), .transport-table td:nth-child(even) {
  float: right;
}

.table-head {
  color: rgb(255, 233, 0) !important;
  border-bottom: 1px solid rgb(255, 233, 0) !important;
}

.flex-team {
  display: flex;
  justify-content: space-between;
  clear: both;
}

.availability-table {
  font-size: 1.4rem;
}

.transport-table {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .image-colour {
    height: 50vh;
    width: 100vw;
    object-fit: cover;
  }
  h1 {
    font-size: 7em;
    line-height: 0.9;
    padding-top: 1em;
  }
  .team {
    flex-direction: column;
  }
  .contacts {
    color: #000;
    padding: 0;
    font-size: 0.8rem;
  }
  .contacts a, .contacts a:hover, .contacts a:visited, .contacts a:active {
    font-family: 'ITC Avant Garde Gothic Std Book';
    color: #000;
    display: block;
  }
  h5 {
    margin: 1.5em 0 1.5em 0 !important;
    background-color: unset !important;
    color: #000 !important;
    line-height: 0.9;
  }
  h5 span {
    color: #000 !important;
  }
  .padding-team {
    padding: 0 2rem;
  }
  .mobile-logo {
    padding: 2rem 0 1rem 0;
  }
  .home {
    transition: all 0.4s;
    opacity: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 641px) {
  .image-colour {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
  }
  h1 {
    font-size: 8em;
    line-height: 0.9;
    padding-top: 1em;
  }
  .contacts {
    color: #FFF;
    padding: 0 10px;
    font-size: 0.9rem;
  }
  .contacts a {
    font-family: 'ITC Avant Garde Gothic Std Book';
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #FFF;
  }
  .home {
    transition: all 0.4s;
    opacity: 0;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .home {
    transition: all 0.4s;
    opacity: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 990px) {
  .transport-table {
    width: 100%;
  }
  .flex-team {
    flex-direction: column;
  }
  .cormack {
    width: 40%;
  }
  .about p {
    width: 100%;
  }
  .about {
    height: 100vh;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 991px) {
  .transport-table {
    width: 75%;
  }
  h1 {
    font-size: 12em;
    line-height: 0.9;
    padding-top: 0.3em;
  }
  .about {
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about h3, .about p {
    width: 100%;
    margin: 0 auto;
  }
  .about-p {
    max-width: 75vw;
  }
  .home {
    transition: all 0.4s;
    opacity: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 11em;
    line-height: 0.9;
    padding-top: 0.3em;
  }
  .about p {
    max-width: 85vw;
    margin: 0 auto;
  }
  .home {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1240px) {
  h1 {
    font-size: 12em;
    line-height: 0.9;
    padding-top: 0.3em;
  }
  .about p {
    max-width: 45vw;
  }
}

footer {
  padding-bottom: 2rem;
  background-color: #000;
}

h5 {
  color: #FFF;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: 'Tungsten';
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 1.5rem;
}

h5 span {
  color: rgb(255, 233, 0);
  font-weight: 600;
}

.download a, .download a:hover, .download a:visited, .download a:focus, .download a:active {
  color: rgb(255, 233, 0);
  float: right;
}

.team-cbre {
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .flex-team {
    display: flex;
    flex-direction: column;
  }
  .team {
    display: flex;
  }
  footer h5 {
    display: inline;
  }
  .team > * {
    flex: 1 25%;
  }
  .team-cbre {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .team {
    display: flex;
    flex-flow: row wrap;
  }

  .team > * {
    flex: 1 100%;
  }

  .flex-img, .contacts {
    flex: 1 auto;
  }
}

.team img {
  width: 80px;
  object-fit: contain;
  margin-right: 15px;
}

.contacts span {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}

.cormack {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

  font-weight: normal;
  font-style: normal;
  font-size: 0.8rem;
}

.cormack a {
  font-family: 'ITC Avant Garde Gothic Std Demi' !important;
  color: #FFF !important;
}

.cormack.hide-for-large a {
  font-family: 'ITC Avant Garde Gothic Std Demi' !important;
}

.sticky {
  padding: 1rem 0.5rem !important;
}
