@import url(all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

:root {
    --forest: #324115;
    --lime: #74a727;
	--darkLime: #2c3f08;
    --paleLime: #bad296;
    --charcoal: #2f2f2f;
    --darkGrey: #4f4f4f;
    --mediumGrey: #bfbdbd;
    --grey: #dadada;
    --tan: #977d3f;
    --offWhite: #f8f8f8;
	--gold: #ffd700;
}

body {
    background-color: #ffffff;
}
h1 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: var(--lime);
}
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}
h1 span {
    display: block;
    font-weight: 100;
    line-height: 80%;
}
h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: var(--lime);
}
@media (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
    }
}
h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.25rem;
    color: var(--lime);
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
    }
}
h4 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.125rem;
    color: var(--lime);
}
@media (min-width: 768px) {
    h4 {
        font-size: 1.25rem;
    }
}
#headerWrapper {
    padding: 0px;
    background-image: linear-gradient(var(--lime), var(--darkLime));
    position: scroll;
    top: 0px;
    z-index: 500;
}
@media (min-width: 992px) {
    #headerWrapper {
        position: fixed;
    }
}
#header .logo {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
@media (min-width: 992px) {
    #header .logo {
        text-align: left;
    } 
}
#header .phone {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}
@media (min-width: 992px) {
    #header .phone{
        text-align: center;
    } 
}
#header .phone div {
    text-align: center;
    margin-left: 0%;
    width: 100%;
}
@media (min-width: 992px) {
    #header .phone div {
        text-align: center;
        margin-left: 50%;
        width: 50%;
    } 
}
#header .phone p:nth-child(1) {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.125rem;
}
#header .phone p:nth-child(2) {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-top: -20px;
    margin-bottom: 0px;
}
#header a:link, #header a:visited {
    color: #ffffff;
    text-decoration: none;
}
#mainNav {
    background-color: rgba(25, 25, 25, .85);
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 1.0rem;
}
@media (min-width:992px) {
	#mainNav {
		font-size:.8rem;
	}
}
@media (min-width:1200px) {
	#mainNav {
		font-size:1.0rem;
	}
}
#mainNav a:link, #mainNav a:visited {
    color: var(--mediumGrey);
    text-decoration: none;
    letter-spacing: 1px;
}
#mainNav a:hover {
    color: #ffffff;
}
#myCarousel {
    margin-top: 0px;
    overflow: hidden;
}
@media (min-width: 992px) {
    #myCarousel {
        margin-top: 128px;
    }  
}
#myCarousel .overlay {
    background-color: rgba(25, 25, 25, .75);
    position: absolute;
    top: 60%;
    left: 10%;
    width: 90%;
    z-index: 250;
    text-align: center;
    color: #ffffff;
    font-size:1.25rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    #myCarousel .overlay {
        position: absolute;
        top: 60%;
        left: 30%;
        width: 70%;
        text-align: center;
        font-size:4rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
#myCarousel .carousel-indicators {
    z-index: 350;
}
#myCarousel .carousel-inner img {
width: 100%;
}

#content {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px) {
	#content {
		padding-top:70px;
		padding-bottom:45px;
	}
}

#content .max-width-1000 {
	max-width:1000px;
}

#content.intro {
    background-image: url(../images/backMain2.png);
	background-size:40%;
    background-repeat: no-repeat;
	background-position:20px 30px;
}
@media (min-width:768px) {
	#content.intro {
		background-size:auto;
		background-position: 15% 70px;
	}
}
#content.intro .col-md-7 {
	padding-left: 20px;
}
@media (min-width: 768px) {
    #content.intro .col-md-7 {
        padding-left: 120px;
        } 
}
#content.interior {
    margin-top: 30px;
}
@media (min-width:992px) {
	#content.interior {
		margin-top:120px;
	}
}

#content.interior .interiorHero {
    margin-bottom: 15px;
}
@media (min-width:992px) {
	#content.interior .interiorHero {
		margin-bottom: 30px;
	}
}
#content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--darkGrey);
    font-size: 1.125rem;
}

.intro .line, .interior .line {
    display: block;
    height: 7px;
    background-color: var(--mediumGrey);
    width: 175px;
    margin-top: 25px;
    margin-bottom: 25px;
}
#specialties {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--offWhite);
}
#specialties .line {
    display: block;
    height: 7px;
    background-color: var(--mediumGrey);
    width: 175px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#specialties ul {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--darkGrey);
    font-size: 1.125rem;
    margin-bottom: 0px;
    margin-left: 40px;
}
@media (min-width: 768px) {
    #specialties ul {
        margin-left: 0px;
    }
}

#specialties .newspaper  {
  column-count:1;
}
@media (min-width:420px) {
	#specialties .newspaper {
		column-count:2;
	}
}
@media (min-width:768px) {
	#specialties .newspaper {
		column-count:3;
	}
}
@media (min-width:1500px) {
	#specialties .newspaper {
		column-count:4;
	}
}


#leadIns  {
    background-color: var(--paleLime);
}

#leadIns p {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color:var(--darkGrey);
}
#leadIns {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;

}
#leadIns .btn {
    background-color: var(--lime);
    text-transform: uppercase;
	border: 1px solid var(--darkGrey);
    border-radius: 0px;
	box-shadow:none;
    color: var(--offWhite);
	font-size:1rem;
	font-weight:400;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
#leadIns .btn:hover {
    background-color: var(--darkLime);
	color: #ffffff;
} 



#leadIns .col-md-3 {
    background-color: #ffffff;
    border-style: none;
	padding: 50px;
}
#leadIns .col-md-3 img {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(25,25,25,.5);
	box-shadow: 1px 1px 2px 2px rgba(25,25,25,.5);
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	margin-bottom: 20px;
}
@media (min-width:1200px) {
	#leadIns .col-md-3 img {
		-webkit-box-shadow: 1px 1px 3px 3px rgba(25,25,25,.5);
		box-shadow: 1px 1px 3px 3px rgba(25,25,25,.5);
		border-style: solid;
		border-width: 7px;
		border-color: #ffffff;
		margin-bottom: 25px;
	}
}
@media (min-width:576px) {
	#leadIns .col-md-3 h3 {
		font-size:1.4rem; /*larger does not fit */
	}
}
@media (min-width:768px) {
	#leadIns .col-md-3 h3 {
		font-size:1.85rem;
	}
}


#propertyMgmt {
	background-color: var(--offWhite);
}

#propertyMgmt .col-md-5 {
	background-image: url(../images/indexPropertyMgmt.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#propertyMgmt .col-md-7 {
	padding:30px;
}
@media (min-width:768px) {
	#propertyMgmt .col-md-7 {
		padding:90px 45px;
	}
}	

#videoFacebook {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--tan);
    background-image: url(../images/backVideo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#videoFacebook .col-md-8 {
    padding-top: 90px;
}

#testimonial {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: var(--mediumGrey);
    color: var(--offWhite);
}
#testimonial span:before {
 content: '\2605\2605\2605\2605\2605';
 color: var(--gold);
 font-size: 1.75rem;
}
#testimonial p:nth-child(2) {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    line-height: 110%;
}
@media (min-width: 768px) {
    #testimonial p:nth-child(2) {
        font-size: 2.75rem;
    }  
}



a:link#callToAction, a:visited#callToAction {
    background-image: linear-gradient(var(--lime), var(--darkLime));
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
	position: relative;
	z-index: 1;
   /* -webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s linear;*/
}
a:link#callToAction::before, a:visited#callToAction::before {
	position:absolute;
	content: "";
	top:0;
	right:0;
	bottom:0;
	left:0;
    background-image: linear-gradient(var(--darkLime), var(--lime));
	z-index: -1;
	transition: opacity 0.5s linear;
	opacity: 0;
}
a:hover#callToAction::before {
	opacity:1;
}
a:hover#callToAction {
    color: #ffffff;
}
#callToAction span:nth-child(1) {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 3px;
    display: block;
    line-height: 90%;
}
@media (min-width: 768px) {
    #callToAction span:nth-child(1) {
        font-size: 4rem;
    }  
}
#callToAction span:nth-child(2) {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: .925rem;
    margin-top: 5px;
    letter-spacing: 2px;
    display: block;
    line-height: 110%;
}
@media (min-width: 768px) {
    #callToAction span:nth-child(2) {
        font-size: 1.25rem;
    }  
}
#callToAction span:nth-child(3) {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.95rem;
    letter-spacing: 3px;
    display: block;
    margin-top: 10px;
}
@media (min-width: 768px) {
    #callToAction span:nth-child(3) {
        font-size: 2.5rem;
    }
}
#logos {
    padding-top: 75px;
    padding-bottom: 75px;
}
#logos .col-md-7 {
    text-align: center;
    padding-top: 15px;
    padding-left: 75px;
    padding-right: 75px;
}
@media (min-width: 768px) {
    #logos .col-md-7 {
        text-align: center;
        padding-top: 35px;
    } 
}
#logos .col-md-7 .col-md-4 {
    margin-bottom: 40px;
}
#logos .col-md-5 {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
@media (min-width: 768px) {
    #logos .col-md-5 {
        padding-left: 75px;
        padding-right: 75px;
    }
}
#logos p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--darkGrey);
    font-size: 1.125rem;
}


#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--charcoal);
    color: var(--mediumGrey);
}
#footer p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: .95rem;
}
#footer a:link, #footer a:visited {
    color: var(--mediumGrey);
    text-decoration: none;
}
#footer a:hover {
    color: #ffffff;
}

#gallery img {
    margin-bottom: 2.0rem;

}

#gallery .row {
    margin-bottom: 25px;
}
/* accordion styling */
h2.accordion-header button {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    color: var(--lime);
}
@media (min-width: 768px) {
    h2.accordion-header button {
        font-size: 1.75rem;
    }
}
.accordion-item h3, .accordion-item h4 {
    color: var(--lime);
}
.accordion-item, .accordion-button, .accordion-button:focus {
    border-style: none;
}
  
  .accordion-item:not(.collapsed) .accordion-button {
    background-color: #ffffff;
  }
  
  .accordion-item:not(.collapsed) .accordion-button:focus {
    box-shadow: none; /* Remove focus shadow from accordion button when expanded */
  }
  .accordion [aria-expanded="false"] {
    background-color: #ffffff;
    color: var(--lime);
}
.accordion [aria-expanded="true"] {
    color: var(--paleLime);
        border-style: none;

}