.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 10px 60px;
  background-color: black;
  color: white;
  opacity: 0;
  border-radius: 20px;
}

.skip-to-main-content-link:focus {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  opacity: 1;
}

.opacitize {
  opacity: 0.4;
}

.linkify {
  text-decoration: underline !important;
}

.left {
  float: left;
}

.right {
  float: right;
  text-align: right;
}

.inline {
  display: inline-block;
}

.small-width {
  width: 33%;
}

.half-width {
  width: 50%;
}


.modest-width {
  width: 65%;
}


.sizeable-width {
  width: 80%;
}

.full-width {
  width: 100%;
}

.bit-larger {
  font-size: 1.25em !important;
}

.way-larger {
  font-size: 2em !important;
}

.center {
  text-align: center;
}

.no-bullets {
  list-style: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-resize {
  resize: none;
  border-radius: 4px;
}

.justify {
  text-align: justify !important;
}

.zero-margin {
  margin: 0 auto;
}

.embolden {
  font-weight: bold;
}

.diminutive {
  font-size: 65%;
}

.smol {
  font-size: 80%;
}

.smol-cell {
  line-height: 80%;
}

.strikethrough {
  text-decoration: line-through;
}

.hidden {
  display: none !important;
}

.no-underline {
  text-decoration: none;
}

.blackened {
  color: black !important;
}

.neutral-grey {
  color: #cacaca;
}

.greener {
  color: #428E84;
}

.niceblue {
  color: #5258AB;
  text-decoration: underline !important;
  font-weight: bold;
}

.nicepink {
  color: #E2CFFA;
}

.gold {
  color: #ebd37e;
}

.red {
  color: #e55656;
}

.white {
  color: white;
}

.slate {
  color: #444444;
}

.swell, .skoosh {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swell:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.skoosh:active {
  transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
}

body {
  font: 16px/180% Arial, Helvetica, sans-serif;
  color: #444;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0 !important;
  overscroll-behavior-y: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

p {
  margin: 1em 0;
  line-height: 120%;
}

a {
  text-decoration: none;
  color: #5B5E81;
}

a:hover {
  transition: color 0.3s;
  color: #99ABC4;
}

table {
  width: 100%;
}

th {
  text-align: left;
  background-color: #ffffff;
}

.artifika {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

.pointer {
  cursor: pointer;
}

#header {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin: 0 auto;
}

#header h1 {
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

.left-header {
  display: inline;
  padding-top: 10px;
}

#logo-wrapper {
  display: inline-block;
  z-index: 500;
  transform-style: preserve-3d;
}

.header-image {
  width: 125px;
  height: 125px;
  z-index: -999;
}

.header-words {
  display: inline-block;
}

.subtitle {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
  margin-top: 0;
}

.face {
  margin-top: -30px;
  margin-right: 10px;
}

#user-wrapper {
  height: 60px;
  min-width: 160px;
  display: inline-block;
  float: right;
  position: static;
  padding: 0 5px 0 5px;
}

.panel {
  box-shadow: 0 0 10px #777777;
  z-index: 0;
  background: #ffffff;
  margin-top: 9px;
  padding: 1px 40px 40px 40px;
  border-radius: 40px;
}

.smart-panel {
  margin: 0 auto 25px;
  padding: 5px;
}

.glass {
  opacity: 0.75;
  background: #ffffff;
  z-index: 0;
  border-radius: 2px;
  border: 0px solid;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
}

.pagination, .pagination-controls, .pagination-info {
  display: inline;
}

.pagination span {
  color: #4c4c4c;
  margin: 0 2px;
}

.pagination .current {
  color: #ffd693;
}

.pagination-controls {
  float: left;
}

.pagination-info {
  float: right;
}

.page a {
  text-decoration: underline !important;
}

.footer-logo-wrapper {
  text-align: center;
}

.footer-logo {
  max-width: 50px;
  cursor: pointer;
  text-align: center;
}

.menu {
  margin: 0;
  padding: 0;
}

.version-number {
  float: right;
  text-align: right;
  margin-right: 5px;
}

.throttled-label {
  display: inline-block;
  max-width: 500px;
  line-height: 1.3em;
}

.field {
  text-align: center;
  margin-bottom: 20px;
}

.field input, .field select {
  font-size: 1.1em;
  width: 225px;
  min-height: 25px;
  padding: 5px;
  border-radius: 4px;
}

.field input[type='checkbox'] {
  width: 10px;
}

.field .half {
  width: 125px;
  margin: 0 5px 0 5px;
}

.actions {
  margin-top: -10px;
}

.actions .bigger {
  font-size: 16px;
  margin-right: 0;
}

.unsubscribe-button {
  font-size: 24px;
}

.signup-preview-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}

.signup-borders {
  border: 1px grey solid;
  border-radius: 3px;
  padding: 5px;
  width: 80%;
  background-color: papayawhip !important;
}

.signup-freebook-text {
  max-width: 300px;
  margin: 10px;
}

.signup-freebook-image {
  width: 100px;
  height: 150px;
  border-radius: 5px;
  margin: 10px;
}


#cookie-banner {
  background: white;
  position: fixed;
  left: 10px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
  border-radius: 2px;
}


#cookie-banner p {
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}


#cookie-banner h4 {
  color: #4e4e4e;
}


#cookie-banner button {
  width: 100%;
  padding: 10px 5px;
  border-radius: 10px;
  border: #ffdead;
  color: white;
  cursor: pointer;
}


#acceptCookie {
  background: #097fb7;
}


#rejectCookie {
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline !important;
}


.delete-link {
  color: #dd5454 !important;
}

@media screen and (min-width: 320px) {

  #header h1 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
    line-height: 30px;
  }

  #mynameis {
    width: 145px;
  }

  #user-wrapper {
    position: absolute;
  }

  #logo-wrapper {
    max-height: 95px;
    max-width: 160px;
  }

  .face {
    width: 75px;
    height: 75px;
  }

  .header-image {
    width: 75px;
    height: 75px;
  }

  .header-words {
    max-width: 150px;
  }

  #cookie-banner {
    width: 300px;
  }
}

@media screen and (min-width: 450px) {

  #mynameis {
    width: 270px;
  }

  .face {
    width: 100px;
    height: 100px;
  }

  .header-image {
    width: 100px;
    height: 100px;
  }

  .header-words {
    max-width: 750px;
  }

  #cookie-banner {
    width: 300px;
  }
}

@media screen and (min-width: 680px) {

  #header h1 {
    font-size: 2em;
    margin: 0 0 10px 0;
    line-height: 55px;
  }

  #mynameis {
    width: 300px;
  }

  #user-wrapper {
    position: static;
  }

  .smart-panel {
    width: 550px;
  }

  #logo-wrapper {
    height: 95px;
    width: 160px;
  }

  .header-image {
    width: 125px;
    height: 125px;
  }

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

  #cookie-banner {
    width: 400px;
  }
}

@media screen and (min-width: 1034px) {

  #header h1 {
    font-size: 3em;
    margin: 0 0 10px 0;
    line-height: 55px;
  }

  #mynameis {
    width: 425px;
  }

  #user-wrapper {
    position: static;
  }

  .smart-panel {
    width: 640px;
  }

  #logo-wrapper {
    height: 95px;
    width: 160px;
  }

  #cookie-banner {
    width: 400px;
  }
}

.background {
  background: #e3e2fc;
  background: -moz-linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
  background: -webkit-linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
  background: linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
}

strong {
  font-weight: bold;
  color: black;
}

.superbar {
  background-color: black;
}

.superbar-content .superbar-url {
  color: white;
}

.superbar-content .superbar-tag, .superbar-content .superbar-rightfloat {
  color: papayawhip;
}

.work-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.work-header-flex {
  text-align: center;
  margin: 0 20px;
}

.work-title {
  font-family: 'Atkinson' !important;
  font-size: 3em;
  color: #1d1d1d;
  margin: 20px 0 0;
  line-height: normal;
}

.work-subtitle {
  font-family: 'Atkinson' !important;
  color: #1d1d1d;
  font-size: 1.3em;
  line-height: normal;
  margin: 10px 0px;
}

.work-title-image {
  -webkit-filter: drop-shadow(-30px 5px 11px #ffffff) grayscale(35%);
  filter: drop-shadow(-30px 5px 11px #ffffff) grayscale(35%);
  transform: translateZ(0);
  width: 125px;
  height: 125px;
  overflow: visible;
  border-radius: 100px;
}

.personal-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  color: black;
}

.me-container {
  margin: 30px auto 0;
  max-width: 570px;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 20px #fff;
  background-color: #ffffff;
}

.store-blog-date {
  margin-left: 5px;
}

.blog-link {
  color: #428E84;
}

.business-white {
  color: #ffffff !important;
  font-weight: bold;
}

.nicerblue {
  color: #eaecff !important;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.work-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.left-work-flex, .right-work-flex {
  display: inline-block;
}

.left-work-flex {
  margin: 0 20px 55px;
}

.right-work-flex {
  margin: 0 20px;
}

li {
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
  font-size: 17px;
}

.job-container {
  background-color: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #ffffff9c 15%, #ffffffcf 24%, #e1ebf400 100%);
  margin: 0 auto 40px;
  padding: 25px 30px 0px;
  max-width: 400px;
  border-radius: 25px;
  border: 1px solid #dfedff8f;
  line-height: 1.2em;
  box-shadow: 5px 5px 20px #fff;
  position: relative;
}

.job-date-container {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 22px 0 22px 0;
  background: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #ccddfb87 15%, #fdfdfdf2 24%, #e1ebf438 100%);
  margin: 0;
  padding: 0 30px;
  height: 28px;
  border: 1px outset white;
}

.job-date-container span {
  display: inline-block;
  color: #2f3037;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

.job-desc {
  color: black;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

.job-desc a {
  text-decoration: underline;
}

#reachout-container, #reachout-confirmation, #reachout-error {
  display: none;
}

.reachout-confirmation {
  max-width: 300px;
  margin: 0 auto;
}

.reachout-confirmation p {
  text-align: center;
}

#reachout-container {
  margin: 30px auto 0;
  max-width: 570px;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 20px #fff;
  background: white;
}

label {
  font-family: 'Atkinson' !important;
}

input[type=text], input[type=email] {
  border: 1px white solid;
  border-bottom: 1px black solid;
  border-radius: 0;
}

.field {
  text-align: left;
}

.contact-span {
  display: inline-block;
  width: 100px;
}

.work-button {
  color: #f0f0f0;
  background: #8882a9;
  background: -moz-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: -webkit-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: linear-gradient(to bottom, #99ABC4 0%, #60659a 50%, #99ABC4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$l-slate-purple', endColorstr='$l-slate-purple',GradientType=0 );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: #000000 1px solid;
  border-radius: 10px;
  padding: 6px 20px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 1px #999);
  filter: drop-shadow(0 0 1px #999);
}

.work-button:active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -moz-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: -webkit-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: linear-gradient(to bottom, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$l-slate-purple', endColorstr='$l-slate-purple',GradientType=0 );
}

.skills-container-box {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-wrap: wrap;
  max-width: 400px;
}

.skill-box {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  width: 172px;
  margin: 15px 5px;
  flex-direction: column;
}

.skill-header {
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
}

.skill-content {
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 0.8em;
}

.testimonial-wrapper {
  margin-top: 30px;
}

.testimonial-container {
  background-color: #99d0ff;
  background: linear-gradient(321deg, #3948564d 0%, #5a626c40 48%, #3946644f 84%, #26262800 100%);
  margin: 0 auto 40px;
  padding: 10px 30px 30px;
  max-width: 400px;
  border-radius: 25px;
  border: 1px solid #ffffff8f;
  line-height: 1.2em;
  box-shadow: 5px 5px 20px #f2f2f2;
  position: relative;
}

.testimonial-content {
  color: #f8f8ff;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
  line-height: 1.3em;
}

.testimonial-name-container {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 22px 0 22px 0;
  background: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #e6e3ffde 15%, #dedcf1b5 24%, #c7c9dddb 100%);
  margin: 0;
  padding: 0 30px;
  height: 28px;
  border: 1px outset white;
}

.testimonial-name-container span {
  display: inline-block;
  color: #2f3037;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

.testimonial-avatar-image {
  border-radius: 50px;
  display: inline-block;
  height: 100px;
  width: 100px;
}

.big-quote {
  font-size: 1.6em;
}

.left-offset {
  margin-left: -17px;
}

.right-offset {
  display: inline;
}

.tooltip {
  position: absolute;
  background-color: transparent;
  border-radius: 12px;
  padding: 1px 12px;
  font-family: arial;
  font-size: 12px;
  text-shadow: 0px 1px 1px #000;
  color: white;
}

#work-footer-bar {
  border-radius: 30px;
  max-width: 640px;
  margin: 50px auto 0;
  opacity: 0.9;
  color: black;
}

.shellscript-footer-logo {
  height: 40px;
  margin-bottom: -10px;
  -webkit-filter: drop-shadow(-1px 1px 25px #ffffff) grayscale(35%);
  filter: drop-shadow(-1px 1px 25px #ffffff) grayscale(35%);
  transform: translateZ(0);
}

.footer-words {
  color: #f9f2ff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 370px) {

  .testimonial-name-container {
    border-radius: 11px 0 22px 22px;
  }
}

@media screen and (max-width: 430px) {

  .testimonial-name-container {
    padding: 0 10px;
  }

  .position-text {
    font-size: 0.8em !important;
  }
}
