/* CSS Reset */
/* 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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* Variables */
/* Sitewide styles */
html {
  font-family: monospace;
  scroll-behavior: smooth;
}

section {
  padding-top: 100px;
}

main {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  margin: 8px 0;
}

p {
  margin: 10px 0;
}

strong {
  font-weight: bold;
}

.standard-article-text {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 599px) {
  .standard-article-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.standard-article-experience {
  font-size: 16px;
  line-height: 20px;
}
.standard-article-experience .main-list {
  display: list-item;
  list-style-type: square;
  margin-left: 20px;
}
.standard-article-experience .indented-title {
  margin-left: 40px;
}
.standard-article-experience .indented-list {
  display: list-item;
  list-style-type: square;
  margin-left: 60px;
}
.standard-article-experience li {
  margin-bottom: 10px;
}
.standard-article-experience .job-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.standard-article-experience .company-title {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.standard-article-experience .company-title a {
  margin-right: 20px;
}
.standard-article-experience .projects-title {
  margin-bottom: 10px;
}

.standard-article-education .education-title-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.standard-article-education .education-title-line .education-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.standard-article-education .education-title-line .education-title a {
  margin-right: 20px;
}
.standard-article-education .education-title-line span {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .standard-article-education .education-title-line span {
    font-size: 16px;
    line-height: 20px;
  }
}
.standard-article-education .education-title-line .projects-title {
  margin-bottom: 10px;
}
.standard-article-education .project-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .standard-article-education .project-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.standard-article-education .indented-title {
  margin-left: 40px;
}
.standard-article-education .indented-list {
  display: list-item;
  list-style-type: square;
  margin-left: 60px;
}
.standard-article-education .education-description {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .standard-article-education .education-description {
    font-size: 16px;
    line-height: 20px;
  }
}
.standard-article-education .project-description {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .standard-article-education .project-description {
    font-size: 16px;
    line-height: 20px;
  }
}

.standard-article-about-site p {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .standard-article-about-site p {
    font-size: 16px;
    line-height: 20px;
  }
}

.attribution {
  font-size: 16px;
  line-height: 19px;
}

.return-to-home {
  margin-top: 20px;
}
.return-to-home a:link {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.return-to-home a:visited {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.return-to-home a:hover {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.return-to-home a:active {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.return-to-home a {
  display: block;
}

.internal-links a:link {
  color: #000;
  text-decoration: none;
}
.internal-links a:visited {
  color: #000;
  text-decoration: none;
}
.internal-links a:hover {
  color: #000;
  text-decoration: underline;
}
.internal-links a:active {
  color: #000;
  text-decoration: underline;
}

.external-links a:link {
  color: #000;
  text-decoration: none;
}
.external-links a:visited {
  color: #000;
  text-decoration: none;
}
.external-links a:hover {
  color: #000;
  text-decoration: underline;
}
.external-links a:active {
  color: #000;
  text-decoration: underline;
}

.external-text-links a:link {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.external-text-links a:visited {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.external-text-links a:hover {
  font-weight: bold;
  color: #104A39;
  text-decoration: underline;
}
.external-text-links a:active {
  font-weight: bold;
  color: #104A39;
  text-decoration: underline;
}

.right-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.element-title-carrots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.element-title-carrots span {
  margin-left: 5px;
  margin-right: 5px;
}

.medium-link-button {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 170px;
}
.medium-link-button__container {
  padding: 5px 10px 5px 5px;
  border: 2px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.medium-link-button__container img {
  padding-right: 15px;
  z-index: 3;
}
.medium-link-button__container span {
  font-weight: bold;
}

.medium-download-button {
  border-radius: 40px;
  width: 170px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.medium-download-button div {
  border-radius: 40px;
  background-color: #5fddba;
}
.medium-download-button div:hover {
  background-color: #24ac86;
}
.medium-download-button__container {
  padding: 5px 10px 5px 5px;
  border: 2px solid #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.medium-download-button__container img {
  padding-right: 15px;
  z-index: 3;
}
.medium-download-button__container span {
  text-decoration: none;
  font-weight: bold;
}

.download-button {
  border-radius: 50px;
}
.download-button a, .download-button div {
  border-radius: 50px;
}
.download-button a:link {
  color: #000;
  background-color: #5fddba;
  text-decoration: none;
}
.download-button a:visited {
  color: #000;
  background-color: #5fddba;
  text-decoration: none;
}
.download-button a:hover {
  color: #000;
  background-color: #24ac86;
  text-decoration: none;
}
.download-button a:active {
  color: #000;
  background-color: #24ac86;
  text-decoration: none;
}
.download-button__container {
  padding: 5px 10px 5px 5px;
  border: 2px solid #000;
}
.download-button__container span {
  position: relative;
  bottom: 15px;
}

.color-hover-button a:link {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.color-hover-button a:visited {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.color-hover-button a:hover {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.color-hover-button a:active {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}

/* Skills */
.skills-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.skills-element {
  width: 230px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skills-element__left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
.skills-element__left .skills-icon {
  padding-left: 10px;
  padding-right: 15px;
}
.skills-element__left span {
  font-size: 20px;
  line-height: 22px;
}
.skills-element__right {
  width: 30px;
}

/* Nav Bar */
.nav-bar {
  background-color: #fff;
  border-style: none none solid none;
  border-width: 2px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 100px;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.nav-bar .logo-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 959px) {
  .nav-bar .logo-container {
    padding-left: 5px;
    padding-right: 15px;
  }
}
.nav-bar .logo-graphic {
  width: 96px;
  height: 96px;
}
@media (max-width: 959px) {
  .nav-bar .logo-graphic {
    width: 60px;
    height: 60px;
  }
}
.nav-bar__left-group {
  font-size: 24px;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 959px) {
  .nav-bar__left-group {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .nav-bar__left-group {
    font-size: 20px;
  }
}
.nav-bar__left-group a:link {
  text-decoration: none;
}
.nav-bar__left-group a:visited {
  text-decoration: none;
}
.nav-bar__left-group a:hover {
  text-decoration: none;
}
.nav-bar__left-group a:active {
  text-decoration: none;
}
.nav-bar__right-group {
  font-size: 20px;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 959px) {
  .nav-bar__right-group {
    width: 100%;
    justify-content: left;
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  .nav-bar__right-group {
    padding-left: 5px;
  }
}
@media (max-width: 399px) {
  .nav-bar__right-group {
    padding-left: 0px;
  }
}
@media (max-width: 599px) {
  .nav-bar__right-group {
    justify-content: center;
  }
}
.nav-bar__right-group a {
  margin-right: 25px;
}
@media (max-width: 599px) {
  .nav-bar__right-group a {
    margin-right: 12px;
  }
}
@media (max-width: 399px) {
  .nav-bar__right-group a {
    margin-right: 10px;
  }
}
@media (max-width: 959px) {
  .nav-bar__right-group {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 399px) {
  .nav-bar__right-group {
    font-size: 12px;
  }
}

.footer-bar {
  background-color: #fff;
}
.footer-bar__button-group {
  margin: 0 auto;
  max-width: calc(960px + 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}
@media (max-width: 959px) {
  .footer-bar__button-group {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.footer-bar__button-group a {
  margin-right: 5px;
  margin-left: 5px;
}
.footer-bar__button-group a:link {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.footer-bar__button-group a:visited {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.footer-bar__button-group a:hover {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.footer-bar__button-group a:active {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}

.home-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home-container__home {
  background-color: #fff;
  max-width: 720px;
}
@media (max-width: 959px) {
  .home-container__home {
    max-width: 960px;
  }
}
.home-container__home__image-greeting-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.home-container__home__image-greeting-container img {
  border-radius: 5px;
}
.home-container__home__image-greeting-container .greeting {
  font-size: 24px;
  margin-left: 20px;
  font-weight: bold;
}
.home-container__home .description {
  padding-right: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 599px) {
  .home-container__home .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-container__my-links {
  background-color: #fff;
  max-width: 240px;
}
@media (max-width: 959px) {
  .home-container__my-links {
    max-width: 960px;
  }
}
@media (max-width: 959px) {
  .home-container__my-links__button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .home-container__my-links__button-container a {
    margin-right: 20px;
  }
}
.home-container__my-links__button-container a:link {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.home-container__my-links__button-container a:visited {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.home-container__my-links__button-container a:hover {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.home-container__my-links__button-container a:active {
  color: #000;
  background-color: #D1F5EB;
  text-decoration: none;
}
.home-container__my-links a {
  display: block;
}
.home-container__my-links li {
  margin-top: 20px;
}
.home-container__my-links .download-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-container__my-links .link-label {
  display: block;
  font-size: 30px;
  margin: 0 auto;
}

.headshot {
  position: relative;
  width: 100%;
  height: 340px;
}
.headshot img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  z-index: 1;
}

.spacer {
  height: 60px;
}

/*# sourceMappingURL=styles-02.css.map */
