/*
Theme Name: 914Digital
Theme URI: https://914digital.com
Description: Bootstrap 25
Author: 914Digital
Author URI: https://914digital.com
Version: 1.0
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}

a {
	text-decoration:none;
  color:rgb(0 49 120);
}

a:hover, a:focus, a:active {
	opacity:0.8;
}

img {
	max-width:100%;
	height:auto;
}

.btn.btn-primary {
    background: transparent;
    border: 2px solid;
}

.btn.btn-primary:hover, 
.btn.btn-primary:focus, 
.btn.btn-primary:active {
	outline: none;
}

.navbar {
	z-index:9999;
	background-color:transparent;
	transition:all .5s ease;
}

.navbar-brand {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 2.5rem;
	color: #fff;
}

.nav-link {
color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

/* Center nav links under logo on mobile */
@media (max-width: 991.98px) {
  .navbar-brand {
    margin-bottom: 0.5rem;
  }

  .nav.navbar-nav {
    text-align: center;
  }

  .nav.navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
}

a.tel-link {
  color:#fff;
  position:relative;
}

.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carousel-inner,
.carousel-item,
.carousel-bg-image {
  height: 100vh;
}

.carousel-img-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.carousel-img-parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 110vh;
  width: 100%;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.carousel-header {
  	margin-left: 9rem;
    max-width: 600px;
    animation: fadeInLeft 1s ease-out 0.4s both;
    pointer-events: auto;
	color: #fff;
	 transition: opacity 0.3s ease;
}

.carousel-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.carousel-header p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 1rem;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 4;
}

.carousel-bg-image {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  animation: zoomIn 10s ease-in-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* slight zoom */
  }
}

@media (max-width: 991.98px) {
	.carousel-header {
	margin-left: 3rem;
	max-width: 100%;
  }

  .carousel-title {
	font-size: 2.3rem;
	line-height: 1.2;
  margin-top: 70px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
	display:none;
  }
}

.about-section {
	background-color:#edece6;
	position:relative;
	color:#262626;
	font-size:17px;
	font-weight:300;
}

.about-section h2 {
  position: relative;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #002168;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
}

.as-sidebar {
	background-color:#f1f0ef;
	margin-top:25px;
}

.prop-box {
	border: 2px solid #fff;
    background-color: #197704;
}

.photo-gallery {
 position:relative;
}

.photo-gallery img {
  object-fit: cover;
}

.map-section, .contact {
	position:relative;
	background-color:#000;

}

.map-section {
	margin-bottom:-7px;
}

.contact {
	background-color:#fafafa;
}

.contact h3 {
  position: relative;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #002168;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
}

.contact p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #262626;
}

.footer-top {
	background-color:#edece6;
	position:relative;
	font-weight:300;
}

.footer-top .village-view-logo {
  color: #3e5931;
}

.footer-top .logo-icon {
  border: 1px solid #3e5931;
}

.footer-top .logo-icon::before,
.footer-top .logo-icon::after {
  background-color: #3e5931;
}

.footer-top .address {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #3e5931;
}

@media(max-width: 768px) {
	.footer-top {
		text-align:center;
	}
}

.gform_button.button.btn.btn-primary {
	background-color:transparent!important;
	color:#002168!important;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 300!important;
	font-size: 1.2rem!important;
	padding: 0.5rem 2rem!important;
	border-radius: 5px!important;
	border: 1px solid!important;
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none;
	text-indent: -9999px;
	background-image: url(img/angle-up.svg);
	background-size: 19px;
	z-index: 9;
	background-color: #002168;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
  }

footer {
	background-color:#2b2d2b;
	padding:20px;
	color:#fff;
	position:relative;
}

footer .credit {
	float:right;
}

footer .credit .site-by {
	font-size: 10px;
    position: relative;
    top: 2px;
}

@media(max-width:768px) {
	footer .credit {
		float:none;
		margin-top:20px;
	}
}