*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  font-size: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-family: 'Vollkorn', serif; }

.container-home {
  max-width: 1000px;
  min-height: 1000px;
  margin: 0 auto;
  background-image: url("../assets/homepage-img-1.jpg");
  background-position: 1rem 6rem;
  background-size: 608.3px 530px;
  background-repeat: no-repeat; }

.intro-homepage {
  position: relative;
  line-height: 1.2;
  max-width: 320px;
  font-size: 19.8px;
  left: 650px;
  top: 175px; }
  .intro-homepage span {
    color: #7CE7C8; }

@media screen and (max-width: 45rem) {
  .container-home {
    width: 100%;
    padding: 0 1rem;
    background-image: url("../assets/homepage-img-overlay-1.jpg");
    background-position: 1rem 6rem;
    background-size: 608.3px 530px;
    background-repeat: no-repeat; }

  .intro-homepage {
    position: static;
    padding: 175px 10px 0;
    margin: 0 auto; } }
.container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 2.5rem; }

h1 {
  font-family: 'arial', sans-serif;
  padding: 1.5rem 0 0;
  font-size: 1.75rem;
  text-align: center; }

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54); }

.logo {
  background-image: url("../assets/anthoniacarter-logo.svg");
  background-size: 320px 24.7px;
  background-repeat: no-repeat;
  margin: 1rem auto 0;
  width: 320px;
  height: 24.7px; }

ul {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  color: rgba(0, 0, 0, 0.54); }

.nav {
  position: fixed;
  top: 3rem;
  left: 0.8rem;
  padding-left: 0rem;
  list-style-type: none; }

#output {
  position: fixed;
  top: 3rem;
  right: 0.8rem; }

.hide {
  display: none; }

.nav li {
  z-index: 2; }

.nav li:hover span {
  display: inline;
  padding: 0 0.3rem; }
.nav li:hover a {
  color: white;
  background-color: rgba(0, 0, 0, 0.54); }

.fig-img {
  padding: 0; }

img {
  max-width: 100%;
  padding-bottom: 0.875rem; }

article {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1rem 0 0; }

h3 {
  padding: 0.75rem 0; }

article p {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1.5rem; }

.quote {
  padding-left: 1.5rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.54); }

h4 {
  font-style: italic;
  padding-bottom: 1.5rem; }

.fig {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.2rem; }

.supplies, .agreement {
  padding-bottom: 0; }

.toolkit {
  padding-bottom: 1.25rem; }

.workshop {
  padding: 1rem;
  border: dashed 0.3rem rgba(178, 252, 255, 0.5); }

.grey {
  color: rgba(0, 0, 0, 0.54); }

#ref {
  visibility: hidden; }

.ref {
  width: 0%; }

.ref-styles {
  width: 100%;
  transition: ease-in 0.5s all; }

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