#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-1, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-2, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-3, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-4, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-5, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-6, #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-7 {
  position: absolute;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

@-webkit-keyframes arrow {
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

@keyframes arrow {
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

@-webkit-keyframes arrow-top {
  0% {
    fill: transparent;
    opactiy: 0;
  }
  100% {
    fill: #cecece;
    opacity: 1;
  }
}

@keyframes arrow-top {
  0% {
    fill: transparent;
    opactiy: 0;
  }
  100% {
    fill: #cecece;
    opacity: 1;
  }
}

@-webkit-keyframes arrow-bottom {
  0% {
    fill: #cecece;
    opactiy: 1;
  }
  100% {
    fill: transparent;
    opacity: 0;
  }
}

@keyframes arrow-bottom {
  0% {
    fill: #cecece;
    opactiy: 1;
  }
  100% {
    fill: transparent;
    opacity: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

hr {
  margin: 65px 10% 55px 10%;
  height: 3px;
  border: none;
  background-color: #ffffff;
}

h1 {
  font-size: 2.4em;
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 2em;
}

h3 {
  text-align: center;
  font-size: 1.7em;
}

h4 {
  font-size: 1.4em;
  color: #574167;
  margin-top: 0;
}

p {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.3;
}

@media (max-width: 768px) {
  p {
    font-size: 1.2em;
  }
}

ul {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  ul {
    font-size: 1.2em;
  }
}

a {
  color: #7B4C7B;
  cursor: pointer;
}

a:hover, a:focus {
  color: #31465a;
}

a.button {
  color: #000000;
}

noscript {
  text-align: center;
  background-color: #fff;
  display: block;
  padding: 40px 0;
  height: 150px;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.hidden {
  display: block;
  opacity: 0;
  height: 0;
  padding: 0;
  font-size: 1px;
}

.center-text {
  text-align: center;
}

.charming {
  font-family: 'Charm', cursive;
}

#content-container {
  margin: 0 auto;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.footnote {
  font-weight: normal;
  font-style: italic;
  color: initial;
}

.skip-to-main {
  display: block;
  position: absolute;
  z-index: 9999999;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  left: -2000px;
}

.skip-to-main:hover, .skip-to-main:focus {
  left: 10px;
  top: 10px;
}

.hide {
  opacity: 0;
  z-index: 1;
  height: 0px;
}

.show {
  opacity: 1;
  z-index: 999;
  height: initial;
}

header {
  background-image: url("/images/hero_img.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 80px;
  /* IE10 & IE11 CSS styles */
  /* Microsoft Edge V13 & 14 CSS styles */
}

header nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-attachment: fixed;
  background-image: url(/images/hero_img.jpg);
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

header nav #nav-background {
  background-color: rgba(24, 19, 24, 0.7);
}

header nav #nav-background .wrapper {
  padding: 0 10px;
}

header nav #nav-background #heading {
  text-align: left;
  color: #ffffff;
  display: block;
  float: left;
}

header nav #nav-background #heading .site-title, header nav #nav-background #heading p {
  margin: 0;
  font-family: 'Lovers Quarrel', cursive;
  font-size: 3.3em;
  font-weight: normal;
  text-align: left;
  width: 250px;
  padding: 5px 0 5px 15px;
  line-height: 1.1;
}

header nav #nav-background #heading a {
  color: #ffffff;
}

header nav #nav-background #heading a:hover, header nav #nav-background #heading a:focus {
  color: #a2c2d5;
}

header nav #nav-background #main-nav #menu-toggle-lbl {
  display: none;
  float: right;
  position: relative;
  top: 10px;
  height: 50px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 25%;
  transition: background-color 0.5s ease-in-out 0s;
  -webkit-transition: background-color 0.5s ease-in-out 0s;
  -moz-transition: background-color 0.5s ease-in-out 0s;
  -o-transition: background-color 0.5s ease-in-out 0s;
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar {
  top: 18px;
  width: 45px;
  height: 5px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.5s linear 0s;
  transition: -webkit-transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
  -webkit-transition: transform 0.5s linear 0s;
  -moz-transition: transform 0.5s linear 0s;
  -o-transition: transform 0.5s linear 0s;
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar.closed:before {
  opacity: 1;
  content: "";
  top: -13px;
  width: 45px;
  height: 5px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 10px;
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar.closed:after {
  content: "";
  top: 8px;
  width: 45px;
  height: 5px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 10px;
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar.open {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar.open:before {
  opacity: 0;
  content: "";
  top: -13px;
  width: 45px;
  height: 5px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 10px;
}

header nav #nav-background #main-nav #menu-toggle-lbl #menu-bar.open:after {
  content: "";
  top: 8px;
  width: 45px;
  height: 5px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  transform: rotate(90deg) translate(-13px, 0);
  -webkit-transform: rotate(90deg) translate(-13px, 0);
  -moz-transform: rotate(90deg) translate(-13px, 0);
  -o-transform: rotate(90deg) translate(-13px, 0);
}

header nav #nav-background #main-nav #menu-toggle-lbl:hover, header nav #nav-background #main-nav #menu-toggle-lbl:focus {
  background-color: #c9d2e0;
}

header nav #nav-background #main-nav #menu-toggle-lbl:hover #menu-bar, header nav #nav-background #main-nav #menu-toggle-lbl:focus #menu-bar {
  background-color: #6f355e;
}

header nav #nav-background #main-nav #menu-toggle-lbl:hover #menu-bar:before, header nav #nav-background #main-nav #menu-toggle-lbl:focus #menu-bar:before {
  background-color: #6f355e;
}

header nav #nav-background #main-nav #menu-toggle-lbl:hover #menu-bar:after, header nav #nav-background #main-nav #menu-toggle-lbl:focus #menu-bar:after {
  background-color: #6f355e;
}

header nav #nav-background #main-nav #menu-toggle {
  display: none;
}

header nav #nav-background #main-nav #menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  text-align: center;
}

header nav #nav-background #main-nav #menu li {
  display: block;
  float: left;
}

header nav #nav-background #main-nav #menu li a {
  color: #a2c2d5;
  text-decoration: none;
  font-size: 1.2em;
  padding: 22px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

header nav #nav-background #main-nav #menu li a:hover, header nav #nav-background #main-nav #menu li a:focus {
  color: #ffffff;
  background-color: #50707b;
}

header#hero-container {
  padding-bottom: 95px;
}

header#hero-container #canvas-container {
  text-align: center;
  height: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 50px 10px 0 10px;
}

header#hero-container #canvas-container h1 {
  position: absolute;
  left: -2000px;
}

header#hero-container #canvas-container .footnote {
  color: #939ba0;
  font-size: 1em;
}

header#hero-container #canvas-container #particle-field {
  margin: 0;
  max-width: 100%;
}

header#hero-container #canvas-container #canvas-content {
  color: #adadad;
  transition: all 1.5s ease-in-out 0s;
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
}

header#hero-container #canvas-container #canvas-content .svg-arrow {
  fill: #cecece;
  position: relative;
  background: transparent;
}

header#hero-container #canvas-container #canvas-content .svg-arrow p {
  padding: 0;
  line-height: 1;
  font-size: 1em;
}

header#hero-container #canvas-container #canvas-content .svg-arrow.top {
  -webkit-animation: arrow 1s ease-in-out 0s infinite normal, arrow-top 1s linear 0s infinite normal;
          animation: arrow 1s ease-in-out 0s infinite normal, arrow-top 1s linear 0s infinite normal;
}

header#hero-container #canvas-container #canvas-content .svg-arrow.middle {
  -webkit-animation: arrow 1s ease-in-out 0s infinite normal;
          animation: arrow 1s ease-in-out 0s infinite normal;
}

header#hero-container #canvas-container #canvas-content .svg-arrow.bottom {
  -webkit-animation: arrow 1s ease-in-out 0s infinite normal, arrow-bottom 1s linear 0s infinite normal;
          animation: arrow 1s ease-in-out 0s infinite normal, arrow-bottom 1s linear 0s infinite normal;
}

@media (max-width: 1024px) {
  header nav #nav-background #main-nav #menu li a {
    font-size: 1.1em;
    padding: 22px 15px;
  }
}

@media (max-width: 900px) {
  header nav #nav-background #heading h1, header nav #nav-background #heading p {
    font-size: 3em;
  }
  header nav #nav-background #main-nav #menu {
    position: absolute;
    top: 58px;
    right: -275px;
  }
  header nav #nav-background #main-nav #menu li {
    float: none;
  }
  header nav #nav-background #main-nav #menu li a {
    color: #ffffff;
    padding: 15px;
  }
  header nav #nav-background #main-nav #menu li a:hover, header nav #nav-background #main-nav #menu li a:focus {
    background-color: #c9d2e0;
    color: #6f355e;
    font-weight: bold;
  }
  header nav #nav-background #main-nav #menu-toggle-lbl {
    display: block;
  }
  header nav #nav-background #main-nav #menu-toggle:checked + #menu {
    right: 0;
    background-color: #485566;
    width: 75%;
    max-width: 260px;
    border-radius: 0 0 0 5px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  header#hero-container nav {
    opacity: 1 !important;
    height: auto !important;
    z-index: 999 !important;
  }
  header#hero-container #canvas-container {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header {
    background-attachment: local !important;
  }
}

@supports (-ms-ime-align: auto) {
  header {
    background-attachment: local !important;
  }
}

#intro {
  position: relative;
  padding: 30px 0 40px 0;
  background-color: #e1dde3;
  z-index: 1;
}

#intro.paper-border:before {
  background-image: url("/images/border-top-e1dde3.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#intro.paper-border:after {
  background-image: url("/images/border-bottom-e1dde3.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#intro .about-details {
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 0 0;
  text-align: right;
  padding-left: 10px;
  width: 23%;
  float: left;
}

#intro .about-details p {
  line-height: 1.1;
}

#intro .about-details .label {
  font-weight: bold;
  display: block;
  width: 100%;
}

#intro .about-photo {
  display: inline-block;
  width: 18%;
  margin: 3px 2% 0 0;
  text-align: center;
}

#intro .about-summary {
  display: inline-block;
  vertical-align: top;
  width: 54%;
  padding-right: 10px;
}

#intro .social-links {
  text-align: right;
  padding-top: 20px;
  padding-top: 5px;
}

#intro .social-links a {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background-color: #7B4C7B;
}

#intro .social-links a:hover, #intro .social-links a:focus {
  background-color: #31465a;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#intro .social-links a:first-child {
  margin-left: 0;
}

#intro .social-links a:last-child {
  margin-right: 0;
}

#intro h3 {
  text-align: center;
}

#intro #skills-list {
  padding: 0;
  list-style: none;
  text-align: center;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

#intro #skills-list li {
  display: inline-block;
  width: 100%;
  padding: 5px 18px;
  border-radius: 3px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

#intro #skills-list li:hover {
  background-color: #efefef;
}

#intro #skills-list li:hover .skill {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#intro #skills-list li:hover .skill-level span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  margin-left: 1px;
}

#intro #skills-list li .skill {
  display: inline-block;
  width: 205px;
  text-align: left;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

#intro #skills-list li .skill-level {
  display: inline-block;
}

#intro #skills-list li .skill-level span {
  background-size: 100%;
  background-position-x: center;
  background-position-y: 1px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

#intro #skills-list li .skill-level .level-yes {
  background-image: url("/images/skill-lvl-color.png");
}

#intro #skills-list li .skill-level .level-no {
  background-image: url("/images/skill-lvl-grey.png");
}

#intro .intro-extras {
  text-align: center;
}

#intro .intro-extras .intro-extra-outer {
  display: inline-block;
  padding: 20px;
  width: 35%;
  margin: 0 1% 30px 1%;
  text-align: center;
}

#intro .intro-extras .intro-extra-outer .intro-extra {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}

#intro .intro-extras .intro-extra-outer .intro-extra .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  color: #485566;
  padding: 20px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

#intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 5px;
  position: relative;
}

#intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title:before, #intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #6f355e;
  position: absolute;
  transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s linear 0.5s;
  transition: -webkit-transform 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
  -webkit-transition: transform 0.5s linear 0.5s;
  -moz-transition: transform 0.5s linear 0.5s;
  -o-transition: transform 0.5s linear 0.5s;
  z-index: 9;
}

#intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title:before {
  right: 0;
  top: 0;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
}

#intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title:after {
  left: 0;
  bottom: 0;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
}

#intro .intro-extras .intro-extra-outer .intro-extra img {
  display: block;
  width: 100%;
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay {
  position: absolute;
  width: 100%;
  height: 165px;
  z-index: 9;
  bottom: -40px;
  overflow: hidden;
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-leaves {
  background-image: url("/images/lotus-leaves.png");
  position: absolute;
  z-index: 19;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-1 {
  background-image: url("/images/lotus-petal-1.png");
  z-index: 18;
  transform: rotate(-20deg) translate(0, 5px);
  -webkit-transform: rotate(-20deg) translate(0, 5px);
  -moz-transform: rotate(-20deg) translate(0, 5px);
  -o-transform: rotate(-20deg) translate(0, 5px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-2 {
  background-image: url("/images/lotus-petal-2.png");
  z-index: 17;
  transform: rotate(20deg) translate(0, 5px);
  -webkit-transform: rotate(20deg) translate(0, 5px);
  -moz-transform: rotate(20deg) translate(0, 5px);
  -o-transform: rotate(20deg) translate(0, 5px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-3 {
  background-image: url("/images/lotus-petal-3.png");
  z-index: 16;
  transform: rotate(-27deg) translate(0, 15px);
  -webkit-transform: rotate(-27deg) translate(0, 15px);
  -moz-transform: rotate(-27deg) translate(0, 15px);
  -o-transform: rotate(-27deg) translate(0, 15px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-4 {
  background-image: url("/images/lotus-petal-4.png");
  z-index: 15;
  transform: rotate(27deg) translate(0, 15px);
  -webkit-transform: rotate(27deg) translate(0, 15px);
  -moz-transform: rotate(27deg) translate(0, 15px);
  -o-transform: rotate(27deg) translate(0, 15px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-5 {
  background-image: url("/images/lotus-petal-5.png");
  z-index: 14;
  transform: rotate(-45deg) translate(0, 20px);
  -webkit-transform: rotate(-45deg) translate(0, 20px);
  -moz-transform: rotate(-45deg) translate(0, 20px);
  -o-transform: rotate(-45deg) translate(0, 20px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-6 {
  background-image: url("/images/lotus-petal-6.png");
  z-index: 13;
  transform: rotate(45deg) translate(0, 20px);
  -webkit-transform: rotate(45deg) translate(0, 20px);
  -moz-transform: rotate(45deg) translate(0, 20px);
  -o-transform: rotate(45deg) translate(0, 20px);
}

#intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay .lotus-petal-7 {
  background-image: url("/images/lotus-petal-7.png");
  z-index: 12;
  transform: rotate(-50deg) translate(-13px, 43px);
  -webkit-transform: rotate(-50deg) translate(-13px, 43px);
  -moz-transform: rotate(-50deg) translate(-13px, 43px);
  -o-transform: rotate(-50deg) translate(-13px, 43px);
}

#intro .intro-extras .intro-extra-outer a:hover .intro-extra .info, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .info {
  opacity: 1;
  height: 100%;
}

#intro .intro-extras .intro-extra-outer a:hover .intro-extra .info .extra-title:before, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .info .extra-title:after, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .info .extra-title:before, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .info .extra-title:after {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

#intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-1, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-2, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-3, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-4, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-5, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-6, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-7, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-1, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-2, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-3, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-4, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-5, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-6, #intro .intro-extras .intro-extra-outer a:hover .intro-extra .lotus-petal-7, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-1, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-2, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-3, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-4, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-5, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-6, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-7, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-1, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-2, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-3, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-4, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-5, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-6, #intro .intro-extras .intro-extra-outer a:focus .intro-extra .lotus-petal-7 {
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
}

@media (max-width: 1170px) {
  #intro .about-details {
    width: 27%;
  }
  #intro .about-summary {
    width: 50%;
  }
  #intro #skills-list {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

@media (max-width: 1024px) {
  #intro .about-details {
    width: 47%;
  }
  #intro .about-details p {
    font-size: 1.1em;
  }
  #intro .about-photo {
    width: 49%;
    text-align: left;
    margin: 3px 0 0 0;
    padding-right: 10px;
  }
  #intro .about-summary {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
  #intro .social-links {
    margin-bottom: 10px;
  }
  #intro .intro-extras .intro-extra-outer {
    width: 40%;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title {
    padding: 15px 0 15px 0;
  }
}

@media (max-width: 900px) {
  #intro .intro-extras .intro-extra-outer {
    width: 47%;
  }
}

@media (max-width: 768px) {
  #intro {
    padding: 0 0 20px 0;
  }
  #intro.paper-border:before, #intro.paper-border:after {
    background-size: cover;
  }
  #intro #skills-list {
    padding: 0;
    list-style: none;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  #intro #skills-list li {
    padding: 5px 10px;
    font-size: 0.95em;
  }
  #intro .intro-extras .intro-extra-outer {
    width: 49%;
    margin: 10px auto;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra .info {
    opacity: 1;
    bottom: 0;
    background-color: #ffffffcc;
    z-index: 99;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title {
    font-size: 1.4em;
    margin: 12% 0;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra .lotus-overlay {
    display: none;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra:hover .info, #intro .intro-extras .intro-extra-outer .intro-extra:focus .info {
    background-color: #fff;
  }
}

@media (max-width: 640px) {
  #intro .about-details {
    float: none;
    width: 59%;
    text-align: left;
    padding-left: 0;
    margin-right: 0;
    font-size: .95em;
  }
  #intro .about-photo {
    width: 40%;
    text-align: center;
    padding-right: 10px;
    padding-left: 0;
  }
  #intro .social-links {
    text-align: left;
  }
  #intro .intro-extras .intro-extra-outer {
    width: 80%;
    margin: 0;
  }
  #intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title {
    padding: 10px;
    font-size: 1.7em;
    margin: 18% 0;
  }
}

@media (max-width: 550px) {
  #intro .about-details {
    width: 100%;
    padding: 0 10px;
  }
  #intro .about-details .label {
    width: 100px;
    display: inline-block;
  }
  #intro .about-photo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #intro .about-summary {
    margin-top: 0;
  }
  #intro .social-links {
    margin-bottom: 15px;
  }
  #intro .intro-extras .intro-extra-outer {
    width: 100%;
  }
}

@media (max-width: 400px) {
  #intro .intro-extras .intro-extra-outer .intro-extra .info .extra-title {
    font-size: 1.4em;
  }
}

.quote-outer {
  overflow: hidden;
}

.quotes, #javan-quote, #woods-quote {
  padding: 100px 0;
  text-align: center;
  background-attachment: fixed;
  background-size: auto 115%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateZ(-1px) scale(1.2);
          transform: translateZ(-1px) scale(1.2);
}

.quotes .quote, #javan-quote .quote, #woods-quote .quote {
  background-color: rgba(255, 255, 255, 0.46);
  padding: 25px 50px;
  -webkit-transform: translateZ(-1px) scale(0.8);
          transform: translateZ(-1px) scale(0.8);
}

.quotes hr, #javan-quote hr, #woods-quote hr {
  margin: 30px 20%;
  border: none;
  background-color: #6e68a2;
}

.quotes .charming, #javan-quote .charming, #woods-quote .charming {
  font-size: 2.7em;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0px 1px 2px #ffffff;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .quotes .charming, #javan-quote .charming, #woods-quote .charming {
    font-size: 2.3em;
  }
}

@media (max-width: 550px) {
  .quotes .charming, #javan-quote .charming, #woods-quote .charming {
    line-height: 1.4;
    font-size: 2em;
  }
}

#javan-quote {
  background-image: url("/images/water-lily.jpg");
}

#woods-quote {
  background-image: url("/images/woods.jpg");
}

#education {
  position: relative;
  padding: 30px 0 50px 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 1;
}

#education.paper-border:before {
  background-image: url("/images/border-top-ffffff.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#education.paper-border:after {
  background-image: url("/images/border-bottom-ffffff.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#education .degrees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#education .degrees .degree {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
  background-color: #efefef;
  padding: 20px;
  margin: 25px 2%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#education .degrees .degree .degree-type {
  padding: 90px 0 15px 0;
  background-repeat: no-repeat;
  background-position: top center;
  font-weight: bold;
  color: #6f355e;
  font-size: 1.25em;
  border-bottom: 3px solid #cdcdcd;
}

#education .degrees .degree .degree-type p {
  padding: 0;
}

#education .degrees .degree .degree-type.grad {
  background-image: url(/images/graduation.png);
}

#education .degrees .degree .degree-type.cert {
  background-image: url(/images/certificate.png);
}

#education .degrees .degree .degree-type .degree-name {
  font-weight: bold;
  color: #6f355e;
}

#education .degrees .degree .degree-type .grad-year {
  color: black;
  font-size: 0.95em;
  font-weight: normal;
  padding: 0;
}

#education .degrees .degree .degree-info {
  padding: 10px;
}

#education .degrees .degree .degree-info .degree-name {
  font-weight: bold;
  padding: 0;
  color: #31465a;
}

#education .degrees .degree .degree-info p {
  font-size: 1em;
}

@media (max-width: 900px) {
  #education .degrees .degree {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    margin: 25px 3%;
  }
}

@media (max-width: 768px) {
  #education {
    padding: 10px 0 20px 0;
  }
  #education.paper-border:before, #education.paper-border:after {
    background-size: cover;
  }
}

@media (max-width: 640px) {
  #education .degrees .degree {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}

@media (max-width: 550px) {
  #education .degrees .degree {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }
}

#employment {
  position: relative;
  padding: 30px 0;
  background-color: #ffffff;
  z-index: 99;
}

#employment.paper-border:before {
  background-image: url("/images/border-top-ffffff.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#employment.paper-border:after {
  background-image: url("/images/border-bottom-ffffff.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#employment .jobs .job {
  width: 80%;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  margin: 50px auto;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#employment .jobs .job h4 {
  background-color: #50707b;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 20px 20px 80px;
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  background-size: 70px;
}

#employment .jobs .job.jgws h4 {
  background-image: url("/images/jgws-subdued-logo.png");
}

#employment .jobs .job.rb h4 {
  background-image: url("/images/rb-subdued-logo.png");
}

#employment .jobs .job.bc h4 {
  background-image: url("/images/boone-subdued-logo.png");
}

#employment .jobs .job.dw h4 {
  background-image: url("/images/designaweb-subdued-logo.png");
}

#employment .jobs .job.usaf h4 {
  background-image: url("/images/usaf-subdued-logo.png");
}

#employment .jobs .job .dates {
  font-size: 0.7em;
  font-weight: normal;
  float: right;
  padding: 0.3em 0;
}

#employment .jobs .job .info {
  padding: 25px 20px 0 20px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#employment .jobs .job .title {
  color: #6f355e;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0;
}

#employment .jobs .job .location {
  font-style: italic;
  font-size: 1em;
}

#employment .jobs .job .summary {
  display: inline-block;
  width: 83%;
  vertical-align: top;
}

#employment .jobs .job .toggle-lbl {
  text-align: right;
  padding: 10px 0 25px 0;
  display: inline-block;
  width: 16%;
  vertical-align: bottom;
}

#employment .jobs .job .toggle-lbl .button {
  padding: 5px 15px;
  font-size: 1.1em;
}

#employment .jobs .job .job-toggle-chkbx {
  display: none;
}

#employment .jobs .job #job1-toggle:checked + #accomplishments1 {
  height: auto;
  padding: 35px 0;
  border-top: 3px solid #cdcdcd;
}

#employment .jobs .job #job2-toggle:checked + #accomplishments2 {
  height: auto;
  padding: 35px 0;
  border-top: 3px solid #cdcdcd;
}

#employment .jobs .job #job3-toggle:checked + #accomplishments3 {
  height: auto;
  padding: 35px 0;
  border-top: 3px solid #cdcdcd;
}

#employment .jobs .job #job4-toggle:checked + #accomplishments4 {
  height: auto;
  padding: 35px 0;
  border-top: 3px solid #cdcdcd;
}

#employment .jobs .job #job5-toggle:checked + #accomplishments5 {
  height: auto;
  padding: 35px 0;
  border-top: 3px solid #cdcdcd;
}

#employment .jobs .job .accomplishments {
  display: inline-block;
  width: 94%;
  vertical-align: top;
  border-top: none;
  margin: 25px 3% 0 3%;
  height: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

#employment .jobs .job .accomplishments ul {
  margin: 0;
  padding-left: 20px;
}

#employment .jobs .job .accomplishments ul li {
  padding-bottom: 10px;
}

#employment .jobs .job .label {
  font-weight: bold;
  padding: 0;
  color: #4E4875;
}

@media (max-width: 1024px) {
  #employment .jobs .job .summary {
    width: 81%;
  }
  #employment .jobs .job .toggle-lbl {
    width: 18%;
  }
}

@media (max-width: 900px) {
  #employment .jobs .job .summary {
    width: 100%;
  }
  #employment .jobs .job .toggle-lbl {
    width: 100%;
    padding: 10px 0;
  }
  #employment .jobs .job .dates {
    display: block;
    float: none;
  }
}

@media (max-width: 768px) {
  #employment {
    padding: 10px 0 20px 0;
  }
  #employment.paper-border:before, #employment.paper-border:after {
    background-size: cover;
  }
  #employment .employment {
    padding: 8px;
  }
}

#portfolio {
  text-align: center;
  padding: 40px 0 85px 0;
  background-color: #c9d2e0;
  position: relative;
  z-index: 1;
}

#portfolio .portfolio-box-outer {
  display: inline-block;
  padding: 20px 15px;
  width: 32%;
}

#portfolio .portfolio-box-outer .portfolio-box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}

#portfolio .portfolio-box-outer .portfolio-box .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  color: #485566;
  padding: 20px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

#portfolio .portfolio-box-outer .portfolio-box .info .item-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding: 15px 0;
  margin: 20px 0;
  position: relative;
}

#portfolio .portfolio-box-outer .portfolio-box .info .item-title:before, #portfolio .portfolio-box-outer .portfolio-box .info .item-title:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #6f355e;
  position: absolute;
  transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s linear 0.5s;
  transition: -webkit-transform 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
  -webkit-transition: transform 0.5s linear 0.5s;
  -moz-transition: transform 0.5s linear 0.5s;
  -o-transition: transform 0.5s linear 0.5s;
  z-index: 9;
}

#portfolio .portfolio-box-outer .portfolio-box .info .item-title:before {
  right: 0;
  top: 0;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
}

#portfolio .portfolio-box-outer .portfolio-box .info .item-title:after {
  left: 0;
  bottom: 0;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
}

#portfolio .portfolio-box-outer .portfolio-box .info .item-link {
  color: black;
  font-size: 0.9em;
}

#portfolio .portfolio-box-outer .portfolio-box img {
  display: block;
  width: 100%;
}

#portfolio .portfolio-box-outer a:hover .portfolio-box .info, #portfolio .portfolio-box-outer a:focus .portfolio-box .info {
  opacity: 1;
  height: 100%;
}

#portfolio .portfolio-box-outer a:hover .portfolio-box .info .item-title:before, #portfolio .portfolio-box-outer a:hover .portfolio-box .info .item-title:after, #portfolio .portfolio-box-outer a:focus .portfolio-box .info .item-title:before, #portfolio .portfolio-box-outer a:focus .portfolio-box .info .item-title:after {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

@media (max-width: 1024px) {
  #portfolio .portfolio-box-outer {
    width: 49%;
  }
}

@media (max-width: 900px) {
  #portfolio .portfolio-box-outer .portfolio-box .info .item-link {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  #portfolio .portfolio-box-outer {
    width: 80%;
  }
}

@media (max-width: 550px) {
  #portfolio .portfolio-box-outer {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  font-family: 'Charm', cursive;
  font-size: 1em;
}

::-moz-placeholder {
  font-family: 'Charm', cursive;
  font-size: 1em;
}

:-ms-input-placeholder {
  font-family: 'Charm', cursive;
  font-size: 1em;
}

:-moz-placeholder {
  font-family: 'Charm', cursive;
  font-size: 1em;
}

.input1 {
  width: 48%;
  margin: 10px 1%;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #c4c4c4;
  border-left: none;
  font-size: 1.3em;
  line-height: 2;
  padding: 5px 10px;
  display: block;
  float: left;
}

.input2 {
  width: 98%;
  margin: 10px 1%;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #c4c4c4;
  border-left: none;
  font-size: 1.3em;
  line-height: 2;
  padding: 5px 10px;
}

.input3 {
  width: 98%;
  margin: 15px 1%;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  font-size: 1.3em;
  line-height: 2;
  padding: 5px 10px;
}

button, [type="button"], [type="reset"], [type="submit"], .button {
  padding: 10px 15px;
  margin: 0 1%;
  border-radius: 3px;
  background-color: #d5c5ca;
  font-family: 'Charm', cursive;
  font-size: 1.3em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="reset"]:hover, [type="reset"]:focus, [type="submit"]:hover, [type="submit"]:focus, .button:hover, .button:focus {
  background-color: #c9d2e0;
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.error-message {
  color: #c40000;
}

.error-message::-webkit-input-placeholder {
  color: #c40000;
}

.error-message::-moz-placeholder {
  color: #c40000;
}

.error-message:-ms-input-placeholder {
  color: #c40000;
}

.error-message:-moz-placeholder {
  color: #c40000;
}

#contact {
  position: relative;
  padding: 30px 0;
}

#contact.paper-border:before {
  background-image: url("/images/border-top-ffffff.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#contact.paper-border:after {
  background-image: url("/images/border-bottom-ffffff.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#contact .footnote {
  font-size: 0.9em;
}

#contact #contact-form {
  position: relative;
  padding: 20px 0 50px 0;
}

#contact #contact-form .field-set {
  position: relative;
}

#contact #contact-form .field-set.half {
  width: 50%;
  display: block;
  float: left;
}

#contact #contact-form .field-set.half .input1 {
  width: 96%;
  margin: 10px 2%;
}

#contact #contact-form .field-set.full {
  display: block;
  clear: both;
}

#contact #contact-form .form-error-message p {
  color: #c40000;
  position: absolute;
  bottom: -45px;
  left: 20px;
  padding: 10px;
  background-color: #efefef;
  border-radius: 5px;
  z-index: 99999;
}

#contact #contact-form .form-error-message p:after {
  content: '';
  position: absolute;
  top: -12px;
  width: 0;
  z-index: 100;
  border-bottom: 12px solid #efefef;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  left: 20px;
}

#contact #contact-form button, #contact #contact-form [type="button"], #contact #contact-form [type="reset"], #contact #contact-form [type="submit"] {
  float: right;
}

@media (max-width: 768px) {
  #contact {
    padding: 10px 0 20px 0;
  }
  #contact.paper-border:before, #contact.paper-border:after {
    background-size: cover;
  }
}

@media (max-width: 900px) {
  #contact .input1 {
    width: 98%;
  }
  #contact #contact-form .field-set.half {
    width: 100%;
  }
  #contact #contact-form .field-set.half .input1 {
    width: 98%;
    margin: 10px 1%;
  }
}

#thank-you {
  position: relative;
  padding: 100px 0;
  padding: 8% 0;
  text-align: center;
}

#thank-you.paper-border:before {
  background-image: url("/images/border-top-ffffff.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  z-index: 99;
}

#thank-you.paper-border:after {
  background-image: url("/images/border-bottom-ffffff.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  z-index: 99;
}

#thank-you hr {
  background-color: #6f355e;
}

#thank-you .charming {
  font-size: 2.7em;
  line-height: 2;
}

@media (max-width: 768px) {
  #thank-you {
    padding: 10px 0 20px 0;
  }
  #thank-you.paper-border:before, #thank-you.paper-border:after {
    background-size: cover;
  }
}

#project {
  position: relative;
  padding: 30px 0;
}

#project h2 {
  font-size: 1.8em;
}

#project.paper-border:before {
  background-image: url("/images/border-top-ffffff.png");
  top: -35px;
  bottom: initial;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#project.paper-border:after {
  background-image: url("/images/border-bottom-ffffff.png");
  top: initial;
  bottom: -35px;
  height: 40px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}

#project hr {
  background-color: #6f355e;
  margin: 20px 10%;
}

#project .project-images {
  text-align: center;
  padding: 10px 0;
}

#project .project-info ul {
  text-align: center;
  list-style: none;
  padding: 0;
  color: #485566;
}

#project .project-info ul li {
  display: inline-block;
  font-size: 1.8em;
  padding: 10px 0;
}

#project .project-info ul li:before {
  content: '\1f7c4';
  width: 100px;
  display: inline-block;
  color: #000000;
}

#project .project-info ul li:first-child:before {
  content: '';
  width: 0;
}

#project .project-links {
  padding: 50px 0;
  text-align: center;
}

#project .project-links a.button {
  margin: 0 5%;
  display: inline-block;
  width: 200px;
}

@media (max-width: 900px) {
  #project .project-info ul li:before {
    width: 50px;
  }
}

@media (max-width: 768px) {
  #project {
    padding: 10px 0 20px 0;
  }
  #project.paper-border:before, #project.paper-border:after {
    background-size: cover;
  }
}

@media (max-width: 640px) {
  #project .project-info ul li {
    font-size: 1.5em;
    padding: 7px 0;
  }
  #project .project-info ul li:before {
    content: '\2022';
  }
  #project .project-links a.button {
    margin: 0 20px;
  }
}

@media (max-width: 550px) {
  #project .project-links {
    padding: 30px 0 20px 0;
  }
  #project .project-links a.button {
    width: 210px;
    margin: 15px;
  }
}

footer {
  background-image: url(/images/footer_img.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  padding: 50px 0 25px 0;
  color: #a2c2d5;
}

footer .footer-info {
  display: block;
  float: left;
  width: 50%;
}

footer .footer-info.email a {
  color: #a2c2d5;
}

footer .footer-info.email a:hover, footer .footer-info.email a:focus {
  color: #ffffff;
}

footer .footer-info.copy {
  text-align: right;
}

@media (max-width: 550px) {
  footer .footer-info {
    width: 100%;
  }
  footer .footer-info.email {
    padding-bottom: 5px;
    text-align: center;
  }
  footer .footer-info.copy {
    padding-bottom: 10px;
    text-align: center;
  }
}

@media print {
  h1 {
    font-size: 1.8em;
    margin: 20px 0;
  }
  h2, #project h2 {
    font-size: 1.6em;
    margin: 20px 0;
  }
  p {
    font-size: 1em;
  }
  hr {
    display: none;
  }
  header {
    background-image: none;
    padding-bottom: 0;
    height: 50px;
  }
  header nav {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    position: relative;
  }
  header nav #nav-background {
    background-color: transparent;
    display: block;
  }
  header nav #nav-background #heading h1, header nav #nav-background #heading p {
    width: 100%;
    line-height: 1;
  }
  header nav #nav-background #heading h1 a, header nav #nav-background #heading p a {
    color: #1c2961;
  }
  header nav #nav-background #heading .hidden {
    opacity: 1;
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
  }
  header nav #nav-background #main-nav {
    display: none;
  }
  header#hero-container {
    padding-bottom: 0px;
  }
  #intro {
    padding: 0;
    background-color: transparent;
  }
  #intro.paper-border:before, #intro.paper-border:after {
    display: none;
  }
  #intro .intro-extras {
    display: none;
  }
  #intro #skills-list {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-width: 200px;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
  }
  #intro #skills-list li {
    padding: 0 15px;
  }
  #javan-quote {
    display: none;
  }
  #education {
    padding: 0;
    -webkit-column-break-before: page;
            break-before: page;
  }
  #education.paper-border:before, #education.paper-border:after {
    display: none;
  }
  #education h4 {
    -webkit-column-break-before: page;
            break-before: page;
  }
  #education .degrees {
    display: block;
  }
  #education .degrees .degree {
    display: inline-block;
    width: 45%;
    margin: 20px 2%;
    vertical-align: top;
  }
  #education .degrees .degree .degree-type.grad, #education .degrees .degree .degree-type.cert {
    background-image: none;
    padding: 15px 0;
  }
  #woods-quote {
    display: none;
    padding: 0;
  }
  #employment {
    -webkit-column-break-before: page;
            break-before: page;
  }
  #employment h3 {
    margin-top: 0;
  }
  #employment.paper-border:before, #employment.paper-border:after {
    display: none;
  }
  #employment .jobs .job {
    background-color: transparent;
    margin: 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
  #employment .jobs .job .job-info {
    background-color: transparent;
    border-bottom: none;
    padding: 0px;
  }
  #employment .jobs .job .job-info h4 {
    color: #31465a;
  }
  #employment .jobs .job .job-info .job-title {
    color: #5a5a5a;
  }
  #employment .jobs .job .job-description {
    padding: 10px;
  }
  #employment .jobs .job .job-description .job-location {
    width: 64%;
    padding-bottom: 15px;
  }
  #employment .jobs .job .job-description .job-dates {
    width: 35%;
    text-align: right;
    padding-bottom: 15px;
  }
  #portfolio {
    background-color: transparent;
    padding: 0;
    -webkit-column-break-before: page;
            break-before: page;
  }
  #portfolio .portfolio-box-outer {
    width: 32%;
    margin-bottom: 0;
  }
  #project .project-images img {
    max-width: 75%;
  }
  #project .project-links {
    display: none;
  }
  #contact {
    display: none;
  }
  footer {
    padding: 0;
  }
}
