ul{
    padding-top: 0px;
    width: 20%;
    list-style: none;
    margin: 0px;
}

li{
    margin: 25px;
    font-size: 30px;
    margin-bottom: 40px;
}

.imgGallery {
    align-items: center;
    margin: 10px;
    width: 80%;
}

main {
    display: flex;
    margin: 0px;
}

body {
    margin: 0px;
    background-color: #5AAA51;
    padding: 0px;
}

.workList {
    background-color: #346637;
    padding-bottom: 500px;
}

header {
    background-color: #669869;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
}

h2 {
    margin-bottom: 0px ;
    display:inline-block;
	margin-top: 0px;
}

a{
    text-decoration: none;
    color: black;
  }

  a:hover { 
    color: gray;
  } 

h1 {
    padding-top: 10px;
	margin-bottom: 10px;
}  

p {
    font-size: 20px;
}

.contactInfo {
    margin-bottom: 350px;
    margin-left: 30px;
    padding-left: 30px;
}





  
 
  
  
  
  /* position our container in the middle */
  .container {
    width: 900px;
    margin: auto;
    padding: 20px;
  }
  
  
  /*create slider */
#slider {
    position: relative;
    height: 300px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .slide {
    /* we position the slide absolutely compared to its parent #slider */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    /* change the value for a faster or slower transition between slides */
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  /* class to show the current slide */
  .showing {
    opacity: 1;
    z-index: 2;
  }
  
  .slide-text {
    background-color: white;
    border-radius: 10px;
    margin: auto;
    padding: 40px;
    padding-left: 80px;
    align-items: center;
  }
  
  /* align the testimonial in the center */
  .slide-testimonial {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .slide-img {
    margin: 10px;
  }
  
  .slide-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid white;
  }
  
  /* position the buttons and make them green */
  .slider-button {
    cursor: pointer;
    
    font-weight: bold;
    width: 40px;
    height: 40px;
    
    z-index: 3;
    position: absolute;
    text-align: center;
    border-radius: 20%;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  /*posion the left an right button horizontally */
  .button-left {
    position: absolute;
    left: -10px;
  }
  
  .button-right {
    position: absolute;
    right: -10px;
  }

  h3 {
      align-content: center;
      display:inline-block;
      margin-left: 425px;
      margin-bottom: 0px;
      margin-top: 0px;
	  font-size: 30px;
  }