/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}


body {
  line-height: 0.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  background-color: #110c10;
  color: #cdaf6d;
  letter-spacing: 0.0625em;
  @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
  font-family: lato, ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.container-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  justify-content: center;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cdaf6d24;
  padding: 0.5rem 0 0.8rem;
}

header nav {
  display: flex;
}

ul,
nav {
  list-style: none;
}

nav ul {
  margin: 0;
}

nav li {
  display: inline-block;
  margin: 0.5rem 1rem;
}

nav a {
  padding: 1em;
  text-decoration: none;
  color: #cdaf6d;
  text-transform: uppercase;
  letter-spacing: 0.0925em;
  transition: color .5s ease;
  cursor: pointer;
}

nav a:hover {
  color: #867345;
  border-radius: 3px;
}

section a {
  color: #af9356;
}

section a:hover {
  color: #af9356;
  color: #867345;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.9;
  all: unset;
}

[class*="link"] {
  color: #86734a;
  box-sizing: border-box;
  position: relative;
  transition: color .5s ease;
  display: inline-flex;
  padding: 0 .1em;
  overflow: hidden;
}
[class*="link"]::before {
  content: '';
  width: 100%;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  background-color: #cdaf6d;
  transition: transform .5s ease;
}
[class*="link"]::after {
  content: '';
  position: absolute;
  height: calc(100% + 10px);
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1b1406;
  z-index: -1;
  transform: translateY(100%);
  transition: transform .5s ease;
}
[class*="link"]:hover {
  color: #af9356;
  cursor: pointer;
}
[class*="link"]:hover::before {
  transform: translateX(-110%);
}
[class*="link"]:hover::after {
  transform: translateY(0);
}


img.responsive-img {
  width: 100%;
  height: auto;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  section {
    padding: 1rem;
    max-width: 90%;
  }
}

section.hero {
  padding: 0;
}

section p {
  text-align: left;
  margin-bottom: 2rem;
  padding: 0;
  line-height: 2;
}

.quote {
  padding: 1rem;
  width: 100%;
  border: 1px solid #cdaf6d24;
  background-color: #171414;
  margin: 1.8rem 0 3rem;
  border-radius: 3px;
}

@media only screen and (min-width: 600px) {
  .quote {
    padding: 1rem 2rem;
    max-width: 90%;
  }
}

@media only screen and (min-width: 826px) {
  section {
    /* padding: 1rem 0; */
    max-width: 45rem;
  }
}

.quote p {
  color: c3a865;
}

.quote .text {
  letter-spacing: 0.064em;
}

.quote .attr {
  font: normal 700 1.6em/1.6em sans-serif;
  letter-spacing: 0.03em;
  text-align: right;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cdaf6d24;
  padding: 0.8rem 0;
}

.contact {
  font-size: .89em;
}

.email {
  margin-top: -2rem;
}

p.small {
  font-size: 0.66em;
}

.medium {
  font-size: 1.28em;
}