@font-face {
    font-family: 'cormorant-garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-Regular.woff') format('woff');
    font-display: swap;
}
  body {
    width: auto;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px inset #A8A9AD;
    overflow-x: hidden;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0;
    overflow-x: hidden;
}
body, p, a, span, li, h1, h2, h3, h4, h5, h6, input, button, textarea, select, label {
  font-family: 'cormorant-garamond';
}
  html {
    font-size: 14px;
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}
  header {
    width: auto;
    height: auto;
    padding: 0 auto;
}
  footer {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #002269;
    color: #FFFFFF;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    align-items: center;
    text-align: center;
}
  footer a {
    color: #FFFFFF;
}
.footer-scenic-topper {
    position: relative;
    margin-top: -40px; /* pull up into view */
    z-index: 2;
    text-align: center;
}
.footer-scenic-topper img {
    width: 100%;
    height: auto;
    pointer-events: none;
    display: block;
    overflow: hidden;
}
  .section-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 20px 20px 0 20px;
}
  .column-flex {
    flex: 1;
    min-width: 200px;
    box-sizing: border-box;
}
  .down-wave {
    width: 100%;
    position: relative;
    top: -50px;
}

/*IMAGES*/
  .img1 {
   width: 200px;
    height: auto;
}
  .img2 {
    width: 80px;
    heignt: 80px;
    border: 5px inset #A8A9AD;
    border-radius: 50%;
}
  .img3 {
    width: 280px;
    height: auto;
    border: none;
    border-radius: 25px;
}
  .du-col-img {
    width: 300px;
    height: 202px;
    max-width: 600px;
    aspect-ratio: 740 / 500;
    display: block;
    border: none;
    border-radius: 30px;
    box-shadow: 10px 10px 8px #0C090A;
}
  .whs-logo {
    width: 350px;
    height: auto;
}
  .responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
  .mantle-img {
    width: 100vw !important;
    overflow: hidden;
    position: relative;
    top: -5px;
}
  .mls-logo {
    widh: 150px;
    height: 40px;
}
  .mor-img {
    width: 90%;
    height: auto;
}

/*TEXTUAL ATTRIBUTES*/
    h1 {
      font-family: 'cormorant-garamond';
      font-size: 2.6rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: justify;
      opacity: 0;
      animation: fadeIn 4s ease-in-out forwards;
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(0);
      }
      to {
        opacity: 1;
        transform: translateY(-20px);
      }
    }
  
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.3rem; }
  h3 { font-size: 1.9rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1rem; }
  h6 { font-size: 0.9rem; }
  p { font-size: 1.4rem; }
  li { font-size: 1.3rem; }

  .h1-s { font-size: 2.6rem; }
  .h2-s { font-size: 2.3rem; }
  .h3-s { font-size: 1.9rem; }
  .h4-s { font-size: 1.6rem; }
  .h5-s { font-size: 1rem; }
  .h6-s { font-size: 0.9rem; }

  a {
    text-decoration: none;
    color: inherit;
}
  ul, ol {
    list-style-type: none;
}
  .ulfa {
    list-style: none;
}
  .lifa {
    display: inline-block;
    margin: 0 20px 0 0;
}
  .b {
    font-weight: bold;
}
  .space {
    margin: 10px 0 10px 0;
}

/*fa classes*/
  #fa-1 {
    color: #A8A9AD;
}
  #fa-2 {
    color: #A8A9AD;
}
  #fa-3 {
    color: #A8A9AD;
}
  #fa-4 {
    color: #A8A9AD;
}

/*COMPONENTS*/
  button {
    outline: none;
}
  .secondary-btn {
    font-family: 'Times', serif !important;
    font-weight: bold;
    font-size: 22px;
    width: auto;
    height: auto;
    border: 3px inset #808080;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
    background: pink;
    color: #000000;
}
  .secondary-btn:active {
    background: salmon;
    border: 3px groove #808080;
    font-style: italic;
}
  .fb-btn {
    font-size: 14px;
    font-weight: bold;
    width: 70px;
    height: 23px;
    padding: 5px 5px 5px 5px;
    position: relative;
    top: -5px;
    background: #0080FF;
    color: #000000;
    border: none;
    outline: none;
    border-radius: 4px;
}
  /* fa16 is facebook blue icon */
  #fa16 {
    color:  #0080FF;
}
  .seperator {
    background-color: #2C3539;
    width: auto;
    height: 35px;
    color: #000000;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    top: -20px;
    box-shadow: 10px 10px 8px #0C090A;
}
  .menu-bar {
    width: 100%;
    height: 48px;
    background-color: #002269;
    padding: 5px 0;
}
.alignable-icon {
    background: url("../img/alignable-icon-white.png") no-repeat center center;
    background-size: contain; 
    width: 15px;  
    height: 15px;  
    display: inline-block;
    position: relative;
    top: 2px;
}

/*Default Button*/
.btn {
  display: inline-block;
  font-weight: 800;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #002269;
  border-color: #2C2C2C;
}
.btn-primary:active {
  color: #FFFFFF;
  background-color: #737CA1;
  border-color: #2C2C2C;
}
  .msbtn {
    width: auto;
    height: 35px;
    font-size: 22px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #002269;
    border: none;
    border-radius: 10px;
    border: 2px inset #808080;
    padding: 14px 20px 0 20px;
    text-align: center;
}

/*BLUE AREAS*/
  .info-blue {
    background-color: #002269;
    min-height: 500px;
}
  .info-blue-img {
    background: linear-gradient(rgba(0, 34, 105, 1.0), rgba(0, 34, 105, 0.9), rgba(0, 34, 105, 0.8), rgba(0, 34, 105, 0.9), rgba(0, 34, 105, 1.0)), url("../img/hannahheraldrealtor.png") center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 500px;
}
  .fa-blue-area-1 {
    color: #A8A9AD;
    font-size: 6em;
}
  .blue-area-title {
    color: #A8A9AD;
    font-weight: bold;
}
  .blue-area-qty {
    color: #A8A9AD;
    font-style: italic;
}
  .blue-area-itm {
    color: #A8A9AD;
}

/*DARK & LIGHT MODE*/
  .dark {
    background-color: #000000;
    color: #FFFFFF;
}
  .light {
    background-color: #FFFFFF;
    color: #000000;
}
  .modebtn {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: #002269;
    color: #FDBD01;
    border: 2px inset #808080;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    margin: 20px 0 0 0;
}
  .modebtn:hover {
    border: 1px groove #FFB117;
}
  .btn-pos {
    position: relative;
    float: right;
    top: -30px;
    right: 5px;
}

/*SCROLL UP BUTTON*/
.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    padding: 0 0 5px 0;
    display: none;
}
.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #002269;
    color: #FFFFFF;
    border: 3px inset #A8A9AD;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
.scrollup i:hover {
    background-color: #737CA1;
}

/*SIDEPANEL MENU*/
.sidepanel {
    width: 0; /* Initially hidden */
    height: auto;
    position: absolute;
    z-index: 2;
    top: 198px;
    left: 10px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden; /* Prevents horizontal scrolling */
    transition: width 0.2s ease-in-out;
    border-bottom: 10px solid #808080;
    border-right: 2px solid #808080;
    border-bottom-right-radius: 50px;
}
.sidepanel a {
    color: #151B54;
}
  .sidepanel li {
    font-size: 20px !important;
    padding: 0 0 0 20px !important;
}
/* When the menu is open */
.sidepanel.open {
    width: 300px; /* Expand to full width */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    z-index: 2;
}
.sidepanel ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
  .msp {
    width: 100%;
    background-color: #002269;
    background-size: cover;
    padding: 0 0 0 0;
    text-align: center;
    color: #A8A9AD;
}
  .sp {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
/* Dark mode */
body.dark .sidepanel {
  background-color: #000000;
  color: #ffffff;
}
body.dark .sidepanel a,
body.dark .sidepanel li {
  color: #ffffff;
}
  .disp {
    display: none;
}

/*COOKIE BANNER*/
/* Updated styles for customization panel */
.cookie-banner-modal {
    font-family: serif !important;
    display: none;
    width: 330px;
    position: fixed;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    border: 3px solid #002269;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
  body.dark .cookie-banner-modal {
    background-color: #000000;
    color: #FFFFFF;
}
.cookie-banner-button-1, .cookie-banner-button-2 {
    font-family: serif !important;
    width: 150px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    background-color: #002269;
    color: #FFFFFF;
    border: 2px inset #808080;
    padding: 5px;
    cursor: pointer;
    border-radius: 8px;
    margin: 5px;
}
.cookie-banner-button-1:hover, .cookie-banner-button-2:hover {
    background-color: #000000;
}
.cookie-customization {
    margin-top: 10px;
}
.switch {
    display: block;
    position: relative;
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
    pointer-events:all;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display:inline;
}
.slider {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 18px;
    background-color: #ccc;
    border-radius: 17px;
    transition: 0.4s;
    cursor: pointer;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
}
input:checked + .slider {
    background-color: #002269;
    cursor: pointer;
    float: right;
}
input:checked + .slider:before {
    transform: translateX(16px);
    cursor: pointer;
    float: right;
}

/* The Close Button */
.close2 {
  color: #FF0000;
  float: right;
  font-size: 60px;
  position: relative;
  top: -30px;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
}

@media screen and (max-width: 450px) {
  .close2 {
    top: -15px;
    right: 0;
  }
}

.close2:hover,
.close2:focus {
  color: #FF0000;
  text-decoration: none;
  cursor: pointer;
}

/*SPINNING MENU ICON*/
  .box {
    position: absolute;
    border: 2px solid #808080;
    border-radius: 10px;
    padding: 2px 5px 2px 5px;
    left: 20px;
    top: 143px;
    z-index: 1;
}
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background: #A8A9AD;
    margin: 6px 0;
    position: relative;
    transition: 0.3s;
}
  /* Rotate first bar */
  .change .bar1 {
    background-color: #FF0000;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
}
  /* Rotate last bar */
  .change .bar3 {
    background-color: #FF0000;
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/*2 COLUMN*/
  .column2 {
    float: left;
    width: 50%;
}

/* Clear floats after the 2 columns */
  .row2:after {
    content: "";
    display: table;
    clear: both;
} /* end 2 column */


/*BOUNDRIES, SPACE, CONTAINMENT*/
  .ctr3 {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 20px;
}
  .center {
    display: grid;
    justify-content: center;
    position: relative;
}
  .pad2 {
    padding: 0 20px 0 20px !important;
}
  .page-container {
    max-width: 1600px !important;
    width: 100%;
    margin: 0 0;
    overflow: hidden;
}
  .page-container section {
    width: 100%;
}
  .page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
  .tight {
    margin: 0 0 0 0;
}

/*FORM STYLE*/
  input { 
	outline: none;
	border: none;
}
  textarea {
    outline: none;
    border: none;
}
  textarea:focus, input:focus {
    border-color: transparent !important;
}
 input:focus::-webkit-input-placeholder { 
    color:transparent; 
}
  textarea:focus::-webkit-input-placeholder { 
    color:transparent; 
}
  input::-webkit-input-placeholder { 
    color: #999999;
}
  textarea::-webkit-input-placeholder { 
    color: #999999;
}
  label {
    display: block;
    margin: 0;
}
  .con {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
  .group { 
    position: relative; 
    margin-bottom: 20px; 
}
  /*--Initial State--*/
  input {
    font-size: 22px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    background-color: transparent;
    color: inherit;
    position: relative;
    top: 15px;
    display: block;
    width: 300px;
    height: 40px;
    border: 2px solid #808080;
    border-radius: 5px;
} 

/*Initial State*/
  textarea {
    font-size: 22px;
    width: 315px;
    height: 140px;
    display: block;
    background-color: transparent;
    color: inherit;
    position: relative;
    top: 15px;
    padding: 20px 0 0 5px;
    border: 2px solid #808080;
    border-radius: 5px;
}
  input:focus { 
    outline: none;
}
  textbox:focus {
    outline: none;
}

/*LABEL*/
  label {
    color: #808080; 
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 36px;
    transition: 0.2s ease all; 
}
  /* active state */ /* highlighted */ /* active lable */
  input:focus ~ label, input:valid:not(:placeholder-shown) ~ label {
    top: 9px;
    left: 12px;
    background-color: #FFFFFF;
    padding: 0 8px 0 8px;
    font-size: 13px;
    color: #1A73E8;
}
.dark input:focus ~ label, .dark input:valid ~ label {
    top: 9px;
    left: 12px;
    background-color: #000000;
    padding: 0 8px 0 8px;
    font-size: 13px;
    color: #1A73E8;
}
  /* active state */ /* highlighted */ /* active border */
  input:focus ~ .highlight {
    animation:inputHighlighter 0.1s ease;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 300px;
    height: 40px;
    border: 1.5px solid #1A73E8;
    border-radius: 5px;
}

/*HIGHLIGHTER*/
  .highlight {
    position: absolute;
    height: 20%; 
    width: auto;
    top: 15px;
    left: 0;
    pointer-events: none;
}

/* Vendor specific keyframes go here */
/*======Form Input Animations======*/
@keyframes inputHighlighter {
  from  { background:#5264AE; }
  to    { width:300px; background:transparent; }
}
@keyframes textareaHighlighter {
  from  { background:#5264AE; }
  to    { width:320px; background:transparent; }
}

/*TEXTAREA ATTRIBUTES*/
/* active state */ /* highlighted */ /* active border */
  textarea:focus ~ .highlight {
    animation:inputHighlighter 0.1s ease;
    display: block;
    position: absolute;
    padding: 0 0 10px 0;
    width: 320px;
    height: 140px;
    border: 1.5px solid #1A73E8;
    border-radius: 5px;
}
  /* active state */ /* highlighted */ /* active lable */
  textarea:focus ~ label, textarea:valid ~ label {
    top: 9px;
    background-color: #FFFFFF;
    padding: 0 8px 0 8px;
    font-size: 13px;
    color: #1A73E8;
}
.dark  textarea:focus ~ label, .dark textarea:valid ~ label {
    top: 9px;
    background-color: #000000;
    padding: 0 8px 0 8px;
    font-size: 13px;
    color: #1A73E8;
}
  .frm_btn {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 325px;
    height: 60px;
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border: 3px !important;
    border-style: inset !important;
    border-color: #808080 !important;
    border-radius: 10px;
    background-color: #002269 !important;
    color: #FFFFFF !important;
}
/*Form Button Active State*/
  .frm_btn:active {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    width: 325px;
    height: 60px;
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border: 3px !important;
    border-style: groove !important;
    border-color: #808080 !important;
    border-radius: 10px;
    background-color: #737CA1 !important;
    color: #FFFFFF !important;
}

/* 450px and under */
@media (max-width: 450px) { .du-col-img { width: 300px; height: 202px; }
}
/* 451px to 600px */
@media (min-width: 451px) and (max-width: 600px) { .du-col-img { width: 350px; height: 236px; }
}
/* 601px to 780px */
@media (min-width: 601px) and (max-width: 780px) { .du-col-img { width: 400px; height: 270px; }
}
/* 781px to 991px */
@media (min-width: 781px) and (max-width: 991px) { .du-col-img { width: 420px; height: 283px; }
}
/* 992px to 1200px */
@media (min-width: 992px) and (max-width: 1200px) { .du-col-img { width: 440px; height: 297px; }
}
/* 1201px to 1600px */
@media (min-width: 1201px) and (max-width: 1599px) { .du-col-img { width: 460px; height: 310px; }
}
/* Over 1600px */
@media (min-width: 1600px) { .du-col-img { width: 580px; height: 391px; }
}

/*1600 Screen */
@media (min-width: 1600px) {
  html { font-size: 20px; }
  h1 { font-size: 5rem !important; top: -30px; }
  h2 { font-size: 4.1rem !important; }
  h3 { font-size: 3.4rem !important; }
  h4 { font-size: 2.6rem !important; }
  h5 { font-size: 1.5rem !important; }
  h6 { font-size: 1rem !important; }
  p { font-size: 2rem !important; }
  li { font-size: 2rem !important; }
}
@media (min-width: 1600px) {
  .h1-s { font-size: 5rem !important; top: -30px; }
  .h2-s { font-size: 4.1rem !important; }
  .h3-s { font-size: 3.4rem !important; }
  .h4-s { font-size: 2.6rem !important; }
  .h5-s { font-size: 1.5rem !important; }
  .h6-s { font-size: 1rem !important; }
}
@media screen and (min-width: 1600px) {
  .alignable-icon {
    width: 28px !important;
    height: 28px !important;
  }
}

/*991 Screen*/
@media screen and (max-width: 991px) {
  .section-flex {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .column-flex {
    width: 100%;
  }
}

@media (min-width: 991px) {
  html { font-size: 19px; }
  h1 { font-size: 4.2rem; }
  h2 { font-size: 3.3rem; }
  h3 { font-size: 2.5rem; }
  h4 { font-size: 1.8rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 0.9rem !important; }
  p { font-size: 1.6rem; }
  li { font-size: 1.6rem; }
}

@media (min-width: 991px) {
  .h1-s { font-size: 4.2rem; }
  .h2-s { font-size: 3.3rem; }
  .h3-s { font-size: 2.5rem; }
  .h4-s { font-size: 1.8rem; }
  .h5-s { font-size: 1.2rem; }
  .h6-s { font-size: 0.9rem !important; }
}

@media screen and (min-width: 991px) {
  .mls-logo {
    widh: 200px;
    height: 53px;
}

/*780 Screen */
@media (min-width: 780px) {
  html { font-size: 18px; }
  h1 { font-size: 3.8rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 2.3rem; }
  h4 { font-size: 1.7rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 0.9rem; }
  p { font-size: 1.8rem; }
  li { font-size: 1.8rem; }
}
@media (min-width: 780px) {
  .h1-s { font-size: 3.8rem; }
  .h2-s { font-size: 3rem; }
  .h3-s { font-size: 2.3rem; }
  .h4-s { font-size: 1.7rem; }
  .h5-s { font-size: 1.4rem; }
  .h6-s { font-size: 0.9rem; }
}

/*600 Screen*/
@media (min-width: 600px) {
  html { font-size: 17px; }
  h1 { font-size: 3.4rem; }
  h2 { font-size: 2.6rem; }
  h3 { font-size: 2.1rem; }
  h4 { font-size: 1.5rem; }
  h5 { font-size: 1.3rem; }
  h6 { font-size: 0.9rem; }
  p { font-size: 1.5rem; }
  li { font-size: 1.5rem; }
}
@media (min-width: 600px) {
  .h1-s { font-size: 3.4rem; }
  .h2-s { font-size: 2.6rem; }
  .h3-s { font-size: 2.1rem; }
  .h4-s { font-size: 1.5rem; }
  .h5-s { font-size: 1.3rem; }
  .h6-s { font-size: 0.9rem; }
}
@media screen and (min-width: 600px) {
  .alignable-icon {
    width: 20px;
    height: 20px;
  }
}

/*450 Screen*/
@media (min-width: 450px) {
  .h1-s { font-size: 3rem; }
  .h2-s { font-size: 2.3rem; }
  .h3-s { font-size: 1.8rem; }
  .h4-s { font-size: 1.3rem; }
  .h5-s { font-size: 1.1rem; }
  .h6-s { font-size: 0.9rem; }
}
