﻿/*FONTS HEADER */

.main-title {
	font-family: 'Poppins', sans-serif;
	color:white;
	font-size:4em;
}


.sub-title{
	font-family: 'Poppins', sans-serif;
	color: #99CC00;
	font-size: 2.5em;
}



/* NEW FONT SETUP */
/*.main-title1 {
	font-family: 'Poppins', sans-serif;
	color:white;
	font-size:4em;
}

.sub-title1 {
	font-family: 'Poppins', sans-serif;
	color: #99CC00;
	font-size: 2.5em;

}*/
.bold{
	font-weight:bold;
}

/*END NEW FONT SETUP */

svg:hover {
  fill: #99CC00;
}

.normal-txt{
	font-family: 'Red Hat Display', sans-serif;
	color:white;
	font-size:1.5em;
	line-height:60px;
}

/* finish header fonts */

/* text for hover boxes */
.normal-txt1{
	font-family: 'Red Hat Display', sans-serif;
	color:black;
	font-size:x-large;
	text-decoration:none;
	font-weight:bold;
}

.normal-p {
  font-family: 'Red Hat Display', sans-serif;
	color:black;
	font-size:large;
}

/* finish rext for boxes */


/* MAIN BODY FONTS */

h1 {
    font-family: 'Red Hat Display', sans-serif;
	color:black;
	font-size:1.5em;
  margin-bottom: 20px;
}


h2 {
	font-family: 'Red Hat Display', sans-serif;
	color: #080808;
	font-size: 1.5em;
  margin-bottom: 20px;
}


h3 {
    font-family: 'Red Hat Display', sans-serif;
	color:black;
	font-size:1.5em;
  margin-bottom: 15px;
}

p {
	
	font-family: 'Red Hat Display', sans-serif;
	color:black;
	font-size:large;
  margin-bottom: 20px;	
}

.footer-txt {
	font-family: 'Red Hat Display', sans-serif;
	color:white;
	font-size:medium;	
}

/* Testimonal Fonts and icons */

.test-font {
	font-family: 'Red Hat Display', sans-serif;
	color: black;
	font-size: large;
	font-style: italic;
}

.test-name {
	font-family: 'Red Hat Display', sans-serif;
	color: black;
	font-size: large;
	font-weight: bold;
}

.test-type {
	font-family: 'Red Hat Display', sans-serif;
	color: #808080;
	font-size: medium;
}

/* finish main body fonts */


/* text decroation links */

.auto-style1 {
	text-decoration: none;
}

/* BUTTON*/

.button {
    background-color: #99CC00; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 40%;
    max-width: 200px;
    font-family: 'Red Hat Display', sans-serif;
    font-size:large;

}

.buttonx {
    background-color: #99CC00; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 80%;
    font-family: 'Red Hat Display', sans-serif;
    font-size:large;

}


.button1 {
	background-color: transparent;
	color: white;
	border: 2px solid white;
}

.button1:hover {
	background-color: #99CC00;
	color: white;
}


/*button 2 */
.button2 {
	background-color: #99CC00;
	color: white;
}

.button2:hover {
	background-color: #000000;
	color: white;
}

.button2a {
	background-color: #99CC00;
	color: white;
}

.button2a:hover {
	background-color: #000000;
	color: white;
}


/* Hover service type */

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: #FFFFFF;
}

.container:hover .overlay {
  opacity:1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
} 

/* added hover function for IOS */


/*clickable map */

.range-logo {
	background-image: url('../images/newmap.jpg');
	display: block;
	height: 500px;
	text-indent: -9999px;
	width: 100%;
	background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}


/* ICONS */

.fa {
  padding: 20px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  color:white;
}

.fa:hover {
    opacity: 0.8;
    color: #99CC00;
    transition: .6s ease;
}

.fa-facebook {
  background:transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none;
  transition: .6s ease;
}

.fa-twitter {
  background: transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none; 
  transition: .6s ease;
}

.fa-instagram {
  background: transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none; 
  transition: .6s ease;
}

.fa-linkedin-square {
  background: transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none; 
  transition: .6s ease;
}
.fa-pinterest {
  background: transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none; 
  transition: .6s ease;
}
.fa-houzz {
  background: transparent;
  color: white;
  padding-right: 20px; 
  padding-top: 10px; 
  text-decoration: none; 
  transition: .6s ease;
}

.fa-phone-square {
  background: transparent;
  color: white;
  text-decoration: none; 
  transition: .6s ease;
}
	
.fa-phone-envelope {
  background: transparent;
  color: white; 
  text-decoration: none; 
  transition: .6s ease;
}

/* Accordian */

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc; 
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* finish accordian */

/* BACK TO TOP */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #99CC00 url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #99CC00;
  opacity: 1;
}
/* END BACK TO TOP */




/*MEDIA QUERIES */
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
}



}


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
}
.buttonx {
    background-color: #99CC00; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 80%;
    font-family: 'Red Hat Display', sans-serif;
    font-size:large;

}
/*button 2 */
.button2a {
	background-color: #99CC00;
	color: white;
}

.button2a:hover {
	background-color: #000000;
	color: white;
}
  
  
}
/* iPad */

@media only screen and (min-width: 604px) {

.buttonx {
    background-color: #99CC00; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 80%;
    font-family: 'Red Hat Display', sans-serif;
    font-size:large;

}
/*button 2 */
.button2a {
	background-color: #99CC00;
	color: white;
}

.button2a:hover {
	background-color: #000000;
	color: white;
}



}







