body {
  background-color: #494238;
  color: #e7c59b;
  margin: 60px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
h1 {
  font-family: 'Montserrat', sans-serif;
}
header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 75px;
}
header h1 {
  font-size: 2.2em;
  margin-bottom: 16px;
}
header h2 {
  margin: 0;
  font-weight: 300;
  font-size: 1.2em;
}
header .fg-as-bg1 {
  color: #494238;
}
nav {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
nav a {
  color: #766858;
  padding: 0 20px;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
}
nav ul li.active a {
  color: #c89b65;
}
section.info {
  margin: 0 auto;
  border: 5px solid #685c4d;
  padding: 15px;
  max-width: 500px;
  min-height: 200px;
  background-color: #37312a;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.info img.photo {
  width: 200px;
  height: 200px;
  border: 2px solid #7a6955;
  border-radius: 100%;
  margin-right: 20px;
}
section.info article {
  margin-top: -10px;
}
section.info article label {
  display: block;
  padding: 8px 0;
  color: #867968;
}
section.info article label a {
  color: #867968;
  text-decoration: none;
  border-bottom: 1px dashed;
}
section.info article label a:hover {
  border-bottom: 1px solid;
}
section.info article label strong {
  font-family: 'Montserrat', sans-serif;
  color: #e7c59b;
  font-weight: normal;
  padding-right: 5px;
}
section.info .fg-as-bg2 {
  color: #37312a;
}
@media (max-width: 550px) {
  section.info {
    border: none;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    flex-direction: column;
  }
  section.info img.photo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.info article {
    width: 280px;
    margin: 0 auto;
    text-align: left;
  }
  section.info article strong {
    display: inline-block;
    width: 105px;
    text-align: right;
  }
}
