/* Top CTA Bar */

.top-bar-back {
    background-color: #213760;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    text-align: right;
	padding-right:20px;
	overflow:auto;
}
.top-bar-back a {
color: #fff;
}

/* Navigation */

.nav-back {
    background-color: none;
}
.dropdown-menu {
    background-color: none;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand {
    color: #fff;;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #b6a069;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
    font-weight: 500;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: none;
    color: #fff;
}
.dropdown-menu > li > a {
    color: #fff;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #b6a069 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#213760;
  }
  .navbar-default .navbar-nav > .active {
  color:#fff;
  }

/* typography */

.entry-title {
    color: #213760;
    font-size: 26px;
    font-weight: bold;
    }
body {
    font-size: 18px;
    line-height: 1.4;
	font-family: "Nunito Sans", sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
    color: #486078;
    font-weight: bold;
	font-family: "Gelasio", serif;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}

a {
color:#3fae29;
}

/* format align */

.space {
	height:20px;
}
.footer-pad {
    margin-top: 0;
}
.img-right, .alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img-left, .alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
img, iframe {
max-width:100%;
}

/* Commonly Used Formatting */

.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.white {color:#fff;}
.black {color:#000;}

/* Contact Form 7 Customization */

.wpcf7-text, .wpcf7-textarea {
	max-width:100%;
	border-radius:8px;
	padding:5px; 
}
.wpcf7-textarea {
	height:75px;
}
label {
       font-weight: normal;
}

/* footer */

.footer {
    background-color: #3fae29;
    padding-top: 20px;
	color:#fff;
}
.footer a {
color:#fff;
}


.main-cta-text {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
	line-height:1.2em;
    margin-top: 30px;
	margin-bottom:10px;
}
.sub-cta-text {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
}
.cta-button {
    background-color: #428bca;
    border-radius: 5px;
    width: 200px;
    padding: 8px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}

.main-cta-text-sm {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sub-cta-text-sm {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
	padding-top:10px;
}

/* benefits or service buckets section */

.svc-title {
text-align:center;
font-weight:bold;
font-size:24px;
}
.svc-text {
text-align:center;
padding:10px;
}
.svc-btn {
width:70%;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#ff6018;
text-align:center;
color:#ff6018;
margin-top:20px;
}

/* common-elements */

.white-outline-button {
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}
.solid-button {
	background-color:#000;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.home-page-titles {
color:#000;
font-weight:bold;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
line-height: 1.3em;
text-transform:uppercase;
}


/* search */
.search {
    width: 30%;
    position: relative;
    margin-left: auto;
    margin-right: 80px;
}

.searchTerm {
    float: left;
    width: 110%;
    border: 3px solid #3fae29;
    padding: 10px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
  color: #3fae29;
}

.searchButton {
  position: absolute;  
  right: -50px;
  width: 20px;
  height: 26px;
  border: 1px solid #3fae29;
  background: #3fae29;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
 }

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* custom-elements */

.home-text {
	color:#555555;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}
.dark-blue-box {
	background-color:rgb(9, 44, 116);
	}
	.title-white {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.8em !important;
    line-height: 1.30612245;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
	font-weight:bold;
}
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.cta-button {
    background-color: #fff;
    border-radius: 0px;
    width: 200px;
    padding: 8px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}
.site-titles {
	text-align:center;
	font-size:26px;
    }
.bucket-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bucket-text {
    text-align: center;
    min-height: 150px;
    font-size: 16px;
}
.bucket-text2 {
    text-align: center;
    font-size: 16px;
}
.bucket-cta {
	background-color:#657DBD;
	color:#fff;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	text-align:center;
}
.bucket-cta2 {
    background-color: #657DBD;
    color: #fff;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.widget-title {
    background-color: #344CA0;
    color: #fff;
    padding: 5px;
}
.xoxo {
	list-style-type:none;
}
.top-bar-left {
    text-align: left;
    padding-left: 30px;
}
.top-bar-right {text-align:right; padding-right:30px;}
.grass-back {
	background-image:url(/wp-content/uploads/2018/05/long-grass-background-dark.jpg);
}
.logo {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 2px 2px;
	text-decoration:none;
    }
	.carousel-caption h3 {
		color:#fff;
		font-size:32px;
	}
	.svc-list {
		font-size:26px;
		list-style-type:none;
	}
	.full-bg-section {
      position: relative;
      width: 100%;
      min-height: 100vh; /* Make sure it fills full screen height */
      background: url('/wp-content/uploads/2025/04/home-bg.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
    }

    .overlay-text {
      color: #fff; /* Black text inside overlay */
      border-radius: 8px;
      display: inline-block;
    }
.quote-req {
    background: white;
    color: #213760;
    width: 150px;
    margin-left: auto;
    text-align: center;
    padding: 2px;
    border-radius: 9px;
    margin-right: 80px;
}
.quote-req a {color: #213760;}

.quote-req2 {
    color: white;
    background: #213760;
    width: 50%;
    margin-left: auto;
    text-align: center;
    padding: 8px;
    border-radius: 9px;
    font-size: 22px;
    margin-top: 60px;
}
.quote-req2 a {color:#fff;}
.links a {color:#213760; text-decoration:none;}
@media (max-width: 768px) {
  .full-bg-section {
    min-height: 20vh; /* Show more of the image with less vertical space */
    background-position: center top; /* Shift image up to show key areas */
    background-size: contain; /* Ensure the full image fits in */
    padding-top: 40px;
    padding-bottom: 20px;
    align-items: flex-start;
  }

  .overlay-text {
    padding: 10px 15px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 8px;
    text-align: center;
	text-shadow: 2px 2px #000;
  }

  .overlay-text h1 {
    font-size: 18px !important;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
}
.blink {
    animation: blink 3s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

