body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: lighter;
}

h1 {
  font-size: calc(1.375rem + 1.2vw);
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.8rem;
  }
}

a {
  color: #595959;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #595959;
  opacity: 0.7;
}

.centre-left {
  text-align: left;
}

.centre-align {
  text-align: center;
}

.right-align {
  text-align: right;
}

[role=button]:hover {
  opacity: 0.7;
}

.vh-50 {
  height: 50vh;
}

.mvh-50 {
  min-height: 50vh;
}

.mt-n5 {
  margin-top: -3rem;
}

.z-1 {
  z-index: 1;
}

.badge {
  font-weight: normal;
  padding: 0.35em 1em;
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.7rem 1.8rem;
}
.btn:focus {
  box-shadow: none;
}

.object-fit-cover {
  object-fit: cover;
}

.start-94 {
  left: 94%;
}

.first-ps-0 li:first-of-type {
  padding-left: 0;
}

.last-border-end-0 li:last-of-type {
  border-right: 0;
}

.last-p-mb-0 p:last-of-type {
  margin-bottom: 0;
}

.nav-sticky {
  padding: 0.5rem 1rem;
}
.nav-sticky a {
  font-weight: normal;
}

.list-group-item {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.list-group-item.active {
  background-color: transparent;
  opacity: 0.5;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 4;
}

.strip {
  height: 300px;
}
.strip .imageWrapper {
  background-position: center center;
  background-size: cover;
  height: 330px;
  margin-top: -15px;
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-parallax.align-top {
  background-position: top;
}
.bg-parallax .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.bg-parallax .imageWrapper {
  height: 330px;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.border-dark {
  border-color: #000000;
}

@media (max-width: 575.98px) {
  .border-xs-0 {
    border: none !important;
  }
}

@media (max-width: 767.98px) {
  .border-sm-0 {
    border: none !important;
  }
}

@media (min-width: 768px) {
  .border-start-md-0 {
    border-left: none;
  }
}

.btn-outline-primary {
  border-color: #000000;
  color: #000000;
  margin-top: 1.5rem;
}
.btn-outline-primary:hover {
  background-color: #595959;
  border-color: #595959;
  color: #ffffff;
  opacity: 1;
}

.first-btn-mt-0 .btn:first-of-type {
  margin-top: 0;
}

.bg-white {
  background-color: #ffffff !important;
  color: #000000;
}
.bg-white .border,
.bg-white .border-end,
.bg-white .border-start {
  border-color: #000000 !important;
}
.bg-white a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.bg-white button,
.bg-white .btn-outline-primary {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  font-weight: normal;
}
.bg-white button:hover,
.bg-white .btn-outline-primary:hover {
  background-color: #595959;
  border-color: #595959;
  color: #ffffff;
  opacity: 1;
}
.bg-white .list-group-item {
  color: #000000;
}
.bg-white .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: solid 1px #000000;
}
.bg-white .carousel-indicators .active {
  background-color: #000000;
}
.bg-white .bg-alt {
  background: #595959;
  color: #ffffff;
}
.bg-white .bg-alt a {
  color: #ffffff;
}
.bg-white .bg-alt .border,
.bg-white .bg-alt .border-end,
.bg-white .bg-alt .border-start {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-white .bg-alt .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
}
.bg-white .bg-alt .btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #595959;
  opacity: 1;
}

.bg-blend {
  background: #f2f2f2;
}
.bg-blend a {
  color: #000000;
  text-decoration: none;
}
.bg-blend button,
.bg-blend .btn-outline-primary {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  font-weight: normal;
}
.bg-blend button:hover, .bg-blend button:focus,
.bg-blend .btn-outline-primary:hover,
.bg-blend .btn-outline-primary:focus {
  background-color: #595959;
  border-color: #595959;
  color: #ffffff;
  opacity: 1;
}
.bg-blend .bg-alt {
  background: #595959;
  color: #ffffff;
}
.bg-blend .bg-alt .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
}
.bg-blend .bg-alt .btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.bg-blend .border-alt {
  border-color: #000000 !important;
}
.bg-blend .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: solid 1px #000000;
}
.bg-blend .carousel-indicators .active {
  background-color: #000000;
}
.bg-blend fieldset:not(#fieldset-buttonArea) {
  background: #f9f9f9;
}

.bg-gradient-h {
  background: #f2f2f2;
  background: linear-gradient(0deg, #000000 0%, #f2f2f2 100%);
}
.bg-gradient-h .btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.bg-gradient-h .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #595959;
  opacity: 1;
}
.bg-gradient-h form .form-control,
.bg-gradient-h form .form-select {
  color: #ffffff;
}
.bg-gradient-h form .form-control:focus {
  background-color: transparent;
}
.bg-gradient-h form .form-select option {
  color: initial;
}

.bg-deep {
  background: #595959;
  color: #ffffff;
}
.bg-deep li, .bg-deep a {
  color: #ffffff;
}
.bg-deep .bg-alt {
  background: #ffffff;
  color: #595959;
}
.bg-deep .bg-alt .border-alt {
  border-color: #000000 !important;
}
.bg-deep .bg-alt .btn {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.bg-deep .bg-alt .btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.bg-deep .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
}
.bg-deep .btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #595959;
  opacity: 1;
}
.bg-deep form .form-control,
.bg-deep form .form-select {
  background-color: #595959;
  color: #ffffff;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 66%;
  width: 100%;
}

form .form-check-input:checked {
  background-color: #595959;
  border-color: #595959;
}

h1, h2, h3, h4 {
  margin-bottom: 1.5rem;
}

/* menu */
.navbar .navbar-toggler {
  color: #ffffff;
}
@media (max-width: 1399.98px) {
  .navbar .navbar-collapse {
    background: #595959;
  }
}
.navbar a {
  font-weight: normal;
}
.navbar a.nav-link {
  color: #ffffff;
}
.navbar.scrolled {
  background-color: #595959;
}
.navbar .dropdown-menu {
  background-color: #595959;
}
.navbar .dropdown-menu a {
  background-color: #595959;
  color: #ffffff;
}
.navbar .dropdown-menu a:hover {
  color: #ffffff;
}

@media (min-width: 1400px) {
  #header_2 a.nav-link {
    color: #595959;
  }
}
#header_2 .navbar-toggler {
  color: #595959;
}

/* cards */
.card .image-wrapper:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.card .header-icon {
  height: 30px;
  width: 30px;
}
.card .card-body p:last-of-type {
  margin-bottom: 0;
}
.card:hover .image-wrapper:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

#property-map {
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #595959 !important;
}

#video_buttons_1 {
  padding-top: 100px;
}
#video_buttons_1 .container {
  justify-content: end !important;
}
#video_buttons_1 .container h1 {
  font-size: 2rem;
  font-weight: 700;
}

.footer .officeDetailsWrapper .office-details a {
  color: #595959;
  font-weight: bold;
}

/*# sourceMappingURL=myhouseToowoomba.css.map */
