
h2 {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
article, footer, header, nav, section {
  display: block;
}
/*
li {
  list-style-type: disc;
  margin: 1em 2em;
}
*/
p:not(:first-child) {
  margin-top: .5em;
}
.narrow {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.925em;
}
.narrow a {
  text-decoration: underline;
  text-decoration-color: red;
}
h1.client-profile {
  color: #2a405b;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.3em 0;
  margin-bottom: .5em;
}
.client-profile p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.client-profile a, .client-profile a:link, .client-profile a:active, .client-profile a:visited {
  color: #000;
}
.client-profile a:hover {
  color: #2b405a;
}
section.client-profile {
  padding-bottom: 0.8em;
  margin-bottom: 2em;
}
.profile-picture {
  width: 467px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 90%;
}
.thumbnail {
  text-align: center;
  padding-bottom: 20px;
  border-radius: 3px;
  padding-top: 20px;
  border-bottom: 4px solid #f7d9b3;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;margin-bottom: 1em;	
}
.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
}
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo-svg {
  padding-top: 30%;
  background-image: url(https://zeusrodriguez.com/images/Rodriguez-Corp.svg);
  background-repeat: no-repeat;
}
.profile-logo {
  width: 125px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.row {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row > .column-2 {
  flex: 0 0 49%;
}
.banner {
  background-color: #f7d9b3;
  color: #2b405a;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.4em 0;
  margin-bottom: .5em;
  margin-top: .5em;
}
@media screen and (min-width: 411px) {
  .logo-svg {
    padding-top: 26%;
  }
}
@media screen and (min-width: 525px) {
  .logo-svg {
    padding-top: 18%;
  }
}
@media screen and (min-width: 48em) {
  .thumbnail {
    max-width: 75%;
	}
  .logo-svg {
    padding-top: 22%;
  }
  .profile-logo {
    width: 193px;
  }
  h1.client-profile {
    font-size: 2rem;
  }
  .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .row > .column-2 {
    flex: 0 0 37%;
  }
  .row > .column-3 {
    flex: 0 0 49%;
  }
}
@media screen and (min-width: 64em) {
  .thumbnail {
    max-width: 65%;
	}
  p.tagline {
    margin-top: -1em;
  }
  .logo-svg {
    padding-top: 16%;
  }
  .row > .column-2 {
    flex: 0 0 49%;
}
  .row > .column-3 {
    flex: 0 0 32%;
  }
}
@media screen and (min-width: 1075px) {
  .logo-svg {
    padding-top: 13%;
  }
}
