html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
  Remove text-shadow in selection highlight: 
  https://twitter.com/miketaylr/status/12228805301
  These selection rule sets have to be separate.
  Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 Remove the gap between audio, canvas, iframes,
 images, videos and the bottom of their containers:
 https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

.header {
  width: 95%;
  height: 130px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .header__logo {
    width: 400px; }
    .header__logo-name, .header__logo-monogram {
      font-family: big-caslon-fb, serif;
      color: #ffffff;
      font-size: 28px;
      letter-spacing: .03em; }
    .header__logo-monogram {
      display: none; }
    .header__logo-position {
      font-family: prenton, sans-serif;
      color: #94F493;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .5em; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header__menu-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 6px 12px;
      margin-right: 20px; }
      .header__menu-button:last-child {
        margin-right: 0px; }
      .header__menu-button:hover {
        color: #ffffff;
        -webkit-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in; }
        .header__menu-button:hover i {
          color: #94F493; }
      .header__menu-button-label {
        font-family: prenton, sans-serif;
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: .16em;
        margin-top: 4px; }
        .header__menu-button-label a {
          text-decoration: none;
          background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
          background-image: -webkit-linear-gradient(currentColor, currentColor);
          background-image: -o-linear-gradient(currentColor, currentColor);
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 100%;
          background-repeat: no-repeat;
          background-size: 0% 2px;
          -webkit-transition: background-size .3s;
          -o-transition: background-size .3s;
          transition: background-size .3s;
          color: #ffffff; }
          .header__menu-button-label a:hover, .header__menu-button-label a:focus {
            background-size: 100% 2px; }
      .header__menu-button i {
        font-size: 22px;
        color: #94F493;
        margin-right: 10px; }
  .header--mobile {
    display: none; }

@media screen and (min-width: 0px) and (max-width: 480px) {
  .header--default {
    display: none; }
  .header--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 86px; }
  .header__logo-monogram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__logo-name {
    display: none; }
  .header__logo-position {
    display: none; }
  .header__menu-button {
    margin-right: 10px; }
  .header__menu-button i {
    font-size: 28px; }
  .header__menu-button-label {
    display: none; } }

@media screen and (min-width: 480px) and (max-width: 754px) {
  .header--default {
    display: none; }
  .header--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 86px; }
  .header__logo-monogram {
    display: none; }
  .header__logo-position {
    display: none; }
  .header__menu-button {
    margin-right: 10px; }
  .header__menu-button i {
    font-size: 28px; }
  .header__menu-button-label {
    display: none; } }

@media screen and (min-width: 755px) and (max-width: 829px) {
  .header {
    height: 86px; }
  .header__logo-monogram {
    display: none; }
  .header__logo-position {
    display: none; }
  .header__menu-button {
    margin-right: 10px; }
  .header__menu-button i {
    font-size: 28px; }
  .header__menu-button-label {
    display: none; } }

@media screen and (min-width: 830px) and (max-width: 1125px) {
  .header__logo-monogram {
    display: none; }
  .header__menu-button i {
    font-size: 28px; }
  .header__menu-button-label {
    display: none; } }

@media screen and (min-width: 1441px) {
  .header--mobile {
    display: none; }
  .header__menu-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.hero {
  width: 100%;
  height: 640px;
  background-color: #303332;
  background-image: url(../img/hero-img__l.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0px 0px -80px 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .hero__wrapper-inner {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px;
    margin-right: 100px; }
  .hero__text-name {
    font-family: big-caslon-fb, serif;
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 15px; }
  .hero__text-desc {
    font-family: prenton, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #9EA8A5;
    margin: 0px 0px 0px 0px; }

@media screen and (min-width: 0px) and (max-width: 768px) {
  .hero {
    height: 400px;
    background-image: url(../img/img-small-s.png);
    background-position: center top;
    padding: 0px; }
  .hero__wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero__wrapper-inner {
    width: calc(100% - 80px);
    margin-right: 0px;
    padding: 40px; }
  .hero__text-name,
  .hero__text-desc {
    width: 100%;
    text-align: center; }
  .hero__text-name {
    font-size: 36px;
    margin-bottom: 10px; }
  .hero__text-desc {
    font-size: 16px;
    text-align: center; } }

@media screen and (min-width: 769px) and (max-width: 1392px) {
  .hero {
    height: 560px;
    background-image: url(../img/img-small-l.png);
    background-position: center top;
    padding: 0px; }
  .hero__wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero__wrapper-inner {
    width: calc(100% - 80px);
    margin-right: 0px;
    padding: 40px; }
  .hero__text-name,
  .hero__text-desc {
    width: 100%;
    text-align: center; }
  .hero__text-desc {
    text-align: center; } }

@media screen and (min-width: 1394px) and (max-width: 1482px) {
  .hero {
    height: 560px;
    background-image: url(../img/hero-img__m.png);
    padding: 0px; } }

@media screen and (min-width: 1733px) {
  .hero {
    height: 700px;
    background-image: url(../img/hero-img__xl.png);
    padding: 0px; } }

section {
  width: 100%; }
  section .page-title {
    background-color: #097755;
    background-image: url(../img/circles.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0px;
    margin: 80px auto;
    border-top: 10px solid #94F493;
    border-bottom: 10px solid #06523A; }
    section .page-title__wrapper {
      width: 80%; }
    section .page-title__section-name, section .page-title__section-desc {
      width: 85%;
      margin: 0px;
      text-align: left; }
    section .page-title__section-name {
      font-family: big-caslon-fb, serif;
      font-size: 48px;
      color: #ffffff;
      margin: 0px 0px 0px 0px; }
      section .page-title__section-name i {
        color: #6ADF69;
        font-size: 36px;
        position: relative;
        top: -4px; }
    section .page-title__section-desc {
      font-family: prenton, sans-serif;
      font-size: 24px;
      color: #ffffff;
      font-weight: 300;
      margin-left: 40px; }
  section .content {
    width: 80%;
    margin: 40px auto 160px auto; }
  section .entry {
    margin: 40px auto 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section .entry__uni-seal {
      float: right;
      position: relative;
      top: 15px; }
      section .entry__uni-seal .uni-svg {
        width: 130px; }
    section .entry__text {
      width: 100%; }
      section .entry__text-date {
        font-family: big-caslon-fb, serif;
        font-size: 24px;
        color: #097755;
        letter-spacing: .04em;
        border-top: 2px solid #94F493;
        padding-top: 6px;
        margin: 0px 0px 20px 0px; }
      section .entry__text-title {
        font-family: big-caslon-fb, serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: .04em;
        color: #373A39;
        padding: 0px;
        margin: 10px 0px 8px 0px; }
      section .entry__text-position {
        font-family: prenton, sans-serif;
        font-size: 22px;
        font-weight: 300;
        color: #373A39;
        text-transform: uppercase;
        margin-bottom: 12px; }
      section .entry__text-desc {
        font-family: prenton, sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        color: #686C6B; }
        section .entry__text-desc--uni {
          margin-right: 250px; }

@media screen and (min-width: 0px) and (max-width: 640px) {
  section .page-title__wrapper {
    text-align: center;
    margin: 0px auto; }
  section .page-title__section-name {
    font-size: 36px;
    text-align: center;
    margin: 0px auto; }
  section .page-title__section-name i {
    display: block;
    top: -4px; }
  section .page-title__section-desc {
    display: none; }
  section .content {
    width: 80%;
    margin-bottom: 100px; }
  section .entry__text {
    text-align: left; }
  section .entry__text-date {
    font-size: 24px; }
  section .entry__text-title {
    font-size: 28px; }
  section .entry__text-position {
    font-size: 18px; }
  section[class="experience"] .entry__text {
    text-align: center; }
  section[class="experience"] .entry__text-date {
    font-size: 24px; }
  section[class="experience"] .entry__text-title {
    font-size: 30px; }
  section[class="experience"] .entry__text-position {
    font-size: 18px; }
  section[class="experience"] .entry__text-desc {
    display: none; }
  section[class="education"] .entry__uni-seal {
    display: none; }
  section[class="education"] .entry__text-desc--uni {
    margin-right: 0px; } }

@media screen and (min-width: 641px) and (max-width: 768px) {
  section .page-title__wrapper {
    text-align: center;
    margin: 0px auto; }
  section .page-title__section-name {
    font-size: 36px;
    text-align: center;
    margin: 0px auto; }
  section .page-title__section-name i {
    display: block;
    top: -4px; }
  section .page-title__section-desc {
    display: none; }
  section .content {
    width: 80%;
    margin-bottom: 100px; }
  section .entry__text {
    text-align: left; }
  section .entry__text-date {
    font-size: 24px; }
  section .entry__text-title {
    font-size: 28px; }
  section .entry__text-position {
    font-size: 18px; }
  section[class="experience"] .entry__text {
    text-align: center; }
  section[class="experience"] .entry__text-date {
    font-size: 24px; }
  section[class="experience"] .entry__text-title {
    font-size: 30px; }
  section[class="experience"] .entry__text-position {
    font-size: 18px; }
  section[class="experience"] .entry__text-desc {
    display: none; }
  section[class="education"] .entry__uni-seal {
    display: none; }
  section[class="education"] .entry__text-desc--uni {
    margin-right: 0px; } }

.footer {
  width: 95%;
  padding: 40px 0px 80px 0px;
  margin: 30px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .footer a {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(currentColor, currentColor);
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    color: #ffffff; }
    .footer a:hover, .footer a:focus {
      background-size: 100% 2px; }
  .footer__logo {
    width: 450px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .footer__logo-name {
      font-family: big-caslon-fb, serif;
      color: #ffffff;
      font-size: 28px;
      letter-spacing: .03em; }
    .footer__logo-position {
      font-family: prenton, sans-serif;
      color: #94F493;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .5em; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .footer__content-contact {
      width: 150px;
      text-align: left; }
      .footer__content-contact h3 {
        font-family: prenton, sans-serif;
        color: #94F493;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .2em;
        padding: 0px;
        margin: 0px 0px 12px 0px;
        font-weight: 300; }
      .footer__content-contact ul, .footer__content-contact li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        font-family: prenton, sans-serif;
        color: #ffffff; }
      .footer__content-contact li {
        margin-bottom: 12px; }
      .footer__content-contact i {
        position: relative;
        top: 4px;
        font-size: 24px;
        margin-right: -4px; }

@media screen and (min-width: 0px) and (max-width: 480px) {
  .footer {
    width: 90%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px; }
  .footer__logo {
    width: 100%;
    text-align: left; }
  .footer__logo-name {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .03em;
    margin-bottom: 10px; }
  .footer__logo-position {
    font-size: 14px;
    letter-spacing: .5em;
    margin-bottom: 20px; }
  .footer__content {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .footer__content-contact {
    width: 100%;
    margin-bottom: 20px; }
  .footer__content-contact h3 {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left; }
  .footer__content-contact li {
    margin-bottom: 12px;
    text-align: left; }
  .footer__content-contact i {
    font-size: 14px;
    top: 0px; } }

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .footer {
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px; }
  .footer__logo {
    width: 100%;
    text-align: left; }
  .footer__logo-name {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .03em;
    margin-bottom: 10px; }
  .footer__logo-position {
    font-size: 14px;
    letter-spacing: .5em;
    margin-bottom: 20px; }
  .footer__content {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .footer__content-contact {
    width: 33%;
    margin-bottom: 20px; }
  .footer__content-contact h3 {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left; }
  .footer__content-contact li {
    margin-bottom: 12px;
    text-align: left; }
  .footer__content-contact i {
    font-size: 14px;
    top: 0px; } }

@media screen and (min-width: 1441px) {
  .footer {
    width: 95%; } }

body {
  padding: 0px;
  margin: 0px; }

.layout {
  width: 100%;
  margin: 0px auto; }
  .layout__header {
    background-color: #097755;
    background-image: url(../img/circles.png); }
  .layout__footer {
    background-color: #097755;
    background-image: url(../img/circles.png);
    border-top: 6px solid #94F493; }
