@charset "UTF-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea {
  font-size: 1rem !important;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  font-family: "Lato", sans-serif;
}
html {
  position: relative;
  height: 100% !important;
}

a[href]:not([class]) {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  color: rgba(66, 111, 91, 1);
}

a[href]:not([class]):hover {
  color: rgba(206, 109, 42, 1);
}

a[href] {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

.edje {
  color: #ffffff;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}
.edje:hover {
  color: #CCD8DF;
}

button:focus {
  outline: 0;
}

.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0 {
  line-height: 0;
}

.line-height-_5 {
  line-height: 0.5;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1_5 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 2;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-300 {
  font-weight: 300;
}

.text-shadow {
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.79);
  z-index: 2;
}
.xsmall {
  font-size: 60%;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-4 {
  border-width: 4px;
  border-style: solid;
}

.border-6 {
  border-width: 6px;
  border-style: solid;
}

.border-8 {
  border-width: 8px;
  border-style: solid;
}

.border-10 {
  border-width: 10px;
  border-style: solid;
}

.border-15 {
  border-width: 15px;
  border-style: solid;
}

.border-sm-left {
  border-left: solid;
}

.border-sm-white {
  border-color: rgba(255, 255, 255, 1);
}

#invisible {
  display: none;
}
.w-10 {
  width: 10% !important;
}

.h-10 {
  height: 10% !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 1);
  border-color: rgba(125, 194, 66, 1);
}

.custom-checkbox
  .custom-control-input:checked:disabled
  ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 0.6);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 1);
  border-color: rgba(125, 194, 66, 1);
}

.custom-radio
  .custom-control-input:checked:disabled
  ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 0.6);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgba(125, 194, 66, 1);
}

.nav-pills .nav-link:hover {
  color: #fff;
  background-color: rgba(125, 194, 66, 1);
}

.btn-round-lg {
  border-radius: 35px;
}
.btn-round {
  border-radius: 17px;
}
.btn-round-sm {
  border-radius: 15px;
}
.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

.auto-width {
  width: auto;
}

ul.list-cards,
ul.list-cards h3 {
  font-size: 1.5rem !important;
  padding: 0.5rem;
  margin: 0px;
  padding-left: 0px;
  list-style: none;
}

ul.list-cards li {
  background-color: #dfd9d8;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}

.group-of-three > h2 {
  margin-bottom: 1.25rem;
}

.force-bottom {
  margin-top: auto !important;
}

ul.no-style {
  list-style: none;
  padding: 0px;
}

ul.tight-margin a.btn {
  margin-top: 0.25rem !important;
  width: 100%;
  margin-bottom: 0.25rem !important;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
table th,
table td {
  padding: 0.625em;
  text-align: center;
}

#admin-table th,
#admin-table td {
  text-align: left !important;
}
table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

body {
  margin-bottom: 0px;
}
.footer {
  bottom: 0;
  width: 100%;
  height: 30px;
}

footer {
  position: relative;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  outline-style: none;
  box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* ANIMATED X */
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 1999; /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
  position: relative;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  flex-direction: column;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 190000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

textarea.form-control {
  min-height: calc(8.5em + 0.75rem + 2px);
}

/*================= PAGE STYLES ===================================================================*/

. {
  color: rgba(74, 44, 35, 1);
}

.bg-brown {
  background-color: rgba(37, 39, 41 ,1);
}

.bg-lt-brown {
  background-color: rgba(204, 216, 233, 0.3);
}

.bg-green {
  background-color: rgba(85, 87, 89);
}

.bg-lt-green {
  background-color: rgba(118, 141, 161, 0.1);
}

.border-red {
  border-color: rgba(156, 44, 34, 1) !important;
}

.border-green {
  border-color: rgba(66, 111, 91, 1) !important;
}

.text-green {
  color: rgba(37, 39, 41 ,1);
}

.btn-green {
  background-color: rgba(36, 41, 53, 1);
  border-color: rgba(36, 41, 53, 1);
  color: rgba(255, 255, 255, 1);
}
.btn-green:hover {
  
  background-color: rgba(204, 216, 223, 1);
  border-color: rgba(204, 216, 223, 1);
  color: rgba(37, 39, 41 ,1);
}

.btn-green2 {
  background-color: rgba(36, 41, 53, 1);
  border-color: rgba(36, 41, 53, 1);
  color: rgba(255, 255, 255, 1);
}
.btn-green2:hover {
  background-color: rgba(204, 216, 223, 1);
  border-color: rgba(204, 216, 223, 1);
  color: rgba(37, 39, 41 ,1);
}

.btn-orange {
  background-color: rgba(204, 216, 223, 1);
  border-color:rgba(204, 216, 223, 1);
  color: rgba(37, 39, 41 ,1);
}
.btn-orange:hover {
  background-color: rgba(44, 44, 35, 1);
  border-color: rgba(44, 44, 35, 1);
  color: rgba(204, 216, 223, 1);
}

.btn-brown {
  background-color: rgba(44, 44, 35, 1);
  border-color: rgba(44, 44, 35, 1);
  color: rgba(255, 255, 255, 1);
}
.btn-brown:hover {
  background-color: rgba(207, 108, 41, 1);
  border-color: rgba(207, 108, 41, 1);
  color: rgba(255, 255, 255, 1);
}

.bg-orange {
  background-color: rgba(118, 141, 161, 1);
}

.text-orange {
  color: rgba(118, 141, 161, 1);
}

.bg-yellow {
  background-color: rgba(244, 207, 93, 1);
}

.bg-lt-yellow {
  background-color: rgba(244, 207, 93, 0.1);
}

.bg-red {
  background-color: rgba(156, 44, 34, 1);
}

.text-red {
  color: rgba(156, 44, 34, 1);
}

#staff .nav-link {
  color: rgba(66, 111, 91, 1);
}

#staff .nav-link:hover {
  color: rgba(207, 108, 41, 1);
}

.btn-red {
  background-color: rgba(156, 44, 34, 1);
  border-color: rgba(156, 44, 34, 1);
  color: rgba(255, 255, 255, 1);
}
.btn-red:hover {
  background-color: rgba(74, 44, 35, 1);
  border-color: rgba(74, 44, 35, 1);
  color: rgba(255, 255, 255, 1);
}

.font-serif {
  font-family: "Playfair Display SC", serif;
}

#topbar .nav .nav-link {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 0.8rem;
}

#topbar .nav .nav-link:hover {
  color: rgba(204, 216, 223, 1);
}

#nav .navbar-light .nav-item .nav-link {
  text-transform: uppercase;
  color: rgba(37, 39, 41 ,1);
  font-size: 1.1rem;
}

#nav .navbar-light .nav-item .nav-link:hover {
  color:rgba(204, 216, 223, 1);
}

#nav .navbar-light .nav-item .nav-link.auctions {
  text-transform: uppercase;
  color: rgba(37, 39, 41 ,1);
  font-size: 1.1rem;
  font-weight: 600;
}

#nav .navbar-light .nav-item .nav-link.auctions:hover {
  color: rgba(204, 216, 223, 1);
}

.dropdown-item {
  color: rgba(37, 39, 41 ,1);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: rgba(204, 216, 223, 1);
  background-color: rgba(244, 207, 93, 0.1);
}

.navbar-nav {
  width: 80%;
}

.navbar-brand img {
  width: 80%;
}

header {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}

#hero {
  background-image: url(images/2022/hero.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: 100% auto;
  min-height: 34rem;
  padding-top: 16rem;
}

#hero a:hover .bg-green {
  transition: ease 0.7s;
  background-color: rgba(74, 44, 35, 1);
}

#calls .list-group-numbered > li::before {
  font-size: 2rem;
  font-family: "Playfair Display SC", serif;
}

footer .phone {
  color: rgba(74, 44, 35, 1);
}

footer .phone:hover {
  color: rgba(207, 108, 41, 1);
}

footer .nav-link {
  color: rgba(85, 87, 89, 1);
}

footer .nav-link:hover,
footer .nav-link:active,
footer .nav-link:visited {
  color: rgba(118, 141, 161, 1);
}

.bg-grey {
  background-color: rgba(87, 87, 87, 1);
}

.bg-lt-grey {
  background-color: rgba(87, 87, 87, 0.3);
}

.bg-feature-corn {
  background-image: url(images/2021/bg-feature-corn.jpg);
}

.bg-feature-soybeans {
  background-image: url("images/2021/bg-feature-soybeans.jpg");
}

.bg-feature-field {
  background-image: url(images/2021/bg-feature-field.jpg);
}

#feature.bg-feature-about {
  background-image: url(images/2022/bg-feature-about.jpg);
  background-position: center 3rem;
  padding-top: 12rem;
}

#feature.bg-feature-contact {
  background-image: url(images/2022/bg-feature-contact.jpg);
}

#feature.bg-feature-contact-about {
  background-image: url(images/2022/bg-feature-contact-about.jpg);
  background-attachment: fixed;
  background-position: center 2rem;
  min-height: 55rem;
  padding-top: 45rem;
}

.bg-feature-harvest {
  background-image: url("images/2021/bg-feature-harvest.jpg");
}

.bg-feature-financing {
  background-image: url("images/2022/bg-feature-financing.jpg");
}

.bg-feature-investing {
  background-image: url("images/2022/bg-feature-investing.jpg");
}

.bg-feature-real-estate {
  background-image: url("images/2022/bg-feature-investing.jpg");
}

.bg-feature-management {
  background-image: url("images/2022/bg-feature-management.jpg");
}
.bg-feature-software {
  background-image: url("images/2021/bg-feature-agwizard.jpg");
}

.bg-feature-accounting {
  background-image: url("images/2022/bg-feature-accounting.jpg");
}

.bg-feature-insurance {
  background-image: url("images/2022/bg-feature-insurance.jpg");
}

#feature {
  padding-top: 15rem;
  background-position: center bottom;
  background-size: 100% auto;
  min-height: 25rem;
  background-repeat: no-repeat;
  margin-top: 40px;
}

#map .ratio::before {
  padding-top: 15rem;
}

/*Fade Hover Effect*/
.hover-fade a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.hover-fade img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-fade:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
}

.h-40vh {
  height: 40vh;
}

section#listings h4 {
  letter-spacing: 0.0125rem;
}

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

.carousel-indicators {
  position: static;
  gap: 1rem;
  bottom: 1rem;
  width: 100%;
}
div.media-slider #carouselSlider .carousel-indicators > div {
  height: 100%;
  width: unset;
}

/* .carousel-control-next,
.carousel-control-prev {
  margin-bottom: 20%;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 2rem;
  width: 2rem;
  background-size: 80% 80%;
}

/*========== Media Queries ====================================================================================*/

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  div.two-column {
    column-count: 2;
  }
}

@media screen and (max-width: 1800px) {
  #nav .navbar-light .nav-item .nav-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1620px) {
  .navbar-nav {
    width: 90%;
  }

  .navbar-brand img {
    width: 60%;
  }

  #hero {
    min-height: 28rem;
    padding-top: 16rem;
  }
  #hero h1.display-5 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1560px) {
  #content h3.h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1440px) {
  #hero a p.fs-5 {
    font-size: 1.2rem !important;
  }
  #hero h1.display-5 {
    font-size: 2.5rem;
  }
  #content h2.h1 {
    font-size: 2rem;
  }
  #feature.bg-feature-contact-about {
    background-image: url(images/2022/bg-feature-contact-about.jpg);
    background-attachment: fixed;
    background-position: center 2rem;
    min-height: 45rem;
    padding-top: 35rem;
  }
}

#forms.ratio-21x9 {
  --bs-aspect-ratio: 55%;
}

@media screen and (max-width: 1399px) {
  .navbar-brand {
    width: 25%;
  }

  #feature {
    padding-top: 15rem;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 25rem;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1360px) {
  #hero {
    min-height: 27rem;
    padding-top: 16rem;
    background-size: 110% auto;
  }
  #hero a p.fs-5 {
    font-size: 1rem !important;
  }

  .navbar-brand {
    width: 20%;
  }

  #calls .card h3.display-1 {
    font-size: 4rem;
  }

  #nav .navbar-light .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #forms.ratio-21x9 {
    --bs-aspect-ratio: 70%;
  }
}

@media screen and (max-width: 1200px) {
  #hero {
    min-height: 27rem;
    padding-top: 12rem;
    background-size: 110% auto;
  }
  #hero a p.fs-5 {
    font-size: 1rem !important;
  }

  #feature.bg-feature-contact-about {
    background-image: url(images/2022/bg-feature-contact-about.jpg);
    background-attachment: fixed;
    background-position: center top;
    min-height: 40rem;
    padding-top: 30rem;
  }

  #calls .card h3.display-1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  #hero {
    min-height: 23rem;
    padding-top: 10rem;
    background-size: 110% auto;
    overflow: hidden;
  }

  #nav .navbar-light .nav-item .nav-link {
    font-size: 0.8rem;
  }

  .navbar-brand {
    width: 18%;
  }

  .navbar-brand img {
    width: 80%;
  }

  #feature.bg-feature-about h2.h1 {
    font-size: 2rem;
  }

  #hero a p.fs-5 {
    font-size: 0.9rem !important;
  }

  #topbar .nav .nav-link {
    font-size: 0.7rem;
  }
  #feature {
    padding-top: 14rem;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 20rem;
    background-repeat: no-repeat;
  }
  #feature.bg-feature-contact-about {
    background-image: url(images/2022/bg-feature-contact-about.jpg);
    background-attachment: fixed;
    background-position: center 4rem;
    min-height: 33rem;
    padding-top: 20rem;
  }
  #feature.bg-feature-about {
    background-image: url(images/2022/bg-feature-about.jpg);
    background-position: center 4rem;
    padding-top: 12rem;
  }

  .navbar-nav {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #hero {
    min-height: 26rem;
    padding-top: 10rem;
    background-size: cover;
  }
  #hero a p.fs-5 {
    font-size: 0.8rem !important;
  }

  .navbar-brand {
    width: 45%;
  }
  #nav .navbar-light .nav-item .nav-link {
    font-size: 1rem;
  }

  .navbar-nav {
    padding-top: 20px;
  }
  .dropdown-menu {
    text-align: center;
  }

  #feature {
    padding-top: 14rem;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 18rem;
    background-repeat: no-repeat;
  }

  .h-40vh {
    height: auto;
  }

  #feature.bg-feature-contact-about {
    background-image: url(images/2022/bg-feature-contact-about.jpg);
    background-attachment: fixed;
    background-position: center 5rem;
    min-height: 25rem;
    padding-top: 15rem;
  }
  #feature.bg-feature-about {
    background-image: url(images/2022/bg-feature-about.jpg);
    background-position: center 6rem;
    padding-top: 8rem;
  }
  #feature.bg-feature-about h2.h1 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 790px) {
  #hero {
    min-height: 22rem;
    padding-top: 7rem;
    background-size: 140% auto;
  }
  #hero h1.display-5 {
    font-size: 2rem;
  }
  #feature {
    padding-top: 10rem;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 18rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #feature {
    padding-top: 12rem;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 16rem;
    background-repeat: no-repeat;
    margin-top: 0;
    &.bg-feature-real-estate {
      padding-top: 10rem;
      min-height: 18rem;
      background-size: cover
    }
  }
  #hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: 200%;
    min-height: 25rem;
    padding-top: 11rem;
  }
}

@media screen and (max-width: 600px) {
  #feature {
    padding-top: 12rem;
    background-position: center bottom;
    background-size: 140% auto;
    min-height: 16rem;
    background-repeat: no-repeat;
    &.bg-feature-real-estate {
      padding-top: 10rem;
      min-height: 18rem;
      background-size: cover
    }
  }
  .bg-feature-contact-about {
    background-position: center top !important;
    min-height: auto;
  }
  #forms.ratio-21x9 {
    --bs-aspect-ratio: 160%;
  }
}

@media screen and (max-width: 575px) {
  #hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: 270%;
    min-height: 21rem;
    padding-top: 8rem;
  }

  #hero a p.fs-5 {
    font-size: 1.2rem !important;
  }
  #hero h1.display-5 {
    font-size: 1.75rem;
  }

  .navbar-brand {
    width: 75%;
  }
  #feature.bg-feature-about h2.h1 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 1);
  }
  #feature.bg-feature-about {
    background-image: url(images/2022/bg-feature-about.jpg);
    background-position: left 7rem;
    padding-top: 10rem;
  }
}

@media screen and (max-width: 425px) {
  #hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: 320%;
    min-height: 17rem;
    padding-top: 8rem;
  }

  #feature {
    padding-top: 10rem;
    background-position: center bottom;
    background-size: 115% auto;
    min-height: 13rem;
    background-repeat: no-repeat;
    &.bg-feature-real-estate {
      padding-top: 10rem;
      min-height: 18rem;
      background-size: cover
    }
  }

  #hero h1.display-5 {
    font-size: 1.5rem;
  }

  .navbar-brand {
    width: 60%;
  }
  #feature.bg-feature-about {
    background-image: url(images/2022/bg-feature-about.jpg);
    background-position: left 5rem;
    padding-top: 8rem;
    min-height: 13rem;
  }
  #feature.bg-feature-about h2.h1 {
    font-size: 1rem;
  }

  #forms.ratio-21x9 {
    --bs-aspect-ratio: 230%;
  }
}

@media screen and (max-width: 320px) {
  #hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: 360%;
    min-height: 17rem;
    padding-top: 8rem;
  }

  #hero h1.display-5 {
    font-size: 1.3rem;
  }

  #hero a p.fs-5 {
    font-size: 1rem !important;
  }

  #feature {
    padding-top: 10rem;
    background-position: center bottom;
    background-size: 135% auto;
    min-height: 13rem;
    background-repeat: no-repeat;
    &.bg-feature-real-estate {
      padding-top: 10rem;
      min-height: 18rem;
      background-size: cover
    }
  }

  #forms.ratio-21x9 {
    --bs-aspect-ratio: 320%;
  }
}