* {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-family: "Belgrano", serif;
  font-weight: 400;
  font-style: normal;
}
ol {
  list-style-position: outside;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 0.92em;
}
ol li strong {
  color: #165D5A;
  font-family: "Belgrano", serif;
  font-size: 1.1em;
}

.hidden {
  display: none;
}

body {
  background-color: #F7FDEE;
  background-image: url(../img/zynesis-logo-light.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}

a { color: #1E855F; }
h1 {
  text-align: center;
  margin: 80px 0;
}
h2 { color: #339060; font-weight: bold; }
.hidden { display: none; }
.clear { clear: both; }

main {
  max-width: 940px;
  border: 1px solid none;
  margin: auto;
  padding: 0 20px 20px;
}

section {
  margin: 100px 0;
  clear: both;
  padding-bottom: 30px;
  border-bottom: 1px dotted green;
}

section.no-bottom-border {
  border-bottom: none;
}

section li, section p {
  font-size: 1.3em;
}

#header img {
  width: 40%;
}

#header h1 {
  margin-bottom: 1em;
}

#header h2 {
  text-align: center;
  color: #000;
  font-size: 2.5em;
  font-family: "Merriweather Sans", sans-serif;
}

#clientele img {
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
  objeect-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#clientele img:hover {
  filter: none;
}

#clientele ul {
  width: 100%;
  margin: auto;
}

#clientele li {
  display: block;
  float: left;
  height: 100px;
  width: 200px;
  padding: 0;
  margin: 16px;
  position: relative;
}

#clientele .more {
  text-align: center;
  clear: both;
}

#sanddollar img {
  float: right;
  border-radius: 20%;
  width: 120px;
}

#team .profile-photo {
  float: right;
}

#team .profile-photo img {
  width: 180px;
  border-radius: 50%;
  margin: 0 0 10px 10px;
}

#team h4 {
  color: #333;
  font-size: 1.75em;
}

#team .socials {
  list-style: none;
}

#team .socials li {
  display: inline;
  padding-right: 30px;
}

footer {
  font-size: 0.8em;
}

footer p {
  margin: 0.2em 0;
  text-align: center;

}
