body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family:Roboto;
  font-size: 12px;
  color: #424242;
}

h1, h2, h3, h4, h5 {
  margin: 0; 
}

header, nav, footer, section, article, div, lawnTips {
  box-sizing: border-box;
}

* {
	box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/*
 *
 * Common
 * 
 */

.news__more {
  float: right;
  font-size: .8em;
  color: #333;
  text-decoration: none;
}


/*
 *
 * Header
 *
 */

.header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  min-height: 10px;
  transition: min-height 0.3s;
}

.header__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  height: 95px;
  margin-right: .25em;
  margin-left: .25em;
  vertical-align: top;
  margin-top: .75em;
  margin-bottom: .10em;
}

.header__title {
	/**/font-family:Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 3em;
	margin: 0.75em 0.25em .15em;
	display: inline-block;
	color: #000000;
	vertical-align: bottom;
	/**/line-height: .90em;

}
.header__phoneLarge {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	margin: 3.25em 0.25em 0.25em 0.25em;
	display: inline-block;
	color: #000000;
	vertical-align: bottom;
	line-height: 0.9em;
	Position:absolute;
	right: 5px;
}
.header__creditCardLarge {
		margin: 3.25em 0.25em 0.25em 0.25em;
	display: inline-block;
	color: #000000;
	vertical-align: top;
	line-height: 0.9em;
	Position:absolute;
	right: 5px;
}


/*
 *
 * Top Level Navigation
 *
 */

.nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav__list {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav__item {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
  color: #616161;
  padding: .75em;
}

.nav a:hover {
  text-decoration: underline;
  color: #212121;
}


/*
 *
 * Main
 *
 */

main {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  width:100%;
  margin-left: auto;
  margin-right: auto;
}

/*
 *
 * Content
 *
 */


/*
 *
 * Hero
 *
 */

.hero {
  width: 100%;
  position: relative;
  background-image: url("./images/stoneWall_small.jpg");
  background-size: cover;
  min-height: 280px;
}
.heroGallery {
  width: 100%;
  position: relative;
  background-image: none;
  background-size: cover;
  min-height: 280px;
}

.heroGallery a {
  text-decoration: none;
  color: #616161;
  padding: .75em;
}

.heroGallery a:hover {
  text-decoration: underline;
  color: #212121;
}

.heroImageContainer{
	display: block;
    margin-left: auto;
    margin-right: auto;
	height: 440px;
	
}

.hero article {
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align:center;
  padding: .35em;
}

.hero article a {
  text-decoration: none;
  color: #fff;
  padding: 1.5em inherit;
}

.hero article a:hover,
.hero article a:active {
  text-decoration: underline;
}


.services {
  width: 100%;
  position: relative;
  background-image: url("./images/LawnTips.jpg");
  background-size: cover;
  min-height: 280px;
}

.services__title{
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	color: #000;
	padding-top: .5em;
  
}


/*Lawn tips*/
.lawnTips {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lawnTips__list {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

.lawnTips__item {
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 24px;
	padding: 10px;
	text-transform: uppercase;
}

.lawnTips__item:last-child {
  padding-bottom: 20px;
}
.lawnTips__item:before {
  content: "*";
  font-size: 2em;
  color: #000;
}
.lawnTips a {
  text-decoration: none;
  color: #000;
  padding: .5em;
}

.lawnTips a:hover {
  text-decoration: none;
  color: #fff;
}


.imageContainer{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 220px;
}

/*
 *
 * Estimate Form
 *
 */

.estimate-form {
  border-bottom: 1px solid #E0E0E0;
  padding: 1em;
  width: 100%;
  
  }


/*
 *
 * Top News
 *
 */

.top-news {
  border-bottom: 1px solid #E0E0E0;
  padding: 1em;
  width: 100%;
}

.news__title {
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  line-height: 24px;
  font-size: /*16px*/1.2em;
  background-color: #0F9;
  text-align:center;
}

.top-news__item {
  border-bottom: 1px solid #E0E0E0;
  padding: 1em 0;
  line-height: 19.2px;
}

.top-news__item:before {
  content: "*";
  font-size: 2em
}

.top-news__item:last-child {
  border-bottom: none;
}

.top-news__item a {
  text-decoration: none;
  color: #666;
  padding: 1.5em inherit;
}

.top-news__item a:hover,
.top-news__item a:active {
  text-decoration: underline;
}


/*
 *
 * Sport Scores
 *
 */

.scores {
  padding-top: 1em;
  flex-grow: 1;
}

.scores__table {
  width: 100%;
  border-collapse: collapse;
}

.scores__table th,
.scores__table td {
  padding: 1em; 
}

.scores__table th {
  color: #fff;
  font-weight: 300;
  background-color: #78909C;
}

.scores__table tr:nth-child(1) th:nth-child(3) {
  text-align: right;
}

.scores__table tr:nth-child(1) th:nth-child(5) {
  text-align: left;
}

.scores__table tr:nth-child(odd) td {
  background-color: #fff;
}

.scores__table tr:nth-child(even) td {
  background-color: #eceff1;
}

.scores__table td.winner {
  font-weight: bold;
}

.scores__table td:nth-child(3) {
  text-align: right;
}

.scores__table td:nth-child(1),
.scores__table td:nth-child(2) {
  text-align: center;
}

/*
 *
 * Service Area
 *
 */

.service-area {
  flex-grow: 1;
  padding: 1em;
  background-color: #0F9;
   
}
  




.service-p {
	display: block;
	font-size: 0.75em;
	text-align:center;
	
  }

.service__location {
  display: block;
  font-weight: 300;
  font-size: 1.25em;
}


.service__map__image {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 220px;
	/*padding-left: .75em;*/
	padding-right: 1.25em;
	padding-top: .75em;
	padding-bottom: .25em;
	
}




/*
 *
 * Recent News
 *
 */

.recent-news {
  flex-grow: 1;
  clear: both;
  padding: 1em;
}

.snippet {
  clear: both;
  margin: 24px 0;
}

.snippet__thumbnail {
  width: 100px;
  float: left;
  margin-right: 1em;
}

.snippet__title {
  font-weight: 500;
  
}
.snippet__mainTitle {
  font-weight: 500;
  background-image: url("./images/Wild Flowers Banner.jpg");
  background-size: cover;
  min-height: 30px;
   padding: .5em inherit;
   
  
     
}

.snippet__title a {
  text-decoration: none;
  color: #666;
  padding: 1.5em inherit;
}

.snippet__title a:hover,
.snippet__title a:active {
  text-decoration: underline;
}
.snippet__description a {
  text-decoration: none;
  color: #666;
  padding: 1.5em inherit;
}

.snippet__description a:hover,
.snippet__description a:active {
  text-decoration: underline;
}

/*
 *
 * Footer
 *
 */

footer {
  border-top: 1px solid #E0E0E0;
  padding: 1em;
  width: 100%;
   margin-left:auto;
  margin-right:auto;
}
footerImage {
  border-top: 1px solid #E0E0E0;
   width: 100%;
   margin-left:auto;
  margin-right:auto;
 }

footer li {
  display: inline-block;
  /*margin: 0 1em;*/
 
}

footer a {
  text-decoration: none;
  color: #333;
  padding: .5em;
  
}

.footer-p {
	display: block;
	font-size: 0.75em;
	text-align:center;
	
  }
  
  
/*** Slide Show ****/

    #tech-slideshow {
        height: 350px;
        position: relative;
        overflow: hidden;
		
    }
    #tech-slideshow > div {
		height: 350px;
        width: 2526px;
        background: url(images/slideshow.jpg);
        position: absolute;
        top: 0;
		left: 0;
      
        
        -moz-transition:  opacity 0.5s ease-out; 
           -o-transition: opacity 0.5s ease-out; 
      -webkit-transition: opacity 0.5s ease-out; 
          -ms-transition: opacity 0.5s ease-out; 
    
        /* Slow */
        -webkit-animation: moveSlideshow 20s linear infinite;
        -moz-animation:    moveSlideshow 20s linear infinite;
        
        -webkit-transform: translate3d(0,0,0); /* Performance */
    
    }

    
    @-webkit-keyframes moveSlideshow {
        0%   { 
            -webkit-transform: translateX(0); 
            -moz-transform:    translateX(0); 
            -ms-transform:     translateX(0); 
            -o-transform:      translateX(0); 
            transform:         translateX(0); 
        }    
        100% { 
            -webkit-transform: translateX(-1684px); 
            -moz-transform:    translateX(-1684px); 
            -ms-transform:     translateX(-1684px); 
            -o-transform:      translateX(-1684px); 
            transform:         translateX(-1684px); 
        }
    }
    @-moz-keyframes moveSlideshow {
        0%   { 
            -webkit-transform: translateX(0); 
            -moz-transform:    translateX(0); 
            -ms-transform:     translateX(0); 
            -o-transform:      translateX(0); 
            transform:         translateX(0); 
        }    
        100% { 
            -webkit-transform: translateX(-1684px); 
            -moz-transform:    translateX(-1684px); 
            -ms-transform:     translateX(-1684px); 
            -o-transform:      translateX(-1684px); 
            transform:         translateX(-1684px); 
        }
    }