@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

/* Navigation Section */

.upper-header-link {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 50px;
  color: #ffffff;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #000;
  background-color: black;
  margin-top: -5px;
}
.upper-header-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
}

.upper-header-link-btn {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.upper-header-link-btn:hover {
  background-image: linear-gradient(#69a1b8, #69a1b8);
  border: 2px solid #69a1b8;
}

.navbar-container {
  height: 140px;
  margin-top: 0;
}
.navbar {
  padding: 0;
  top: -60px;
  height: 140px;
}
.navbar-brand {
  display: inline-block;
  position: relative;
  height: 140px;
  z-index: 12 !important;
}
.short-div {
  height: 70px;
}
.social-media {
  display: flex;
  position: relative;
  top: 0;
  z-index: 10;
  height: 60px;
}
.social-media-list {
  margin: 0;
  list-style: none;
  padding: 10px 0;
}
.social-media-list li {
  display: inline-flex;
  text-align: center;
}
.social-media-list li:last-child {
  margin-right: 15px;
}
.social-media-list li .social-media-link {
  width: 30px;
  height: 30px;
  background-color: #69a1b8;
  border-radius: 50%;
  margin: 2px;
}
.social-media-list li .social-media-link img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.navbar-toggler {
  margin-top: 60px;
  z-index: 14;
  height: 40px;
  width: 40px;
  padding: 0;
}
.navbar-toggler-icon img {
  height: 100%;
  width: 100%;
}
.navbar-nav {
  position: relative;
  line-height: 30px;
  z-index: 8;
  background-color: transparent;
}
.nav-item {
  margin: 15px 10px;
  height: 50px;
}

.nav-link {
  font-weight: bold;
  text-decoration: none;
  background-size: 0% 3px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
.nav-link:hover {
  background-size: 100% 3px;
}

.nav-item .text-blue {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.nav-item .text-green {
  background-image: linear-gradient(#a2b878, #a2b878);
}
.nav-item .text-orange {
  background-image: linear-gradient(#faa761, #faa761);
}
.nav-item .text-pink {
  background-image: linear-gradient(#f06374, #f06374);
}
.nav-item .text-purple {
  background-image: linear-gradient(#c47fb5, #c47fb5);
}

/* Header Section */
header {
  height: calc(100vh - 140px);
  height: -o-calc(100vh - 140px); /* opera */
  height: -webkit-calc(100vh - 140px); /* google, safari */
  height: -moz-calc(100vh - 140px); /* firefox */
  background-color: #000000;
}

.header-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
  margin: -30px auto 0 auto;
  height: 100%;
  background-color: transparent;
}
.header-text {
  opacity: 1 !important;
  z-index: 10;
  width: 60%;
  margin: auto;
  color: white;
  text-shadow: 0px 0px 10px #000000;
}
.header-text p {
  margin-bottom: 40px;
}
.header-bg {
  background-image: url("../images/slider-rowantree-01.jpg");
  background-size: cover;
  height: 100%;
  opacity: 0.3;
  z-index: -10;
}
.btn-flat {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 60px;
  color: #ffffff;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.btn-flat:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
}

.btn-flat-grey {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 60px;
  color: #a2a2a2;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #a2a2a2;
}
.btn-flat-grey:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
}

.btn-flat-blue {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.btn-flat-blue:hover {
  background-image: linear-gradient(#69a1b8, #69a1b8);
  border: 2px solid #69a1b8;
}
.btn-flat-green {
  background-image: linear-gradient(#a2b878, #a2b878);
}
.btn-flat-green:hover {
  background-image: linear-gradient(#a2b878, #a2b878);
  border: 2px solid #a2b878;
}
.btn-flat-purple {
  background-image: linear-gradient(#c47fb5, #c47fb5);
}
.btn-flat-purple:hover {
  background-image: linear-gradient(#c47fb5, #c47fb5);
  border: 2px solid #c47fb5;
}
.btn-flat-pink {
  background-image: linear-gradient(#f06374, #f06374);
}
.btn-flat-pink:hover {
  background-image: linear-gradient(#f06374, #f06374);
  border: 2px solid #f06374;
}

.card-header-green {
  background-color: #a2b878;
  border-radius: 8px 8px 0 0;
}
.card-header-purple {
  background-color: #c47fb5;
  border-radius: 8px 8px 0 0;
}
.card-header-pink {
  background-color: #f06374;
  border-radius: 8px 8px 0 0;
}

.card {
  background-color: #fff !important;
  border-width: 1px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
}

/* Values Section */
.value-card {
  padding-bottom: 20px;
}

/* Branches Section */
.branch-icon {
  display: block;
  margin-bottom: 10px;
  width: 140px;
  margin: auto;
  padding: 10px;
}
.branch-card {
  padding-bottom: 30px;
}

/* Footer Section */
.footer-text {
  border-left: 2px solid #404040;
  padding: 20px 0 0 40px;
}
.footer-contact-letter {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 20px;
  color: #f06374;
  opacity: 1 !important;
}
footer a {
  color: #ffffff;
  opacity: 1 !important;
}
footer a:hover {
  color: #f06374;
  opacity: 1 !important;
}
small {
  display: block;
  margin-top: 40px;
}
small,
small a {
  color: #404040 !important;
}

/* Typography */
h1 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5em;
  padding-bottom: 1rem;
}
h2 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h3 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
h4 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
}
p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.8;
}
.header-padding {
  margin-bottom: 3rem;
}
.job-title {
  margin-bottom: 1.2rem;
}
.text-right {
  margin-bottom: 1.2rem;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  height: 200px;
  /*align-content: center;*/
}

.bio-text {
  padding: 0 4rem;
}
.bio-text p {
  line-height: 1.8rem;
}
.bio-img {
  margin-bottom: 2rem;
}

/* Structure */
.full-width-padded-section {
  padding: 4rem 0;
}
.padded-title-bar {
  padding: 4rem 0 3rem 0;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-margins {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* Colouring */
.text-white {
  color: #ffffff !important;
}
.text-blue {
  color: #69a1b8 !important;
}
.text-green {
  color: #a2b878 !important;
}
.text-orange {
  color: #faa761 !important;
}
.text-pink {
  color: #f06374 !important;
}
.text-purple {
  color: #c47fb5 !important;
}
.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #ededed;
}
.bg-blue {
  background-color: #69a1b8 !important;
}
.bg-green {
  background-color: #a2b878 !important;
}
.bg-green-dark {
  background-color: #93a56b !important;
}
.bg-orange {
  background-color: #faa761 !important;
}
.bg-pink {
  background-color: #f06374 !important;
}
.bg-pink-dark {
  background-color: #dc5a69 !important;
}
.bg-purple {
  background-color: #c47fb5 !important;
}

/* Large - Desktop only */
@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
  .navbar-nav {
    margin-top: 60px;
  }
}

/* Large - Not on desktop */
@media only screen and (max-width: 991px) {
  .hide-on-desktop {
    display: inline-block;
  }
  .show-on-desktop {
    display: none;
  }
  .navbar {
    padding: 0 20px;
  }
  .social-media {
    top: 10px;
    right: 10px;
  }
  .navbar-nav {
    padding: 0 20px 10px 20px;
    position: relative;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.94);
  }
  .header-text {
    width: 80%;
  }
  .padded-title-bar {
    padding: 2rem 0 1rem 0;
  }
  .full-width-padded-section {
    padding: 3rem;
  }
  .bio-text {
    padding: 0;
  }
  .footer-text {
    border-left: none;
    padding: 20px 0 0 0;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .upper-header-link {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .equal {
    height: fit-content;
  }
  .full-width-padded-section {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .equal {
    height: fit-content;
  }
  .full-width-padded-section {
    padding: 1rem;
  }
}
