html {
  
}

@media (min-width: 768px) {
  
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

}
.navbar-brand {
  max-height:50px;
}

.navbar-brand img{
  top:-10px;
  max-width:220px;
  position:relative
}

::placeholder {
  color: gray !important;
  /*font-style: italic;*/
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: gray !important;
  font-style: italic;
}

/********* font adjustments for screen sizes***********/
@media (min-width: 576px) {
  .h4-sm {
    font-size: calc(1.275rem + .3vw);
  }
}
@media (min-width: 768px) {
  .h4-md {
    font-size: calc(1.275rem + .3vw);
  }
}
@media (min-width: 992px) {
  .h4-lg {
    font-size: calc(1.275rem + .3vw);
  }
  
}
@media (min-width: 1200px) {
  .h4-xl {
    font-size: calc(1.275rem + .3vw);
  }
}
@media (min-width: 1400px) {
  .h4-xxl {
    font-size: calc(1.275rem + .3vw);
  }
}

.sticky-top.breadcrumb {
  top: 67px;
  padding-top: 8px;
  background-color: #ffffffee;
  height:40px;
}
@media (max-width: 576px) {
  ol li:nth-child(2) {
    display: none;
  }
}

/*ol.breadcrumb {
  display: flex;*/ /* Align breadcrumb items in a row */
  /*flex-wrap: nowrap;*/ /* Prevent wrapping of items */
  /*overflow-x: auto;*/ /* Enable horizontal scrolling */
  /*-webkit-overflow-scrolling: touch;*/ /* Smooth scrolling for touch devices */
  /*white-space: nowrap;*/ /* Prevent text wrapping within breadcrumb items */
  /*border:solid 1px;

}

.breadcrumb-item {
  display: inline-block;*/ /* Align items inline */
/*}
.breadcrumb-item:not(:first-child) {
  padding: 0 15px;*/ /* Add some padding to the breadcrumb items for spacing */
/*}*/

/*************************** Address Search ******************************/
.addressSearch {
  top: 98px;
  background-color: #ffffffee;
  
}
  .addressSearch .form-control {
    border-color: var(--bs-secondary-subtle);
  }

#searchApt {
  max-width: 18%;
  min-width: auto;

}
.seewhat{
  
}
.addressSearch.pinned {
  top:104px;
  min-width: 100%;
  /*margin-bottom: 0px;
  padding:0px!important;*/
  
}
  .addressSearch.pinned .seewhat {
    visibility:hidden;
  }
.pac-container { /*Google Address*/
  z-index: 1021;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #searchApt {
    max-width: 25%;
    min-width: auto;
  }
  .addressSearch:not(.pinned) .form-control, .addressSearch:not(.pinned) .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
}

/*************************** Address Search ******************************/

/*************************** Results ******************************/
.results .blockquote {
  font-size: 1rem;
}

.resultbtns {
  position: absolute;
  right:0px;
}
  .resultbtns div {
    margin-top: 50px;
    position: fixed;
    transform: rotate(-90deg);
    right: -135px;
    width: 300px;
  }
.resultbtns .btn{
  height:25px;
  
}
.display-7{
  font-size:1.6rem;
}
@media (min-width: 576px) {
  .resultbtns div {
    margin-top: 130px;
    transform: rotate(90deg);
    margin-left: -135px;
    right: auto;
  }
}

@media (min-width: 768px) {
  .display-7 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
/*  .resultbtns {
    position: fixed;
    top: 100px;
    margin-left: -80px;
    transform: rotate(-90deg);
  }*/
}
/*************************** Results ******************************/



.text-danger {
  color: #A91E2B !important;
}