body {
	font-family: 'Source Sans Pro', sans-serif;
  background:white;
  font-weight: 600;
  color: #2a2519;
}

header {
  max-width: 1350px!important;
  margin: 0 auto!important;
}

header a {
  height: 5.1rem;
  width: auto;
}

header a img {
  height: 5.1rem;
  width: auto;
}

h1 {
  color:#a99157;
  font-weight:900;
  font-size:4.0rem;
  max-width: 50rem;
}

h2 {
  font-weight:700;
}

h4 {
  font-weight: 700;
}

h5 {
  margin: 0;
}

p {
  font-size: 1.2rem;
}

button {
  background-color: #d0b87c!important;
  height:fit-content;
  white-space:nowrap;
}

i {
  font-size: 2.4rem;
}

header i {
  font-size: 1.2rem;
}

footer {
  color: white;
}

footer span {
  display: block;
}

a.link {
  color: rgb(28, 47, 209);
  text-decoration: none;
}

a.link:hover {
  background-color: #ccc;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  background-color: none;
}

.page-container {
  background:#f7f5ee;
}

.hero-section {
  padding: 7.6rem 0 10.4rem 0;
}

.hero-text-section {
  max-width: 50rem;
}

.hero-image img {
  height: 25rem;
}

.agency-logo {
  height: 5.1rem;
  width: auto;
}

.portrait {
  height: 15rem;
  width: auto;
}

.about-section-1 {
  width: 90%;
  margin: 0 auto;
}

.author {
  font-size: 1.4rem;
  display: block;
}

.footer-container {
  background-color: #15120c;
}