/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 200px;
  padding-bottom: 40px;
  min-height: 100vh;
  color: #ffffff; }
  @media screen and (min-width: 641px) {
    #hero {
      padding-bottom: 40px;
      padding-top: 225px; } }
  @media screen and (min-width: 769px) {
    #hero {
      padding-top: 250px; } }
  @media screen and (min-width: 1025px) {
    #hero {
      padding-top: 275px; } }
  #hero .banner-content {
    margin-bottom: 4rem; }
    #hero .banner-content h1 {
      text-transform: uppercase;
      line-height: 0.8;
      letter-spacing: clamp(0.1725rem, calc(2.76px + (4.92 - 2.76) * ((100vw - 320px) / (1920 - 320))), 0.3075rem); }

.lead .top h2 {
  max-width: 580px;
  color: #212322; }

.lead .top hr {
  border-top: solid 1px #212322;
  opacity: 1;
  background-color: #212322; }

.blog-card {
  display: flex;
  flex-direction: column; }
  @media (min-width: 641px) {
    .blog-card {
      flex-direction: row; } }
  .blog-card .img-wrap {
    width: 100%; }
    @media (min-width: 641px) {
      .blog-card .img-wrap {
        width: 206px; } }
    @media (min-width: 769px) {
      .blog-card .img-wrap {
        width: 206px; } }
    @media (min-width: 1025px) {
      .blog-card .img-wrap {
        width: 206px; } }
    .blog-card .img-wrap picture,
    .blog-card .img-wrap img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 226px;
      max-width: 100% !important;
      transition: all 0.2s linear; }
    .blog-card .img-wrap:hover picture,
    .blog-card .img-wrap:hover img {
      transform: scale(1.01, 1.05);
      transition: all 0.2s linear; }
  .blog-card .card-content {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #212322;
    width: 100%; }
    @media (min-width: 641px) {
      .blog-card .card-content {
        width: calc(100% - 206px);
        padding: 1rem 2rem 0 1.5rem;
        margin-left: 20px; } }
    .blog-card .card-content .card-title {
      margin-top: 0;
      display: block;
      text-decoration: none !important; }
      .blog-card .card-content .card-title h4 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #212322;
        letter-spacing: 0; }
      .blog-card .card-content .card-title:hover h4 {
        color: #ff9933; }
    .blog-card .card-content .card-text {
      margin-bottom: 1.5rem; }
    .blog-card .card-content .btn-arrow {
      margin-top: auto; }

/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#post-navigation .nav-links {
  display: flex;
  justify-content: flex-end; }
  #post-navigation .nav-links span,
  #post-navigation .nav-links a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 10px;
    text-decoration: none;
    margin-right: 20px;
    border-radius: 0;
    width: 47px;
    height: 47px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212322;
    border: 0; }
    #post-navigation .nav-links span.current,
    #post-navigation .nav-links a.current {
      border: 0;
      color: #ff9933; }
    #post-navigation .nav-links span:hover,
    #post-navigation .nav-links a:hover {
      border: 0;
      text-decoration: none;
      color: #ff9933;
      border: 1px solid #d8d8d8; }
  #post-navigation .nav-links .prev {
    border: 1px solid #d8d8d8;
    padding: 10px 10px;
    position: relative;
    color: #212322;
    background-color: transparent; }
    #post-navigation .nav-links .prev i {
      font-size: 12px; }
  #post-navigation .nav-links .next {
    border: 1px solid #d8d8d8;
    padding: 10px 10px;
    position: relative;
    color: #212322;
    background-color: transparent; }
    #post-navigation .nav-links .next i {
      font-size: 12px; }
  #post-navigation .nav-links a span {
    padding: 0;
    display: none; }
  #post-navigation .nav-links a i {
    line-height: 1.5 !important;
    font-size: 24px;
    font-weight: 700; }
