@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon-13878915.eot");
  src: url("../fonts/icomoon-13878915.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon-271c24b2.woff") format("woff"), url("../fonts/icomoon-34847abc.ttf") format("truetype"), url("../fonts/icomoon-ca262b23.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
  Instead of a list of all class selectors,
  you can use the generic selector below, but it's slower:
*/
[class*="icon-"]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-logo:before {
  content: "\e000"; }

.icon-mail:before {
  content: "\e001"; }

.icon-earth:before {
  content: "\e002"; }

.icon-phone:before {
  content: "\e003"; }

.icon-github:before {
  content: "\e004"; }

.icon-twitter:before {
  content: "\e006"; }

.icon-apple:before {
  content: "\e007"; }

.icon-skype:before {
  content: "\e005"; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

a {
  outline: none;
  color: #1778b0;
  text-decoration: none; }
  a:visited {
    outline: none;
    color: #1778b0;
    text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    color: #18577b;
    text-decoration: underline; }
  a:active {
    outline: none;
    color: black; }
  @media (prefers-color-scheme: dark) {
    a {
      color: #50a9dc; }
      a:visited {
        color: #50a9dc; }
      a:hover, a:focus {
        outline: none;
        color: #a6d3ed;
        text-decoration: underline; } }
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help; }

p,
li {
  font-weight: 300; }

body {
  background: white;
  background: linear-gradient(to right, #efefef 0%, white 35%, white 65%, #efefef 100%);
  color: #262626;
  font-weight: 300;
  font: 100% / 1.5 "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin: 0 auto;
  padding: 0 0; }
  @media only screen and (min-width: 540px) {
    body {
      font-size: 1.05em; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 1.1em; } }
  @media (prefers-color-scheme: dark) {
    body {
      background: #262626;
      background: linear-gradient(to right, #262626 0%, #2e2e2e 35%, #2e2e2e 65%, #262626 100%);
      color: #eeeeee; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

h2 {
  margin-bottom: 0.75em;
  font-size: 1.7em;
  /* 36 / 16 = 2 */
  line-height: 1.2;
  text-align: center; }

h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.4em;
  /* 24 / 16 = 1.5 */
  line-height: 1.3; }

h4 {
  margin-bottom: 0.75em;
  margin-top: 1.7em;
  font-size: 1.2em;
  /* 20 / 16 = 1.25 */
  line-height: 1.25;
  font-weight: 500; }

h5 {
  margin-bottom: 1.5em;
  font-size: 1em;
  /* 16 / 16 = 1 */ }

h6 {
  font-size: 1em;
  /* 16 / 16 = 1 */ }

html {
  background: white;
  overflow-y: scroll; }

ul,
ol {
  margin: 0 0 0 -24px;
  padding-left: 24px; }

ul {
  list-style-type: disc; }
  ul ul {
    padding-left: 0; }

ol {
  list-style-type: decimal; }

li ul,
li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */ }

.container {
  margin: 0 auto;
  padding: 0 0;
  width: 90%; }

#stripe {
  background: #262626;
  height: 12px;
  line-height: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  #stripe canvas {
    height: 12px;
    width: 100%; }
  @media print {
    #stripe {
      display: none; } }
  @media (prefers-color-scheme: dark) {
    #stripe {
      background: #121212; } }
.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2.5em; }
  @media (min-width: 580px) {
    .header {
      flex-direction: row-reverse;
      align-items: end; } }
.header__heading {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-size: 3em;
  /* 48 / 16 = 3 */
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  width: 100%; }
  @media print {
    .header__heading {
      font-size: 6em;
      margin-bottom: 0;
      margin-top: 0.5em;
      text-align: left; } }
  @media (min-width: 580px) {
    .header__heading {
      font-size: 3.3em;
      margin-bottom: 0;
      margin-top: 0.5em;
      text-align: left; } }
  @media (min-width: 820px) {
    .header__heading {
      font-size: 5em;
      margin-bottom: 0em; } }
.header__subheading {
  margin-bottom: 0; }
  @media (min-width: 580px) {
    .header__subheading {
      text-align: left; } }
:root {
  --color-1: hsl(28, 100%, 48%);
  --color-2: hsl(41, 100%, 50%);
  --color-3: hsl(69, 100%, 43%);
  --color-4: hsl(103, 80%, 46%);
  --color-5: hsl(200, 100%, 50%);
  --color-6: hsl(234, 100%, 68%);
  --color-7: hsl(278, 100%, 63%);
  --color-8: hsl(335, 85%, 63%); }
  @media (prefers-color-scheme: dark) {
    :root {
      --color-1: hsl(28, 90%, 48%);
      --color-2: hsl(41, 90%, 50%);
      --color-3: hsl(69, 90%, 43%);
      --color-4: hsl(103, 70%, 46%);
      --color-5: hsl(200, 90%, 50%);
      --color-6: hsl(234, 90%, 68%);
      --color-7: hsl(278, 90%, 60%);
      --color-8: hsl(335, 80%, 63%); } }
.logo__wrapper {
  width: 10rem;
  line-height: 0;
  padding-bottom: 0.5em; }
  @media print {
    .logo__wrapper {
      width: 6rem; } }
.logo__color {
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-play-state: playing; }

.logo__color_1 {
  animation-name: cycle_color_1; }

.logo__color_2 {
  animation-name: cycle_color_2; }

.logo__color_3 {
  animation-name: cycle_color_3; }

.logo__color_4 {
  animation-name: cycle_color_4; }

.logo__color_1 {
  fill: var(--color-1); }

.logo__color_2 {
  fill: var(--color-3); }

.logo__color_3 {
  fill: var(--color-5); }

.logo__color_4 {
  fill: var(--color-7); }

@keyframes cycle_color_1 {
  0%,
  100% {
    fill: var(--color-1); }
  12.5% {
    fill: var(--color-2); }
  25% {
    fill: var(--color-3); }
  37.5% {
    fill: var(--color-4); }
  50% {
    fill: var(--color-5); }
  62.5% {
    fill: var(--color-6); }
  75% {
    fill: var(--color-7); }
  87.5% {
    fill: var(--color-8); } }

@keyframes cycle_color_2 {
  0%,
  100% {
    fill: var(--color-3); }
  12.5% {
    fill: var(--color-4); }
  25% {
    fill: var(--color-5); }
  37.5% {
    fill: var(--color-6); }
  50% {
    fill: var(--color-7); }
  62.5% {
    fill: var(--color-8); }
  75% {
    fill: var(--color-1); }
  87.5% {
    fill: var(--color-2); } }

@keyframes cycle_color_3 {
  0%,
  100% {
    fill: var(--color-5); }
  12.5% {
    fill: var(--color-6); }
  25% {
    fill: var(--color-7); }
  37.5% {
    fill: var(--color-8); }
  50% {
    fill: var(--color-1); }
  62.5% {
    fill: var(--color-2); }
  75% {
    fill: var(--color-3); }
  87.5% {
    fill: var(--color-4); } }

@keyframes cycle_color_4 {
  0%,
  100% {
    fill: var(--color-7); }
  12.5% {
    fill: var(--color-8); }
  25% {
    fill: var(--color-1); }
  37.5% {
    fill: var(--color-2); }
  50% {
    fill: var(--color-3); }
  62.5% {
    fill: var(--color-4); }
  75% {
    fill: var(--color-5); }
  87.5% {
    fill: var(--color-6); } }

@media only screen and (min-width: 640px) {
  .content {
    display: grid;
    grid-template-rows: 0fr 0fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "profile contact" "experience skills" "experience interests";
    grid-gap: 0 7%; } }

.content__profile {
  grid-area: profile; }

.content__contact {
  grid-area: contact; }

.content__skills {
  grid-area: skills; }

.content__experience {
  grid-area: experience; }

.content__interests {
  grid-area: interests; }

@media print {
  .content {
    display: grid;
    grid-template-rows: 0fr 0fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "profile contact" "experience skills" "experience interests";
    grid-gap: 0 7%; } }

@page {
  padding: 15mm; }

/*  2.HEADINGS */
/*  3.TYPOGRAPHY */
.link {
  float: right; }

.period {
  font-style: italic; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 0.75em;
  font-size: 1em;
  /* 16 / 16 = 1 */ }

.container > section {
  border-top: 2px solid #666;
  padding-top: 1em;
  margin-bottom: 2em; }

#skills ul,
#skills ol,
#interests ul,
#interests ol {
  list-style: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: normal; }

blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #c8c8c8;
  font-style: italic; }
  blockquote:before, blockquote:after {
    content: "";
    content: none; }

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

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

address {
  font-style: normal; }

pre {
  margin-bottom: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font: 0.875em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

code {
  font: 0.875em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

small {
  font-size: 1em;
  /* 16 / 16 = 1 */ }

/*  5.FIGURES & IMAGES */
figure {
  margin-bottom: 1.5em; }
  figure img,
  figure object,
  figure embed {
    margin-bottom: 0.75em;
    max-width: 100%; }

figcaption {
  display: block;
  font-weight: normal; }

/*  6.TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
  font-size: 0.875em;
  /* 14 / 16 = .875 */ }

th {
  font-weight: bold;
  padding: 0.25em 10px 0.25em 5px; }

td,
caption {
  padding: 0.25em 10px 0.25em 5px; }

tfoot {
  font-style: italic; }

caption {
  background-color: transparent; }

/*  7.FORMS (See css/mylibs/forms.css) */
/*  8.BANNER */
/*  9.NAVIGATION */
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

/* 15.VENDOR-SPECIFIC */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:link {
  -webkit-tap-highlight-color: #349edb; }

::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none; }

::-webkit-input-placeholder {
  padding: 10px;
  font-size: 0.875em;
  line-height: 1.4; }

/* input[type=search] { -webkit-appearance: none; }
 *
 *input[type="search"]::-webkit-search-decoration, 
 *input[type="search"]::-webkit-search-cancel-button { display: none; } */
input:-moz-placeholder {
  padding: 10px;
  font-size: 0.875em;
  line-height: 1.4; }

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic; }

div,
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* Non-semantic helper classes */
/* Image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* Hide for screenreaders and visual browsers */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide visually */
.visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  border: 0; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    clip: auto;
    overflow: visible;
    height: auto;
    margin: 0;
    width: auto; }

/* Allow an element to be focusable via keyboard */
/* Hide but maintain layout */
.invisible {
  visibility: hidden; }

/* 16.TEMPLATE SPECIFICS */
#goog-fixurl ul {
  list-style-type: none; }

#goog-fixurl input {
  margin-bottom: 1.5em; }

/* 17.MODERNIZR */
/* MEDIA QUERIES */
/*Print __________________________________________________________________________________________________________ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    font-size: 8pt; }
  h2 {
    text-align: left; }
  #stripe {
    display: none; }
  a {
    color: #444 !important;
    text-decoration: underline; }
    a:visited {
      color: #444 !important;
      text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
