@import url("https://use.typekit.net/tav6sxr.css");
html {
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: eurostile, sans-serif; }

body {
  font-size: 1rem;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  display: block; }

nav {
  width: 100%;
  background-color: #26456b; }
  nav .container {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 900px) {
      nav .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
        padding: 1.500rem 0; }
        nav .container .links {
          text-align: center; }
        nav .container img {
          margin-bottom: 1rem; } }
  nav a {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2em; }
    nav a:not(:last-of-type) {
      margin-right: 2rem; }
  nav img {
    max-height: 2.500rem; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 5vw; }

header {
  height: 60vh;
  text-align: center;
  background-color: red;
  background-image: url(header.png);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*.container > div
        background-color: #ffffff
        display: inline-block*/ }
  header h1, header p {
    color: #ffffff; }
  header h1 {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 3rem; }
  header p {
    font-size: 1.500rem; }
  header .container > div {
    padding-bottom: 8rem; }
    @media (max-width: 900px) {
      header .container > div {
        padding-bottom: 0; } }

section {
  padding: 6rem 0; }

.title {
  font-weight: 900;
  font-size: 2.500rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.500rem;
  color: #f17036; }

h1, h2, h3, h4, h5 {
  color: #141414;
  font-family: eurostile, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1rem; }

h1 {
  font-size: 2.500rem; }

h2 {
  font-size: 2.250rem; }

h3 {
  font-size: 2.000rem; }

h4 {
  font-size: 1.750rem; }

h5 {
  font-size: 1.500rem; }

p {
  font-size: 1.125rem;
  color: #707070;
  margin: 0 0 1rem; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  color: #26456b; }

#who-we-are {
  background-image: url(who-we-are.png);
  background-size: cover;
  background-position: center; }

#the-team .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #the-team .flex .item {
    width: 100%;
    max-width: calc(33.333333333% - (4rem / 2));
    text-align: center;
    padding: 0 2rem; }
    @media (max-width: 900px) {
      #the-team .flex .item {
        max-width: calc(50% - (2rem / 1)); }
        #the-team .flex .item:nth-of-type(3) {
          padding: 0;
          margin-bottom: 2rem; } }
    @media (max-width: 700px) {
      #the-team .flex .item {
        max-width: 100%; }
        #the-team .flex .item:not(:last-of-type) {
          margin-bottom: 2rem; } }
    #the-team .flex .item:nth-of-type(2) {
      margin-bottom: 2rem; }
    #the-team .flex .item img {
      display: inline-block;
      margin-bottom: 0.500rem;
      max-width: 75%; }
    #the-team .flex .item h5 {
      margin-bottom: 0; }

.column-container {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  /*> p:first-of-type::first-letter
        text-transform: uppercase
        font-size: 1.250rem
        font-weight: 700*/ }
  @media (max-width: 900px) {
    .column-container {
      -webkit-column-count: 1;
      column-count: 1; } }

#contact-us .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  #contact-us .contact-container img {
    max-width: 30%; }
  #contact-us .contact-container > div {
    max-width: calc(70% - 2rem); }

footer {
  background-color: #26456b;
  padding: 2rem 0;
  text-align: center;
  color: #ffffff; }
