@charset "UTF-8";
body {
  background-color: #ffffff;
  color: #1D1D1F;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h1, h1 a {
  font-size: 26px;
  color: #2055a1;
  letter-spacing: 2px;
  text-decoration: none;
}

h2 {
  text-transform: uppercase;
  color: #2055a1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

h4, h4 a {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 1px;
}

p, li {
  line-height: 1.8rem;
  letter-spacing: 0.3px;
  font-weight: 300;
}

b, strong {
  font-weight: bold;
}

a {
  color: #1D1D1F;
  text-decoration: underline;
}

label {
  color: #2055a1;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

input, textarea {
  font-weight: 300 !important;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

button, .btn {
  width: 60%;
  color: #ffffff;
  background-color: #2055a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem;
  border-radius: 2rem;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  button, .btn {
    width: 100%;
  }
}

button:hover, .btn:hover {
  background-color: #ED2839;
  color: #ffffff;
}

.hench-title {
  font-size: 6rem;
  line-height: 1.1;
}

.hench-subtitle {
  font-size: 3.5rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .hench-title-md {
    font-size: 3.5rem;
  }
  .hench-subtitle-md {
    font-size: 2rem;
  }
}

.accent, .background-primary-alt {
  background-color: #111111;
  color: #ffffff;
}

.accent .hench-title, .background-primary-alt .hench-title {
  color: #ffffff;
}

.accent .hench-subtitle, .background-primary-alt .hench-subtitle {
  color: #848489;
}

.accent-dark {
  background-color: #242424;
}

.background-primary {
  background-color: #1D1D1F;
}

.background-secondary {
  background-color: #ED2839;
}

.background-tertiary {
  background-color: #2055a1;
}

.headline {
  letter-spacing: 3px;
  font-weight: 700;
  color: #1D1D1F;
}

.headline--light {
  font-weight: normal;
  color: #555555;
  text-transform: capitalize;
}

.error {
  color: #ED2839;
  text-transform: capitalize;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 300;
  margin-top: 2px;
}

.nav-wrapper {
  background-color: #1D1D1F;
}

.nav-border {
  height: 8px;
  border-top: 3px solid #ED2839;
  border-bottom: 3px solid #2055a1;
}

.nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #D0D0D2;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 0;
  margin: 1rem;
}

.nav-link.active, .nav-link:hover {
  background-color: none;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .nav-link, .nav-link.active, .nav-link:hover {
    font-size: 14px;
    margin: 18px 10px;
  }
}

.logo {
  width: auto;
  height: auto;
  max-height: 55px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.icon {
  width: 2.3rem;
}

.icon-social {
  height: 2.2rem;
  width: 2.2rem;
  fill: red;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-skill {
  height: 6rem;
}

.icon-github {
  height: 100%;
}

.emphasis {
  font-size: 2.2rem;
  vertical-align: top;
}

.font-dark {
  color: #1D1D1F;
}

.font-color-light {
  color: #555555;
}

.text-colour--one {
  color: #1D1D1F;
}

.text-colour--two {
  color: #ED2839;
}

.text-colour--three {
  color: #2055a1;
}

.text-colour--four {
  color: #ffffff;
}

.divider-icon {
  height: 10px;
  width: 20px;
}

.divider-image--circle {
  height: 350px;
  width: 350px;
  margin: 0 auto;
}

.divider-image {
  background-color: black;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 100px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-placeholder {
  background-color: black;
}

.video-placeholder .bar {
  height: 38px;
  width: 0;
  position: absolute;
  top: 10%;
  background-color: #ED2839;
  -webkit-transition: width 0.35s linear;
  transition: width 0.35s linear;
}

.video-placeholder img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.video-placeholder .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.35em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video-placeholder .caption p {
  text-align: left;
  font-family: 'cantarellregular', Arial;
  letter-spacing: 3px;
  position: relative;
  top: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  text-shadow: 0px 1px 1px #464646;
}

.video-placeholder:hover img {
  opacity: 0.75;
}

.video-placeholder:hover p {
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}

.video-placeholder:hover .bar {
  width: 5%;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: #1D1D1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #2055a1;
}

.itemised-list-tower {
  background-color: #f2f5f9;
  text-align: center;
  border-radius: 10px;
}

.itemised-list-tower h2 {
  margin-bottom: 2rem;
}

.itemised-list-tower p {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 2.8rem;
}

.itemised-list-tower hr {
  width: 15%;
}

.itemised-list-tower div.icon {
  margin: -75px auto 30px auto;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  top: -3rem;
}

.itemised-list-tower div.icon img {
  max-width: 90px;
  max-height: 90px;
}

.itemised-list-tower div.price {
  font-family: "cantarellregular", Arial;
  color: #ED2839;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 2.5rem;
  background-color: #2055a1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1.3rem;
}

.itemised-list-tower div.price p {
  margin-top: 1rem;
}

.profile-heading {
  padding: 15px;
  background-color: darkgreen;
}

.profile-heading h1 {
  color: white;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.profile-heading--strava {
  background-color: #FC4B00;
}

.profile-heading--github {
  background-color: #24292E;
}

.profile-heading--teams {
  background-color: #046BB8;
}

.profile-heading--skills {
  background-color: #6b2e5c;
}

.progress-title {
  padding: 0.9rem 0.6rem 0 0.6rem;
}

.progress-title h2 {
  color: #848489;
}

.progress-percentage {
  padding: 0.6rem 0.6rem 0 0.6rem;
  font-size: 4rem;
}

.progress-number {
  padding: 0px 0.6rem 0 0.6rem;
  font-size: 1rem;
}

.progress, .progress-bar {
  border-radius: 0;
  background-color: #EAEAEA;
}

.progress {
  margin: auto;
}

.progress-bar {
  background-color: #00875A;
}

.progress-bar--marker {
  margin: 0px 0px 0px 0px;
  font-size: 1.5rem;
}

.big-number-title {
  padding: 0.9rem 0.6rem 0 0.6rem;
  height: 2.4rem;
}

.big-number-title h2 {
  color: #848489;
}

.big-number-total {
  padding: 0.6rem 0.6rem 0 0.6rem;
  font-size: 5.5rem;
}

.big-number {
  font-size: 3rem;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.big-number--caption {
  padding: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sports-team h2 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  color: white;
  font-size: 3rem;
}

.sports-team-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #EAEAEA;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.sports-team--football {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #06332C), color-stop(40%, #EFAE1E));
  background: linear-gradient(90deg, #06332C 60%, #EFAE1E 40%);
}

.sports-team--baseball {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #0D2B57), color-stop(40%, #BD3138));
  background: linear-gradient(90deg, #0D2B57 60%, #BD3138 40%);
}

.sports-team--hockey {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #111111), color-stop(40%, #FDB41E));
  background: linear-gradient(90deg, #111111 60%, #FDB41E 40%);
}

.sports-team--basketball {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #071921), color-stop(40%, #BCC0CA));
  background: linear-gradient(90deg, #071921 60%, #BCC0CA 40%);
}

.sports-team--rugby {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #224899), color-stop(40%, #212028));
  background: linear-gradient(90deg, #224899 60%, #212028 40%);
}

.sports-team--aussie {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ED1B2F), color-stop(40%, #000000));
  background: linear-gradient(90deg, #ED1B2F 60%, #000000 40%);
}

.activity-link {
  text-decoration: none;
}

.blog-title, .blog-title a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2rem;
}

div.markdown h1 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #2055a1;
  margin: 20px 0;
}

div.markdown h2 {
  color: #ED2839;
  font-size: 1.4rem;
  margin: 30px 0 10px 0;
  text-transform: capitalize;
}

div.markdown h3 {
  color: #1D1D1F;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-transform: capitalize;
}

div.markdown p {
  font-weight: 300;
}

div.markdown li {
  line-height: 2.2;
}

div.markdown li p {
  margin: 0;
  padding: 0;
}

div.markdown blockquote {
  margin: 30px 0;
  background-color: #ecebeb;
  text-align: left;
  padding: 0 58px 35px 58px;
}

div.markdown blockquote h1 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #2055a1;
  margin: 20px 0;
}

div.markdown blockquote h2 {
  color: #ED2839;
  font-size: 1.4rem;
  margin: 30px 0 10px 0;
}

div.markdown blockquote h3 {
  color: #1D1D1F;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

div.markdown blockquote:before, div.markdown blockquote:after {
  font-family: "fira_coderegular";
  quotes: "“" "”" "‘" "’";
  color: #2055a1;
  font-size: 6em;
  line-height: 0.8em;
  display: inline;
  padding: 0;
}

div.markdown blockquote:before {
  content: open-quote;
  position: relative;
  left: -55px;
}

div.markdown blockquote:after {
  content: close-quote;
  position: absolute;
  right: 20px;
}

div.markdown pre {
  background-color: #ecebeb;
  padding: 1rem;
}

div.markdown img {
  margin: 2rem 0;
  width: 100%;
}
