/*

fonts.scss

*/
@font-face {
  font-family: "main";
  src: url("../fonts/livory-regular.eot");
  src: url("../fonts/livory-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/livory-regular.woff2") format("woff2"), url("../fonts/livory-regular.woff") format("woff"), url("../fonts/livory-regular.ttf") format("truetype");
}
@font-face {
  font-family: "main-italic";
  src: url("../fonts/livory-regularitalic.eot");
  src: url("../fonts/livory-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/livory-regularitalic.woff2") format("woff2"), url("../fonts/livory-regularitalic.woff") format("woff"), url("../fonts/livory-regularitalic.ttf") format("truetype");
}
@media (max-width: 640px) {
  iframe {
    width: 90vw;
  }
}

button {
  border-radius: 0.5rem;
  background: #A03E31;
  padding: 1rem 2rem;
  -webkit-appearance: none;
  border: 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
  border-bottom: 4px solid black;
  transition: all 300ms;
}
button a:link,
button a:visited {
  border-bottom: none;
}
button:hover {
  border-bottom-width: 7px;
  transform: translateY(-3px);
  transition: all 300ms;
}

body {
  letter-spacing: -0.01em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background: #FFB741;
  color: #123;
  font-size: 22px;
  font-family: "main", sans-serif;
}

button {
  margin-top: 10rem;
}

.button-block {
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 2rem;
}

.hero {
  position: relative;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.025em;
  font-weight: normal;
}

h1 {
  font-size: 2.5rem;
  font-family: "main-italic", sans-serif;
  text-align: center;
}
@media (max-width: 640px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.33rem;
  font-family: "main-italic", serif;
  margin-top: 4rem;
}

p.small {
  font-size: 0.875rem;
  font-family: "main-italic";
}

main {
  overflow: auto;
  height: 100vh;
  width: 100vw;
  display: grid;
  font-size: 1.1rem;
  line-height: 1.4;
  place-items: center;
  justify-items: start;
}
main article {
  max-width: 780px;
  padding: 1rem;
}
main article img {
  width: 100%;
  height: auto;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.hero__image {
  width: 100vw;
  height: auto;
}

blockquote,
em {
  font-family: "main-italic", serif;
  font-style: normal;
}

footer {
  padding: 1rem;
}

#heroVideo {
  width: 100vw;
  min-width: 375px;
  height: 100vh;
  z-index: 1;
}

/*# sourceMappingURL=raquelandfinn.css.map */
