html {
  box-sizing: border-box; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
  overflow: hidden !important;
  word-wrap: break-word !important; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
  font-family: "Fira Mono", monospace; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 1.5em 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

form {
  box-sizing: border-box; }

label {
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  padding: 12px;
  color: #888888;
  margin-right: 16px;
  float: left; }

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  display: inline-block;
  float: left;
  font-family: "Fira Mono", monospace;
  font-size: 16px;
  width: calc(100% - 1em - 48px - 16px);
  clear: right;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #888888;
  background-color: transparent;
  margin-bottom: 8px;
  padding: 16px 0 8px;
  outline: 0; }
  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
  input[type="email"]:hover,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="number"]:hover,
  input[type="number"]:active,
  input[type="number"]:focus,
  textarea:hover,
  textarea:active,
  textarea:focus {
    border-bottom: 2px solid;
    margin-bottom: 7px;
    outline: none;
    -webkit-animation: rainbow-border 10s 0s infinite;
            animation: rainbow-border 10s 0s infinite; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  min-width: 88px;
  font-size: 14px;
  font-weight: 500;
  color: whitesmoke;
  background-color: #222;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 11px 16px;
  border: none;
  transition: 0.3s ease-in-out;
  margin: 16px 8px;
  float: right; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    background-color: #030303;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

::-moz-selection {
  background: #FFF498; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

body {
  background-color: whitesmoke;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Fira Sans', sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

section {
  margin: 0;
  padding: 20px 0px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  section::after {
    clear: both;
    content: "";
    display: block; }

article {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  article::after {
    clear: both;
    content: "";
    display: block; }

header {
  font-size: 2.5em;
  margin: 1.5em auto;
  text-align: center;
  overflow: hidden;
  word-break: break-all; }

@-webkit-keyframes rainbow {
  0% {
    color: #0074D9; }
  25% {
    color: #3D9970; }
  50% {
    color: #FF851B; }
  75% {
    color: #85144B; }
  100% {
    color: #0074D9; } }

@keyframes rainbow {
  0% {
    color: #0074D9; }
  25% {
    color: #3D9970; }
  50% {
    color: #FF851B; }
  75% {
    color: #85144B; }
  100% {
    color: #0074D9; } }

@-webkit-keyframes rainbow-border {
  0% {
    border-color: #0074D9; }
  25% {
    border-color: #3D9970; }
  50% {
    border-color: #FF851B; }
  75% {
    border-color: #85144B; }
  100% {
    border-color: #0074D9; } }

@keyframes rainbow-border {
  0% {
    border-color: #0074D9; }
  25% {
    border-color: #3D9970; }
  50% {
    border-color: #FF851B; }
  75% {
    border-color: #85144B; }
  100% {
    border-color: #0074D9; } }

@-webkit-keyframes rainbow-border-multi {
  0% {
    border-top-color: #0074D9;
    border-right-color: #3D9970;
    border-bottom-color: #FF851B;
    border-left-color: #85144B; }
  25% {
    border-top-color: #3D9970;
    border-right-color: #FF851B;
    border-bottom-color: #85144B;
    border-left-color: #0074D9; }
  50% {
    border-top-color: #FF851B;
    border-right-color: #85144B;
    border-bottom-color: #0074D9;
    border-left-color: #3D9970; }
  75% {
    border-top-color: #85144B;
    border-right-color: #0074D9;
    border-bottom-color: #3D9970;
    border-left-color: #FF851B; }
  100% {
    border-top-color: #0074D9;
    border-right-color: #3D9970;
    border-bottom-color: #FF851B;
    border-left-color: #85144B; } }

@keyframes rainbow-border-multi {
  0% {
    border-top-color: #0074D9;
    border-right-color: #3D9970;
    border-bottom-color: #FF851B;
    border-left-color: #85144B; }
  25% {
    border-top-color: #3D9970;
    border-right-color: #FF851B;
    border-bottom-color: #85144B;
    border-left-color: #0074D9; }
  50% {
    border-top-color: #FF851B;
    border-right-color: #85144B;
    border-bottom-color: #0074D9;
    border-left-color: #3D9970; }
  75% {
    border-top-color: #85144B;
    border-right-color: #0074D9;
    border-bottom-color: #3D9970;
    border-left-color: #FF851B; }
  100% {
    border-top-color: #0074D9;
    border-right-color: #3D9970;
    border-bottom-color: #FF851B;
    border-left-color: #85144B; } }

@-webkit-keyframes rainbow-background {
  0% {
    background-color: #0074D9; }
  25% {
    background-color: #3D9970; }
  50% {
    background-color: #FF851B; }
  75% {
    background-color: #85144B; }
  100% {
    background-color: #0074D9; } }

@keyframes rainbow-background {
  0% {
    background-color: #0074D9; }
  25% {
    background-color: #3D9970; }
  50% {
    background-color: #FF851B; }
  75% {
    background-color: #85144B; }
  100% {
    background-color: #0074D9; } }

@-webkit-keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

footer {
  background-color: #888888;
  margin-top: 1.5em;
  padding: 1.5em; }
  footer nav {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    footer nav::after {
      clear: both;
      content: "";
      display: block; }
    footer nav a {
      margin-right: 1em;
      color: #222;
      font-size: 1em; }
      @media (max-width: 300px) {
        footer nav a {
          display: block;
          padding: 0.5em;
          text-align: center;
          border-top: 1px solid #888888; } }
  footer .copyright {
    font-size: 0.8em;
    text-align: center;
    margin: 1.5em; }

.intro {
  background: radial-gradient(transparent 20%, #aaa);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  max-width: 100%;
  text-align: center;
  border-bottom: 3px solid;
  -webkit-animation: rainbow-border 30s 0s infinite;
          animation: rainbow-border 30s 0s infinite; }
  .intro header {
    margin: 0; }
    .intro header img.logo {
      margin-top: 100px;
      width: 50%;
      max-width: 200px; }
    .intro header h1 {
      text-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5); }
  .intro .profile-image {
    background-image: url("/assets/img/swagner-profilimage.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    border: 20px solid whitesmoke;
    margin: 0 auto;
    -webkit-animation: rainbow-border 30s 0s infinite;
            animation: rainbow-border 30s 0s infinite;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .intro .profile-image:hover {
      box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-filter: blur(0px);
              filter: blur(0px); }
    @media (max-width: 320px) {
      .intro .profile-image {
        width: 200px;
        height: 200px;
        border-width: 15px; } }
    @media (max-width: 220px) {
      .intro .profile-image {
        width: 120px;
        height: 120px;
        border-width: 10px; } }
  .intro h2 {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }
  .intro p {
    font-size: 1.2em; }

section.skills {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  section.skills::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1005px) {
    section.skills {
      width: 100%; } }
  section.skills ul.skills {
    display: block;
    padding: 0px;
    margin-bottom: 1.5em; }
    section.skills ul.skills::after {
      clear: both;
      content: "";
      display: block; }
    section.skills ul.skills li {
      display: inline-block;
      font-size: 1.2em;
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      height: 150px; }
      section.skills ul.skills li:last-child {
        margin-right: 0; }
      @media (max-width: 1005px) {
        section.skills ul.skills li {
          width: calc(33% - 30px);
          margin: 10px 15px; } }
      @media (max-width: 600px) {
        section.skills ul.skills li {
          width: calc(50% - 30px);
          margin: 10px 15px; } }
      @media (max-width: 350px) {
        section.skills ul.skills li {
          width: calc(100% - 30px);
          margin: 10px 15px; } }
      section.skills ul.skills li i {
        background-color: transparent;
        padding: 20px;
        border-radius: 50%;
        border: 3px solid;
        color: #222;
        font-size: 1.9em;
        transition: 0.3s ease-in-out;
        -webkit-animation: rainbow 30s 0s infinite;
                animation: rainbow 30s 0s infinite; }
      section.skills ul.skills li p {
        line-height: 1.2em;
        margin-top: 1em;
        font-family: "Fira Mono", monospace; }
  section.skills p {
    max-width: 700px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto; }

section.contact {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  section.contact::after {
    clear: both;
    content: "";
    display: block; }
  section.contact header {
    text-align: center; }
  section.contact p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 15px;
    margin-right: auto;
    box-sizing: border-box; }
    section.contact p:last-child {
      margin-right: 0; }
    @media (max-width: 740px) {
      section.contact p {
        float: none;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto; } }
  section.contact form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    section.contact form:last-child {
      margin-right: 0; }
    @media (max-width: 740px) {
      section.contact form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        section.contact form:last-child {
          margin-right: 0; } }

section.social {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  section.social::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1005px) {
    section.social {
      width: 100%; } }
  section.social ul.social {
    display: block;
    padding: 0px;
    margin-bottom: 1.5em; }
    section.social ul.social::after {
      clear: both;
      content: "";
      display: block; }
    section.social ul.social li {
      display: inline-block;
      font-size: 1.2em;
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      section.social ul.social li:last-child {
        margin-right: 0; }
      @media (max-width: 350px) {
        section.social ul.social li {
          width: calc(100% - 30px);
          margin: 10px 15px; } }
      section.social ul.social li i {
        background-color: transparent;
        padding: 20px;
        border-radius: 50%;
        border: 3px solid;
        color: #222;
        font-size: 1.9em;
        transition: 0.3s ease-in-out; }
        section.social ul.social li i.fa-xing {
          color: #0e656c; }
        section.social ul.social li i.fa-linkedin {
          color: #1a85bc; }
      section.social ul.social li p {
        line-height: 1.2em;
        margin-top: 1em;
        font-family: "Fira Mono", monospace; }
  section.social p {
    max-width: 700px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto; }
