/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: #9ebe38;
}
.has-bg a{
	color:#fff;
}

a:hover {
  text-decoration:none;
}

.text-primary {
  color: #9ebe38 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
 
}

section:not(.page):not(.no-padding) {
  padding: 60px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section:not(.page):not(.no-padding) {
    padding: 80px 0;
  }
}


.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}




.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #9ebe38;
  text-shadow: none;
}

::selection {
  background: #9ebe38;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}



#mainNav .navbar-toggler {
  font-size: 12px;
    right: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    border: 0;
  

}
#mainNav .navbar-toggler span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
}
#mainNav .navbar-nav .menu-item a {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  color: #231f20;

}



  body.has-banner-top #mainNav{
	     transform: translateY(240px); 
}
  #mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition:all 0.3s;
	
  }

  #mainNav .navbar-brand {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
    #mainNav .navbar-brand img{
		max-width:100%;
	}
 
  body.has-banner-top #mainNav.navbar-shrink,
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
	transform: translateY(0px);
  }


@media (min-width: 992px) {
	 #mainNav .navbar-nav .menu-item a {
        margin: 0 7px;
  }
}
@media (min-width: 1200px) {
	  #mainNav .navbar-nav .menu-item a {
        margin: 0 15px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

footer {
  padding: 50px 0 0 ;
  background:#ededed;
  font-size:0.9rem;
}
footer .copyright {
	background:#fff;
	padding:10px 0;
	color:#2e2e2e;
}
footer .copyright  a{
	color:#2e2e2e;
}
footer span.copyright {
  font-size: 80%;
  line-height: 40px;
  text-transform: none;
}



ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}


