html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Google Sans', Tahoma, Georgia, san-serif;
	color: #2d2d2d;
	background-color: #f3f3f3;
	background-image: linear-gradient( 109.6deg,  rgba(223,234,247,1) 11.2%, rgba(244,248,252,1) 91.1% );
	min-height: 100vh;
	background-attachment: fixed;
}

body p {
	line-height: 1.5em;
	font-size: 1.1em;
}


a {
color:midnightblue;
}

a:hover {
	color:midnightblue
}


.navbar .navbar-nav > .nav-item > .nav-link,
.navbar .navbar-nav > .nav-item > .nav-link:link,
.navbar .navbar-nav > .nav-item > .nav-link:visited {
  color: #fff !important;
  font-size: 1.25rem;
}
.navbar .navbar-nav > .nav-item > .nav-link:hover,
.navbar .navbar-nav > .nav-item > .nav-link:focus {
  color: #e0e0e0 !important;
  font-size: 1.25rem;
}


.smaller {
  font-size: 0.8rem;
}
.x-small {
  font-size: 0.75rem;
}


.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 9999;
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff !important;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

.external-link::after {
  content: "↗";
  display: inline-block;
  font-size: 0.7em;      /* smaller than link text */
  vertical-align: super;  /* nudge up since small chars sit low */
  margin-left: 0.15em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fa-green {
	color:rgb(126, 144, 126)
}

.accordion-button {
	font-size: 1.2rem !important
}

.property-image {
	width: auto;
    max-width: 350px;
	max-height:260px;
	border-radius:10px;
}


.button-action {
	background-color:#19341d;
	color: white;
	text-decoration: none;
	display: block;
	width: 60%;
	border-radius: 15px;
	padding: 5px;
	font-weight: bold;
	margin: 0 auto;
}

.button-action a {
	text-decoration: none;
	color: white;
}

.button {
	display: inline-block;
	background-color:black;
	color:white;
	border-radius: 8px;
	width: auto;
	padding: 5px 8px 5px 8px;
	font-size: .8em;
}

.hero {
  min-height: 60vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius:20px;
  overflow:hidden
}

.hero-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.5rem 2rem;
  border-radius: 4px;
}

#headerbarholder {
	width: 100%;
	height:auto;
	background-color:#212529;
	margin:0;
	top:0;
}

#headerbar {
	max-width: 1320px;  
	margin: 0px auto;
	padding: 0; 
	top: 0px; 
	position: relative;
}


#bottom {
	margin: 0 auto;
	max-width: 1088px;
	text-align: center;
	font-size: 2em;
	color:#fff;
	padding: 1em;
	font-weight: bold;
	line-height: 1;
	background-color:#2A381A;
}





#map {
        height: 250px;
        max-width: 1150px;
       }

h1 { 
	font-size:2.6em;
	font-weight:bold;
	color:#334F16;
}

h2 {
	font-size:2.2em;
	font-weight:bold;
	color:#3c3c3c;
}

h3 {
	font-size:2em;
	font-weight:bold;
	color:#3c3c3c;
}

h4 {
	font-size:1.7em;
	font-weight:bold;
	color:#3c3c3c;
}

h5 {
	font-size:1.4em;
	font-weight:bold;
	color:#3c3c3c;	
}

h6 {
	font-size:1.2em;
	font-weight:bold;
	color:#3c3c3c;	
}

h1, h2, h3, h4, h5, h6 {	
  	margin-bottom: 1.3rem;
}

footer {
	clear:both;
	width: auto;
	background-color:#3c3c3c;
	color:white;
	margin-top: 50px;
}


.site-footer {
  color: #fff;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer p {
  margin-bottom: .5rem;
}
.site-footer .footer-logo img {
  max-width: 250px;
  height: auto;
}
.site-footer .footer-credits i {
  transition: opacity .2s ease;
  color:white;
}
.site-footer .footer-credits a:hover i {
  opacity: .75;
}
.site-footer .footer-credit {
  font-size: .9em;
  margin-top: 30px;
}
.site-footer .footer-credit a {
  text-decoration: underline;
  color: white;
}
.site-footer .footer-top-link {
  font-size: .9em;
  margin-top: 30px;
  color: white;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.imgscale {
    max-width: 100%;
    height: auto;
	}

.video {
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9; /* browser handles height */
}

.video iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}



/* Tablet and below responsive styles */
@media (max-width: 991.98px) {
  .site-footer .row > div {
    text-align: center;
  }
  .site-footer .footer-credits {
    margin-top: 1rem;
  }
  .site-footer .footer-logo img {
  max-width: 150px;
  height: auto;
}
.no-mobile {
	display: none;
}

.hero {
  min-height: 300px;
  max-height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius:20px;
  overflow:hidden
}

.hero-text {
	display:none;
}

}