@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Raleway', sans-serif;
}

h1 {
	font-family: 'Lora', serif;
	font-size: 32px;	
}

h2 {
	font-family: 'Lora', sans-serif;
	font-size: 28px;	
}

h3, h4 {
	font-family: 'Lora', serif;	
}

p {
	font-size: 18px;	
}

p a:link,
p a:visited,
li a:link,
li a:visited {
	color: #00946C;
}

p a:hover,
p a:active,
li a:hover,
li a:active {
	
}

.btn-default {
	color: #FFF;
	background: #186853;
	border:	3px solid #FFF;
}

.btn-default:hover,
.btn-default:active {
	color: #FFF !important;
	background: #00946C !important;
	border-color: #FFF !important;
}

#content-lower .btn-default:hover,
#content-lower .btn-default:active {
	color: #FFF !important;
	background: #8ABEFF !important;
	border-color: #FFF !important;
}

header {
	/*height: 100vh;*/
	font-family: 'Lora', serif;
}

header .contact-bar {
	background: rgba(24,104,83,0.4);
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	padding: 10px 0px;
}

header .contact-bar a,
header .contact-bar a:link,
header .contact-bar a:visited {
	color: rgba(255,255,255,0.8);
}

header .contact-bar a:hover,
header .contact-bar a:active {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}

header .navbar {
	font-size: 1.2em;
	margin-top: 60px; /* offset for .contact-bar */
}

/* navbar styling and tranform states */
.navbar-light .navbar-brand {
	background: url("../images/logo.png") no-repeat;
	background-size: contain;
	width: 249px;
	height: 149px;
	transition: all 0.5s ease;
}

.navbar-light {
	transition: all 0.3s ease;
}

.navbar-light.scrolled .navbar-brand {
	background: url("../images/logo2.png") no-repeat;
	background-size: contain;
	width: 175px;
	height: 104px;
}

.navbar-light.scrolled {
	margin-top: 0;
}

.navbar-light.custom-transparent .navbar-nav .nav-link {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.navbar-light.custom-transparent .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,0.7);
}

.navbar-light.custom-transparent .navbar-nav .active > .nav-link {
	color: #bbb;
}
/* END navbar styling and tranform states */

.carousel {
	
}

.carousel-caption h1,
.carousel-caption p {
	text-shadow: 2px 2px 4px #000000;
}

.carousel-caption p a {
	color: #fff;
}

.carousel-caption p a:hover {
	color: rgba(255,255,255,0.5);
	transition: color 0.3s; 
}


.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
}

.carousel-caption h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
}

.carousel-item {
	background-color: #CCCCCC;
	height: 100vh;
	min-height: 400px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#for-sale .carousel-item {
	height: 100vh;
}

#contact .carousel-item {
	height: 50vh;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}

#info-bar {
	position: relative;
	background: #186853; /* Logo Green */
	color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	z-index: 99;	
}

#info-bar .info-address {
	
}

#info-bar h1 {
	font-family: 'Lora', serif;
	font-size: 32px;
	padding: 0;
	margin: 10px 0px 0px 0px;	
}

#for-sale #info-bar h1,
#contact #info-bar h1 {
	margin: 20px 0px;	
}

#info-bar h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 5px 0px 10px 0px;	
}

#info-bar .info-call {
	text-align: right;
	margin: 7.5px 0px;
}

#info-bar .info-call .btn-default {
	font-size: 30px;	
}

#map {
	width: 100%;
	height: 30vh;
	min-height: 400px;
	background-color: grey;
}

main {
	position: relative;
}

#content-upper {
	background: #CCDEC0;
}

#content-lower {
	background: #CAE2FF;
}

#content-upper h2, 
#content-lower h2,
#content-upper p, 
#content-lower p,
#content-upper a.btn,
#content-lower a.btn {
	margin: 40px 0px;
}

#content-upper a.btn,
#content-lower a.btn {
	padding: 15px;	
}

#content-lower .btn-default {
	background: #71B0FF;	
}

#for-sale #content-lower a.btn {
	margin: 0px 0px 40px 0px;
	font-size: 16px;
}

#for-sale .gallery img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

#for-sale .gallery h5 {
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}


#contact #content-lower a.btn {
	margin: 100px 0px;
	font-size: 28px;
}

#contact .form-group .btn {
	padding: 15px 30px;
}

#contact .form-group .control-label {
	font-size: 18px;
}

#contact .form-group label {
	font-weight: bold;
}

.affiliates img {
	padding: 40px 0px;
}

footer {
	font-size: 14px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 40px 0px 0px 0px;
	margin-top: 100px;
}

footer p {
	font-size: 14px;
	clear: both;	
}

footer p.text-muted {
	font-size: 12px;
}

footer h4 {
	font-size: 14px;
	font-weight: bold;	
}

footer .container .row img {
	max-width: 200px;
	margin-top: -120px;	
}

footer li {
	line-height: 28px;	
}

footer ul {
	padding-left: 20px;	
}

@media (max-width: 992px) {
	
	#content-lower a.btn {
		margin-top: 50px;	
	}
	
	footer { 
		margin-top: 70px;
	}
	
	footer .container .row img {
		max-width: 150px;
	}
	
}

@media (max-width: 768px) {

	#info-bar {
		text-align: center;	
	}
	
	#info-bar a.btn {
		margin: 10px 0px;
		width: 100%;	
	}
	
	#for-sale .gallery img {
		height: 250px;
	}
	
	footer {
		margin-top: 0;
	}
	
	footer .container .row img {
		margin-top: 0; /* bring image back down */
	}
	
}

@media (max-width: 480px) {
	
	header .contact-bar {
		font-size: 0.8em;
	}
	
	.navbar-light .navbar-brand {
		width: 175px;
		height: 104px;
	}
	
}