h3 .h3, h4, .h4, h5, .h5, h6, .h6, [class*="col"] h3 {
  font-weight: 300!important;
}

@media (max-width: 991px) {
  img.navbar-brand {
    width: 150px;
    left: 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  #mainNav img.navbar-brand {
    width: 150px;
  }
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink img.navbar-brand {
    width: 125px;
  }
}

#mainNav img.navbar-brand {
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#mainNav {
  --bs-body-bg: #ffffff;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mainNav.navbar-shrink {
  opacity: 0.75;
}

ul.navbar-nav a.nav-link {
  color: rgb(9,93,129)!important;
  line-height: 1.1rem;
}

ul.navbar-nav a.nav-link:hover, ul.navbar-nav a.nav-link.active {
  color: var(--bs-gray-dark)!important;
}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  header.masthead .intro-text .intro-heading {
    color: #fff;
    position: relative;
    display: inline-block;
  }
}

.fill-colour {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #053245;
  opacity: 0.3;
}

header.masthead .intro-text .intro-heading span {
  position: relative;
  z-index: 2;
  display: block;
  text-shadow: #053245 3px 3px;
}

@media (min-width: 992px) {
  .carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
}

body {
  font-family: 'Buenos Aires',sans-serif;
}

@media (max-width: 991px) {
  .colour-streak-wrapper {
    display: none;
  }
}

@media (min-width: 992px) {
  .colour-streak-wrapper {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    border: 0;
  }
}

header.masthead .intro-text .intro-heading {
  font-family: 'Buenos Aires',sans-serif;
  padding: 50px!important;
  border-radius: 20px!important;
  overflow: hidden!important;
}

#intro-text1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  #intro-text1 {
    display: none;
  }
}

@media (max-width: 767px) {
  header.masthead .intro-text {
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
  }
}

@media (max-width: 767px) {
  header.masthead .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.intro-subhead {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media (min-width:575px) and (max-width: 767px) {
  header.masthead .intro-text {
    padding-top: 0;
    padding-bottom: 0;
    /*border: 1px solid red;*/
  }
}

@media (min-width: 992px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

#intro-heading1 {
}

h1, h2, h3, h4, h5 {
  color: #053245;
}

#mainNav .navbar-toggler {
  color: #fff;
  border: 0;
  background-color: #053245;
  right: 20px;
  position: absolute;
  top: 20px;
}

@media (max-width: 991px) {
  section {
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
  section {
    padding: 50px 0;
  }
}

.carousel {
  margin-top: 0;
}

@media (max-width: 991px) {
  .carousel {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  #intro-text-mobile {
    display: none;
  }
}

a.nav-link.active {
  /*text-decoration: underline;*/
  border-bottom: 1px solid #053245;
}

::selection {
  background-color: #095d81!important;
  color: #fff;
}

.slanty {
  -webkit-clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0 100%);
}

@media (min-width: 992px) {
  .nudge-right {
    left: 25px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .nudge-left {
    position: relative;
    right: 25px;
  }
}

.slanty .figure-caption {
  margin-left: 12px;
}

#timber, #legs, #worktop, #bbq {
  background-color: var(--bs-border-color-translucent);
}

.lead {
  line-height: 1.4rem;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #053245;
}

a:hover {
  color: #2eaee2;
}

a {
  color: #053245;
}

.btn-primary, .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: #ffffff;
  background-color: #095d81;
  border-color: #053245!important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ffffff!important;
  color: #053245;
  border: 1px solid #053245!important;
}

.form-control {
  border: 1px solid #053245;
}

.form-control:focus {
  border-color: #0d8ec5;
  box-shadow: 0 0 0 .25rem rgba(13,142,197,0.5);
}

a.nav-link.active {
  display: inline-block;
}

body {
  overflow-x: hidden!important;
  position: relative;
  background-image: linear-gradient(90deg,#cccaca,#ffffff 50%,#eeeeee 100%);
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #095d81;
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: .75em 0;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Buenos Aires',sans-serif;
}

ul.social-buttons svg {
  position: relative;
  top: -4px;
}

.furniture-category:hover {
  background-size: 110%;
  background-blend-mode: color-burn;
}

.furniture-category {
  min-height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  background-size: 100%;
  transition: background-size 0.3s ease-in-out;
  overflow: hidden;
}

.furniture-category h2 {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
  text-shadow: #053245 3px 3px;
  font-family: 'Buenos Aires' sans-serif!important;
}

.furniture-category a {
  text-decoration: none!important;
}

.blank {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
}

.photos {
  overflow: hidden;
}

@media (min-width: 768px) {
  .noheader {
    margin-top: 175px;
  }
}

@media (max-width: 767px) {
  .noheader {
    margin-top: 150px;
  }
}

.liveedgevid {
  width: 100%;
  max-width: 900px;
}

.live_subhead_wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.live_subhead_wrapper h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 8px!important;
  color: #053245;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Buenos Aires', sans-serif;
}

h1, .h1, h2, .h2 {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Buenos Aires', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

h3 span, .live-edge-list li span {
  color: #095d81;
}

p.table-desc {
  min-height: 90px;
}

@media (min-width: 1400px) {
  body.dining-tables .carousel-item img {
    position: relative;
    top: -200px;
  }
}

#categories h2 {
  font-size: 3rem;
}

