@media (min-width: 600px) {
    nav {
    display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: space-around;
	  align-items: baseline;
	  align-content: space-evenly;
    background-color: #789b73;
    color: whitesmoke;
}

img {
  border: #789b73;
  border-style: solid;
  min-width: 400px;
  min-height: 400px;
}

a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;  
    font-size: large;
    margin: 5px;
}

a:hover {
    color: gray;
}

body {
  font-family: Helvetica, sans-serif;
  background-color: #86a17d;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.text-box {
  color: whitesmoke;
  font-size: x-large;
  margin: 5%;
}

.pic-text {
  background-color: #789b73;
  position: relative;
  margin: auto;
  display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
  color: whitesmoke;
}

/* Hide the images by default */
.mySlides {
  display: hide;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.header-box {
  padding: 1%;
  margin: auto;
  width: 80%;
  align-self: center;
  text-align: center;
  color: whitesmoke;
}

footer {
  background-color: #789b73; 
  color: white; 
  text-align: center; 
  padding: 10px;
}

.people-boxes {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
  color: white; 
  text-align: center; 
  margin: auto;
}

.portrait  {
  max-width: 500px;
  position: relative;
  margin: auto;
}

.portrait-text {
  width: 70%; 
  margin: auto;
  font-size: x-large;
  color: whitesmoke;
}

.description-box { 
  background-color: #789b73; 
  width: 100%; 
  margin: auto; 
  padding: 2%;
}

.logo  {
  display: block;
  margin: auto;
  width: 25%;
  height: 25%;
  border: none;
}

.servicesText {
  font-size: large;
}

.servicesLabel {
  font-size: x-large;
}
}

@media (max-width: 768px) {

 .servicesText {
  font-size: medium;
}

.servicesLabel {
  font-size: medium;
}

.servicesText {
  font-size: small;
}


nav {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: space-evenly;
  background-color: #789b73;
  color: whitesmoke;
}

img {
  border: #789b73;
  border-style: solid;
  min-width: 200;
  min-height: 200px;
  margin: auto;
}

a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;  
    font-size: medium;
    margin: 5px;
}

a:hover {
    color: gray;
}

body {
  font-family: Helvetica, sans-serif;
  background-color: #86a17d;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

.text-box {
  color: whitesmoke;
  font-size: medium;
  margin: 5%;
}

.pic-text {
  background-color: #789b73;
  position: relative;
  margin: auto;
  display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
  color: whitesmoke;
}

/* Hide the images by default */
.mySlides {
  display: hide;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.header-box {
  padding: 1%;
  margin: auto;
  width: 80%;
  align-self: center;
  text-align: center;
  color: whitesmoke;
}

footer {
  background-color: #789b73; 
  color: white; 
  text-align: center; 
  padding: 10px;
}

.people-boxes {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
  color: white; 
  text-align: center; 
  margin: auto;
  padding: 10px;
}

.portrait  {
  max-width: 300px;
  position: relative;
  margin: auto;
}

.portrait-text {
  width: 70%; 
  margin: auto;
  font-size: medium;
  color: whitesmoke;
  margin: auto;
}

.description-box { 
  background-color: #789b73; 
  width: 80%; 
  margin: auto; 
  padding: 2%;
}

.logo  {
  display: block;
  margin: auto;
  border: none;
  max-width: 300px;
  max-height: 300px;
}
}