@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Madelyn";
  src: url("fonts/madelyn-webfont.woff2") format("woff2"), url("fonts/madelyn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #E0E4CF;
  color: #7D6A66;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}

@font-face {
  font-family: "Madelyn";
  src: url("fonts/madelyn-webfont.woff2") format("woff2"), url("fonts/madelyn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.menu-btn {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1em 3em;
}

main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  font-weight: 300;
  flex-direction: column;
  font-size: 64px;
  font-size: calc(3vw + 3vh + .5vmin);
  justify-content: center;
  padding: 1vw;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  width: 100vw;
  z-index: -1;
}
main small {
  font-size: inherit;
  text-transform: none;
}
main h1 {
  color: white;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-top: 3vh;
  margin-bottom: 10vh;
  text-align: center;
  text-transform: uppercase;
}
main abbr {
  font-size: 60%;
  font-weight: 400;
}

.section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.headshot {
  border-radius: 50%;
  border: 3px solid #fff;
  height: 220px;
  width: 220px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

@font-face {
  font-family: "Madelyn";
  src: url("fonts/madelyn-webfont.woff2") format("woff2"), url("fonts/madelyn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p {
  margin: 1em 0;
}

section {
  box-sizing: border-box;
  max-width: 600px;
  margin: auto;
  line-height: 1.5;
  padding: 1.5em;
}
section h1 {
  color: #A2B536;
  font-family: "Madelyn", cursive;
  font-size: 5em;
  line-height: 1;
  margin: 0.75em -0.07em 0 -0.07em;
}
section h2 {
  color: #A2B536;
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0 0.5em;
}
section a {
  color: #564334;
}
section ul {
  list-style-type: square;
  margin-left: 2em;
}
section ul.inline-list {
  list-style-type: none;
  margin-left: 0;
}
section ul.inline-list li {
  display: inline;
}
section ul.inline-list li:before {
  content: " · ";
}
section ul.inline-list li:first-child:before {
  content: "";
}

.resources dt {
  font-weight: bold;
  margin-top: 1em;
}

.contact-map {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
}
.contact-map iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

@font-face {
  font-family: "Madelyn";
  src: url("fonts/madelyn-webfont.woff2") format("woff2"), url("fonts/madelyn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
footer {
  background-color: #564334;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  color: #69D2E7;
  margin-top: 4em;
  padding: 1.5em 0;
}

.footer-content {
  font-size: 0.8em;
  justify-content: space-between;
  line-height: 1.2;
  margin: auto;
  max-width: 600px;
  text-align: center;
}

footer dt {
  color: #5695B5;
  font-weight: 700;
  margin-top: 0.5em;
}

footer dt:first-child {
  margin-top: 0;
}

.copyright {
  color: #5695B5;
  margin-top: 0.5em;
}

@media only screen and (max-width: 800px) {
  .dsk-only {
    display: none;
  }

  nav {
    background: #564334;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    padding: 0.5em 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform 250ms;
    width: 100%;
  }
  nav.open {
    transform: translateY(0);
  }
  nav a {
    color: #69D2E7;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    text-shadow: none;
  }
  nav a.mb-only {
    color: #5695B5;
  }

  main {
    font-size: 48px;
  }

  main h1 {
    margin-top: 0;
  }

  main abbr {
    display: block;
  }

  .headshot {
    height: 150px;
    width: 150px;
  }

  section h1 {
    font-size: 4em;
    margin-top: 0.6em;
  }
  section ul.inline-list li {
    display: block;
  }
  section ul.inline-list li:before {
    content: "";
  }

  footer {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 801px) {
  .mb-only {
    display: none;
  }

  nav {
    background-image: linear-gradient(to bottom, rgba(0, 20, 0, 0.8), rgba(0, 20, 0, 0));
  }
  nav a {
    border-bottom: 2px solid #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: inherit;
    display: inline-block;
    margin: 0 1em;
    padding: 1em 3em;
    text-decoration: none;
  }
  nav a.nav-curr {
    color: #A2B536;
    border-bottom-color: #A2B536;
  }
}

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