*{
  margin: 0;
  padding: 0;
}

body, html{
  min-height: 100%;
}

body {
  margin: 0 auto;	
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

p, ul, li, a{	
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;	
}

h1{
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;	
}

a, a:hover, a:focus{
  cursor: pointer !important;
}

/*Navbar*/
.container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}

.col-md-12{
  padding-left: 0;
  padding-right: 0;
}

.logo{
  width: 220px;	
  margin-top: 8px;	
  display: inline-block;
  padding: 0 20px;
  box-sizing: content-box;	
}

.nav-bar{
  z-index: 3;
  box-shadow: 1px 1px 3px #333132;
}

.navbar{
   min-height: 70px;
}

.navbar-nav > li > a{
  padding-top: 25px;
  line-height: 27px;
}

.nav > li > a, .nav > li > a{
  background-color: #FFFFFF;
  color: #333132;
}

.nav > li > a:hover, .nav > li > a:focus{
  background-color: #3DA938;
  color: #333132;
}

.navbar{
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.navbar-default {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.navbar-toggle{
  border-radius: 0;
  color: #333132;
}

.navbar-default .navbar-toggle{
  margin-top: 18px;
  line-height: 15px;
}

.navbar-default .navbar-toggle:hover{
  background-color: #3DA938;
  color: #FFFFFF;
}

.navbar-default .navbar-toggle .icon-bar{
  color: #333132;
  border: 1px solid #333132;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a{
  color: #333132;
  background-color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #3DA938;
  border-bottom: 3px solid #3DA938;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  color: #3DA938;
  background-color: #3DA938;
}

/*Header Image*/
#hero {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  z-index: 1;	
  height: 85vh;
  min-height: 350px;
  max-height: 884px;
  overflow: hidden;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-name: home-hero-bg;
  animation-name: home-hero-bg;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-image: url(../images/home-page/hero-color.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#hero-grayscale {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  background-image: url(../images/home-page/hero-grey.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;	
}

@-webkit-keyframes home-hero-bg {
  0% {
    opacity: 0;
  }

  10%{
	opacity: 0;
  }	
	
  100% {
    opacity: 1;
  }
}

@keyframes home-hero-bg {
  0% {
    opacity: 0;
  }

  10%{
	opacity: 0;
  }	
	
  100% {
    opacity: 1;
  }
}

#title {
 width: 100%;	
 height: auto;
 margin: 0 auto;
 position: absolute;	
 top: 58%;
 left: 50%;
 z-index: 2;
 text-align: center;
 align-content: center;
 justify-content: center;	
 -webkit-transform: translate(-50%, -58%);
 transform: translate(-50%, -58%);
}

.hero-button, .contact-button{
  margin: 40px auto;	  
  text-align: center;	
  justify-content: center;
  align-content: center;
  display: flex;
  border: none;	
  box-shadow: 2px 2px 5px #000000;
}

a.button{
  padding: 16px;
  color: #333132;	
  text-decoration: none;	
  background-color: #FFFFFF;	 	
}

a.button:hover{
  color: #FFFFFF;
  text-decoration: none;	
  background-color: #156E31;		
}

h1.hero-img{
  margin: 0 auto;	
  padding: 0 50px;	
  color: #FFFFFF;		
  font-size: 55px;		
  text-align: center;	
  justify-content: center;
  align-content: center;
  display: flex;
  text-shadow: 2px 2px 5px #000000;		
}

#play-pause-button{
  position: absolute;
  top: 100px;
  left: 25px;		
  font-size: 50px;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  z-index: 10;
  text-shadow: 2px 2px 5px #000000;	
}

#play-pause-button:hover{
  color: #9CFF98;	
}

/*Features Section*/
ul, li{
  list-style-type: none;
}

h2.features{
  margin: 0 auto;
  text-align: center;
  font-weight: 300;	
  font-family: 'Nunito Sans', sans-serif;	
  text-transform: uppercase;
}

p.features{
  margin: 0 auto;
  text-align: center;
  font-weight: 300;	
  font-size: 18px;	
  font-family: 'Nunito Sans', sans-serif;
}

.leaves{
  margin: 0 auto;
  width: 150px;;
  height: auto;
  margin-top: 50px;
  text-align:center;
  justify-content: center;
  align-content: center;
  display: flex;
}

.features-section{
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0 50px;
}


.why-bob{
  padding-right: 0;
  padding-bottom: 80px;
}

.wrapper {
  position: relative;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.feature-img{   
  width: 100%;
  height:100%;
  display: block; 
  background-size:cover;
  background-repeat: no-repeat;
 -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;	
}

.feature-img:hover{
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

p.feature-name{
  color: #FFFFFF;
  font-size: 25px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;	
  text-decoration: none;
  text-shadow: 2px 2px 4px #000000;
}

.wrapper:hover .feature-img:before, .wrapper:focus .feature-img:before {
   display: block;
   cursor: pointer;
}

.wrapper:hover p, .wrapper:focus p {
   display: block;
}


/*Parallax*/
.parallax, .parallax2, .parallax3, .parallax4 {
  min-height: 667px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax{
  background-image: url("../images/home-page/parallax.jpg");
}

.parallax2 {
  background-image: url("../images/home-page/parallax2.jpg");
}

.parallax3 {
  background-image: url("../images/services/parallax3.jpg"); /*Image Source: https://cdn-image.realsimple.com/sites/default/files/1499721037/gardening-tools-soil.jpg*/
}

.parallax4 {
  background-image: url("../images/services/parallax4.jpg"); /*Image Source: http://www.rogersgardeningservices.com/wp-content/themes/land2/images/sliders/01.jpg*/
}

/*Video*/
.video-img{
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  justify-content: center;
  align-content: center;
  display: flex;	
}

.modal {
  display: none; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  background-color: #000000; 
  z-index: 100;		
}

.modal-content {
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  border-radius: 0;
  background-color: #000000;
 -webkit-animation-name: fadeIn;
 -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
 -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@-webkit-keyframes fadeIn {
  from {opacity:0;} 
  to {opacity:1;}
}

@keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}

.close {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;	
}

.close:hover,
.close:focus {
  color: #9CFF98;
  text-decoration: none;
  cursor: pointer;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}


/*Testimonials*/
button.testimonial-button{
  border: none;
  font-size: 35px;
  background-color: #FFFFFF;	
}

.btn{
  border-radius: 0;
}

.fa-quote-left{
  border: none;
  background-color: #FFFFFF;
}

.fa-chevron-left, .fa-chevron-right{
  margin: 0 auto;
  background-color: #156E31 !important;
  color: #FFFFFF !important;
  clear: both;	
}

.controls, .testimonial_control{
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  float: none !important;
  clear: both;	
}	 

h4.testimonial-name{  
  text-align: right;
}

/*Section*/
.maps{
  width: 100%;
  height: 25vh;
  min-height: 500px;
  max-height: 900px;
  opacity: 0.15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home-page/maps.jpg); /* image source: https://cdn.shopify.com/s/files/1/0064/0082/products/Toronto_Marketing_Map_with_Postal_Codes_Black_and_White.PNG?v=1496683814*/
}

h1.section-text{
  margin: 0 auto;	
  color: #333132;			
}

.section{
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 58%;
  left: 50%;
  text-align: center;	
  -webkit-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
}

/*About*/
#hero-about {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  z-index: 1;	
  height: 85vh;
  min-height: 450px;
  max-height: 667px;
  overflow: hidden;
  opacity: 0.15;
  background-image: url(../images/about/landscape.jpg); /*Source Image: https://i.pinimg.com/originals/33/a8/04/33a8043f85ec7f94fe84533e37b39f7d.jpg*/
  background-size: cover;	
  background-repeat: no-repeat;
  background-position: center bottom;
}

#title-about {
  width: 100%;	
  height: auto;
  position: absolute;	
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h1.hero-text{
  padding: 0 50px;	
  color: #333132;		
  font-size: 55px;		
  text-align: left;	
}

p.hero-p{
  padding: 0 50px;	
  color: #156E31;		
  font-size: 25px;		
  text-align: left;
  text-transform: uppercase;
}

.about-text{
  position: relative;
}

.side{
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50px;
  padding-right: 0;	
  position: absolute;
  display: block;
  z-index: 1;
}

.side-image{
  float: right;
}

.about-width{
  width: 52%;
  z-index: 3;	
}

h2.about-content{
  text-align: left;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;	
  text-transform: uppercase;
}

p.about-content{
  text-align: left;
  font-weight: 300;	
  font-size: 18px;	
  font-family: 'Nunito Sans', sans-serif;
}

.about-section{
  width: 100%;
  padding: 50px;
}

/*Portfolio*/
#hero-portfolio {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  z-index: 1;	
  height: 85vh;
  min-height: 450px;
  max-height: 667px;
  overflow: auto;
  opacity: 0.15;	
  background-image: url(../images/portfolio/portfolio-hero.jpg); 
  background-size: cover;	
  background-repeat: no-repeat;
  background-position: center bottom;
}

#title-portfolio {
  width: 100%;	
  height: auto;
  position: absolute;	
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-column {
  float: left;
  padding: 5px;
}

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

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  font-weight: 300;		
  transition: 0.5s ease;
  background-color: rgba(61,169,56,0.8);	
}

.wrapper:hover .overlay {
  opacity: 1;
}

.text {
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;	
}

.img-list{
  padding: 0;
  margin: 0 auto 30px 0;
	
}

.gallery{
  width: 100%;
  margin: 85px auto 40px auto;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  clear: both;	
}

.gallery-prev, .gallery-next{
  margin: 0 auto;
  background-color: #156E31;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
}

.portfolio-modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
 -webkit-animation-name: fadeInModal;
 -webkit-animation-duration: 0.5s;
  animation-name: fadeInModal;
  animation-duration: 0.5s;
  z-index: 100;	

}

@-webkit-keyframes fadeInModal {
  from {opacity:0;} 
  to {opacity:1;}
}

@keyframes fadeInModal {
  from {opacity:0;}
  to {opacity:1;}
}

.portfolio-modal-content {
  position: relative;
  background-color: #FFFFFF;
  margin: auto;
  top: 40%;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 800px;
  z-index: 10;
 -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.portfolio-close {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: 300;
}

.portfolio-close:hover,
.portfolio-close:focus {
  color: #9CFF98;
  text-decoration: none;
  cursor: pointer;
}

.portfolio-slides {
  display: none;
}

.portfolio-cursor {
  cursor: pointer;
}

a.portfolio-prev,
a.portfolio-next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
 -webkit-transition: 0.6s ease;	
  transition: 0.6s ease;
  border-radius: 0;
  user-select: none;
  -webkit-user-select: none;
  clear: both;	
}

a.portfolio-next {
  right: 0;
  border-radius: 0;
}

a.portfolio-previous {
  left: 0;
  border-radius: 0;
}

a.portfolio-prev:hover,
a.portfolio-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;	
}

.numbertext {
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  text-shadow: 1px 1px 2px #000000;	
}

.portfolio-gallery {
  opacity: 0.6;
}

.active,
.portfolio-gallery:hover {
  opacity: 1;
}


/*Services*/
#hero-services {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  z-index: 1;	
  height: 85vh;
  min-height: 450px;
  max-height: 667px;
  overflow: auto;
  opacity: 0.15;	
  background-image: url(../images/services/services-hero.jpg); 
  background-size: cover;	
  background-repeat: no-repeat;
  background-position: center bottom;
}

#title-services {
  width: 100%;	
  height: auto;
  position: absolute;	
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-text{
  position: relative;
}

.services-width{
  width: 100%;
  z-index: 3;	
}

h2.services-content{
  text-align: left;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;	
  text-transform: uppercase;
}

h4.services-content{
  text-align: left;
  font-weight: 300;
  color: #3DA938;	
  font-family: 'Nunito Sans', sans-serif;	
  text-transform: uppercase;
}

p.services-content{
  text-align: left;
  font-weight: 300;	
  font-size: 18px;	
  font-family: 'Nunito Sans', sans-serif;
}

.services-section{
  width: 100%;
  padding: 50px;
}

/*Contact*/
#hero-contact {
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
  z-index: 1;	
  height: 85vh;
  min-height: 450px;
  max-height: 667px;
  overflow: auto;
  opacity: 0.15;	
  background-image: url(../images/contact/contact-hero.jpg); 
  background-size: cover;	
  background-repeat: no-repeat;
  background-position: center bottom;
}

#title-contact {
  width: 100%;	
  height: auto;
  position: absolute;	
  top: 50%;
  left: 0;
  z-index: 2;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-text{
  position: relative;
}

.contact-width{
  width: 100%;
  z-index: 3;	
}

h2.contact-content{
  text-align: left;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;	
  text-transform: uppercase;
}

p.contact-content{
  text-align: left;
  font-weight: 300;	
  font-size: 18px;	
  font-family: 'Nunito Sans', sans-serif;
}

.contact-section{
  width: 100%;
  padding: 50px 50px 0 50px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #CCCCCC;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: 'Nunito Sans', sans-serif;
}

.contact-form input[type=submit] {
  background-color: #3DA938;
  color: #FFFFFF;
  padding: 12px 20px;
  margin-bottom: 50px;
  border: none;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
}

.contact-form input[type=submit]:hover {
  background-color: #156E31;
}

.contact-form {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.mapouter{
  text-align: right;
  height: auto;
  width:100%;
}

.gmap_canvas{
  overflow: hidden;
  background: none!important;
  height: 100%;
  width: 100%;
}


/*Footer*/
.footer-widget{
  padding: 60px;
  background-color: #333132;
  color: #FFFFFF;
  text-align: center;
  align-content: center;
  justify-content: center;
  display: flex;
  clear: both;
  z-index: 2;	
}

.footer-section{
  padding: 20px;
  text-align: center;
  clear: both;	
}

.footer{
  font-size: 14px;
  font-weight: 300;
  padding: 22px 20px 18px 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #222222;
  clear: both;	
}

.logo2 {
  width: 220px;	
  margin: auto;
}

p.subscribe{
  font-weight: 300;
  font-size: 18px;
  padding: 0 50px;
}

.navbar-form, .send{
  color: #FFFFFF;
  line-height: 51px;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.submit{
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #333132;
}

.submit:hover{
  border: 1px solid #9CFF98;
  background-color: #9CFF98;
  color: #333132;
}

.form-control{
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}

h4{
  text-align: center;	
}

.footer-links{
  color: #9CFF98;	
}

.footer-links:hover, .footer-links:focus{
  color: #FFFFFF;	
}

 li.footer-nav{
  display: inline-block;
  padding: 10px;
}
.footer-text{
  padding-top: 8px;	
  float: left;
}

.footer-icons a{
  width: 35px;
  height: 35px;
  color: #222222;
  background-color: #FFFFFF;
  text-align: center;
  display: inline-block;	
  cursor: pointer;  
  border-radius: 100%;
  font-size: 20px;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 7px;
  padding-top: 1px;
  float: right;	
}

.footer-icons a:hover{
  background-color: #9CFF98;
}


/*Back to Top Buttop*/
#top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #9CFF98;	
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333132;	
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;	
  z-index: 99;
}

#top-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
}

 a#top-button:hover {
  cursor: pointer;	
  color: #3DA938;
}

 a#top-button:active {
  color: #3DA938;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}


/*Pagination*/

.page {
  display: none;
}
.page-active {
  display: block;
}

ul.pagination-lg{
  padding-top: 50px !important;
  justify-content: center !important;
  align-content: center !important;
  text-align: center !important;
  display: flex !important;
  float: none !important;
  clear: both !important;
}

.pagination > li > a, .pagination > li > span{
	color: #333132;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span{
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span{
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #FFFFFF;
	background-color: #3DA938;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color: #FFFFFF;
	background-color: #156E31;
	border-color: rgba(21,110,49,0.5);
}


/*Media Queries*/
@media screen and (min-width: 1400px){
.about-width{
  width: 70%;	
}
}

@media only screen and (max-width : 991px) {

h1.hero-img, h1.hero-text {
  font-size: 45px;
}	

h1.hero-text {
  width: 73%;		
}
	
.why-bob{
  padding-bottom: 15px;
}
	
.features-section, .gallery{
  width: 60%;
}

.gallery{
	margin: 30px auto 20px auto;
}	
	
.video-img{
  width: 100%;
}

.portfolio-column {
  float: none;
}
	
.img-list{
  margin: 50px auto;
}
	
.footer-section{
  text-align: center;
}	

.logo2 {
  width: 220px;	
  padding-top: 0;	
  text-align: center;
  align-content: center;
  justify-content: center;
  display: flex;
}

h4{
  text-align: center;	
}
	
h4.testimonial-name{  
 text-align: center;
 justify-content: center;
 align-content: center;
}	

.about-width{
  width: 62%;
}

p.hero-p{
  font-size: 22px;
}	

.side-image{
  width: 40%;
}
	
ul.pagination-lg{
  padding-top: 30px !important;
}
	
}

@media only screen and (max-width : 768px) {
			 
.col-md-12{
  padding-right: 0;
  padding-left: 0;	
}

.navbar-default .navbar-collapse{
  margin-top: 12px;
  line-height: 10px;
}

.navbar-nav > li > a{	 
  padding-top: 15px;
  line-height: 28px;
}
		 
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #FFFFFF;
  background-color: #156E31;
  border-bottom: none;
}

h1.hero-img {
  font-size: 40px;
}

h1.hero-text {
 width: 100%;
 text-align: center;
}	

.features-section, .gallery{
  width: 80%;
}
	
.form-control{
  width: 50%;
}
	
.submit{
  width: 50%;
}
		
.footer-text{
  margin: 0 auto;	
  float: none;
  padding: 10px;	
  text-align: center;	
}

.footer-icons{
  margin: 0 auto;	
  float: none;	
  padding-bottom: 5px;	
  text-align: center;
  justify-content: center;
  align-content: center;	
  display: flex;	
}

.side-image{
  display: none;
}

.about-width{
  width: 100%;
}	
	
p.hero-p{
  text-align: center;	
}
	
.contact-form, input[type=submit] {
   width: 100%;
   margin-top: 0;
}	
	
}

@media only screen and (max-width : 480px) {

h1.hero-img, h1.hero-text {
  font-size: 35px;
}
	
.features-section, .gallery{
  width: 100%;
}
	
.form-control{
  width: 70%;
}
	
.submit{
  width: 70%;
}

}

