/*CSS Stylesheet Portfolio Website Ariane "odras" Feldmann
If you are interested in some more support feel encouraged to contact me on ariane.feldmann@odras.de)
*/
@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";
/* _fonts.scss */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-mono-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Mono"), local("PTMono-Regular"), url("../fonts/pt-mono-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-mono-v5-latin-regular.woff2") format("woff2"), url("../fonts/pt-mono-v5-latin-regular.woff") format("woff"), url("../fonts/pt-mono-v5-latin-regular.ttf") format("truetype"), url("../fonts/pt-mono-v5-latin-regular.svg#PTMono") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/great-vibes-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Great Vibes"), local("GreatVibes-Regular"), url("../fonts/great-vibes-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/great-vibes-v5-latin-regular.woff2") format("woff2"), url("../fonts/great-vibes-v5-latin-regular.woff") format("woff"), url("../fonts/great-vibes-v5-latin-regular.ttf") format("truetype"), url("../fonts/great-vibes-v5-latin-regular.svg#GreatVibes") format("svg");
  /* Legacy iOS */ }
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
figure,
figurecaption {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* _typo.scss */
:root {
  font-size: 16px; }

body {
  font-family: "PT Mono", monospace; }

h1 {
  font-family: "Great Vibes", cursive;
  font-weight: normal; }

h2 {
  font-family: "Great Vibes", cursive;
  font-weight: normal; }

h3 {
  font-family: "Great Vibes", cursive;
  font-weight: normal; }

h4 {
  padding: 0;
  margin: 10px 0;
  font-size: .85rem; }

p,
td,
li {
  font-size: .8rem;
  line-height: 160%; }

p {
  margin: 8px 0; }

td {
  vertical-align: top;
  padding: 8px; }

a,
a:visited {
  text-decoration: none;
  color: #BF4D0E; }

a:hover,
a:active,
a:focus {
  border-bottom: 1px solid #BF4D0E; }

figcaption {
  text-align: center;
  font-size: .75rem; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

/*_gdeneral.scss*/
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

hr {
  border: none;
  height: 1px;
  border-bottom: 1px solid #BF4D0E; }

img {
  /*if an image is bigger/wider than its parent element scale it to max 100% width of that.*/
  max-width: 100%;
  height: auto; }

.imgleft {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em; }

.boxleft {
  float: left;
  margin-right: 23%;
  margin-left: 2%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px; }
  @media screen and (max-width: 540px) {
    .boxleft {
      margin-left: 23%;
      margin-right: 2%;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 72%; } }

.imgright {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em; }

.boxright {
  float: right;
  margin-left: 23%;
  margin-right: 2%;
  max-width: 73%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px; }
  @media screen and (max-width: 540px) {
    .boxright {
      margin-left: 23%;
      margin-right: 2%;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 72%; } }

.imgcenter,
.boxcenter {
  margin: auto;
  padding: 20px; }

.clr {
  clear: both;
  border: 0;
  height: 0;
  margin: 0;
  padding: 0; }

.roundimg {
  border-radius: 50%;
  /*border-radius creates rounded corner. A border-radius of 50% makes a square circle and a rectangle an elipse*/ }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.xsmall {
  font-size: 50%;
  line-height: 110%; }

.flexboxitem {
  padding: 2%;
  box-sizing: border-box;
  flex-grow: 1; }
  .flexboxitem img {
    max-width: 100%; }
  @media screen and (max-width: 840px) and (min-width: 541px) {
    .flexboxitem {
      width: 46%; } }
  @media screen and (max-width: 540px) {
    .flexboxitem {
      width: 70%;
      margin-right: 25%; } }

#main-header {
  background-size: cover;
  height: 33vh;
  background-position: 50% 20%;
  padding: 1.5%;
  background-attachment: fixed; }
  @media screen and (min-width: 1025px) {
    #main-header {
      background-image: url(../../images/headerbackground_XL.jpg); } }
  @media screen and (max-width: 1024px) and (min-width: 841px) {
    #main-header {
      background-image: url(../../images/headerbackground_L.jpg); } }
  @media screen and (max-width: 840px) and (min-width: 541px) {
    #main-header {
      background-image: url(../../images/headerbackground_M.jpg); } }
  @media screen and (max-width: 540px) {
    #main-header {
      background-image: url(../../images/headerbackground_M.jpg); } }
  #main-header .profilepic {
    width: 60px;
    height: 60px;
    margin-right: 5%;
    margin-top: 60px; }

#title {
  color: #fff;
  padding-top: 10px;
  padding-right: 5%;
  text-shadow: 2px 2px 5px #000;
  text-align: right;
  clear: both; }
  #title h1 {
    font-size: 2.6rem;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media screen and (max-width: 540px) {
      #title h1 {
        font-size: 2rem;
        padding-left: 15%; } }
    #title h1 small {
      font-size: .85rem;
      font-family: "PT Mono", monospace; }
  #title #header_subline {
    font-size: .7rem;
    margin: 0;
    font-family: "PT Mono", monospace;
    font-style: italic; }
    @media screen and (max-width: 540px) {
      #title #header_subline {
        padding-left: 15%; } }
  #title section {
    background: transparent; }

.frontpage #main-header {
  height: 70vh;
  background-position: 50% top; }
.frontpage #title h1 {
  font-size: 3rem;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15%; }
  @media screen and (max-width: 540px) {
    .frontpage #title h1 {
      font-size: 2.5rem; } }
  .frontpage #title h1 small {
    font-size: 1.125rem; }
    @media screen and (max-width: 540px) {
      .frontpage #title h1 small {
        font-size: 1rem; } }
.frontpage #title h2 i:before {
  padding: 0 3px;
  display: inline-block;
  margin-top: 5px;
  opacity: 0.8; }
.frontpage #main-navigation {
  background: transparent;
  box-shadow: none;
  position: fixed;
  top: 5px; }

#main-navigation {
  position: sticky;
  /*Keep main navigation always in the same position*/
  top: 0;
  left: 0;
  background-color: #41140E;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 10px #000;
  z-index: 99; }
  @media screen and (max-width: 540px) {
    #main-navigation {
      background: transparent;
      box-shadow: none;
      position: fixed;
      top: 5px;
      max-width: 150px;
      overflow: visible; } }
  #main-navigation ul.hmenu {
    /*remove browsers default spaces for lists*/
    margin: 0;
    padding: 0;
    height: 30px; }
    @media screen and (max-width: 540px) {
      #main-navigation ul.hmenu {
        margin: 0 8px;
        height: auto;
        padding: 0; } }
  #main-navigation ul li {
    display: inline-block;
    list-style-type: none;
    position: relative; }
    @media screen and (max-width: 540px) {
      #main-navigation ul li {
        margin: 15px 0;
        height: 42px;
        max-width: 160px; } }
    #main-navigation ul li a {
      min-height: 30px;
      display: inline-block;
      padding: 0 5px; }
      @media screen and (max-width: 540px) {
        #main-navigation ul li a {
          height: 42px;
          padding: 7px 7px;
          background-color: rgba(191, 77, 13, 0.7);
          color: #F9ED4D;
          box-shadow: 0 0 5px #fff;
          width: 42px;
          border-radius: 20px;
          transition: all 0.5s;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-align: right;
          font-size: 1.5rem; } }
      #main-navigation ul li a:hover, #main-navigation ul li a:focus, #main-navigation ul li a:active {
        color: #41140E;
        background-color: #fff; }
        @media screen and (max-width: 540px) {
          #main-navigation ul li a:hover, #main-navigation ul li a:focus, #main-navigation ul li a:active {
            background-color: rgba(249, 237, 77, 0.8);
            width: 170px; } }
      #main-navigation ul li a i {
        padding-right: 5px; }
        @media screen and (max-width: 540px) {
          #main-navigation ul li a i {
            padding-right: 0;
            font-size: 1.6rem;
            line-height: 30px;
            float: left; } }
      @media screen and (max-width: 540px) {
        #main-navigation ul li a:before {
          font-size: 1.6rem;
          line-height: 30px;
          padding-left: 2px; } }
      @media screen and (max-width: 540px) {
        #main-navigation ul li a .menuitemdesc {
          transition: all 0.4s;
          font-size: .9rem;
          line-height: 42px;
          margin-left: 10px;
          transition: all 0.5s;
          width: 42px;
          color: #BF4D0E; } }
    @media screen and (max-width: 540px) {
      #main-navigation ul li {
        display: block;
        margin: 15px 0;
        height: 42px;
        max-width: 160px; } }
    #main-navigation ul li.current a {
      color: #41140E;
      background-color: #fff; }
      @media screen and (max-width: 540px) {
        #main-navigation ul li.current a {
          background-color: rgba(249, 237, 77, 0.8);
          color: #41140E; } }
    #main-navigation ul li .hasChildren:after {
      content: '\25BC';
      color: #BF4D0E; }
      @media screen and (max-width: 540px) {
        #main-navigation ul li .hasChildren:after {
          display: none; } }
    #main-navigation ul li ul.sub-menu {
      position: absolute;
      height: 0;
      overflow: hidden;
      padding-left: 0;
      transition: all 0.8s;
      background-color: #BF4D0E;
      top: 30px;
      box-shadow: 0 0 3px #000;
      margin-top: -3px; }
      @media screen and (max-width: 540px) {
        #main-navigation ul li ul.sub-menu {
          background-color: rgba(249, 237, 77, 0.8);
          z-index: 999;
          margin-left: 42px;
          top: 42px; } }
      #main-navigation ul li ul.sub-menu li {
        width: 100%;
        display: inline-block; }
        @media screen and (max-width: 540px) {
          #main-navigation ul li ul.sub-menu li {
            margin: 0;
            height: auto;
            min-height: 30px; } }
        #main-navigation ul li ul.sub-menu li a {
          background: transparent;
          color: #fff;
          display: block;
          padding: 5px;
          line-height: 130%;
          width: 100%;
          display: inline-block; }
          @media screen and (max-width: 540px) {
            #main-navigation ul li ul.sub-menu li a {
              background-color: rgba(249, 237, 77, 0.8);
              color: #41140E;
              font-size: .9rem;
              border-radius: 0;
              margin: 0;
              height: auto;
              min-height: 30px; } }
          #main-navigation ul li ul.sub-menu li a:hover {
            color: #F5EDDF;
            background-color: #41140E; }
    @media screen and (max-width: 540px) {
      #main-navigation ul li:hover {
        width: 170px;
        color: #41140E; }
        #main-navigation ul li:hover a i {
          float: left; } }
    #main-navigation ul li:hover ul.sub-menu {
      height: auto; }

#main-navigation ul.bubblemenu {
  margin: 0 8px;
  height: auto;
  padding: 0; }
  #main-navigation ul.bubblemenu li {
    display: inline-block;
    margin: 15px 0;
    height: 42px; }
    @media screen and (max-width: 540px) {
      #main-navigation ul.bubblemenu li {
        display: block;
        margin: 15px 0;
        height: 42px;
        max-width: 160px; } }
    #main-navigation ul.bubblemenu li a {
      height: 42px;
      padding: 7px;
      background-color: rgba(191, 77, 13, 0.7);
      color: #F9ED4D;
      box-shadow: 0 0 5px #fff;
      width: 42px;
      border-radius: 50%;
      transition: all 0.5s;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-align: center; }
      #main-navigation ul.bubblemenu li a i {
        font-size: 1.6rem;
        line-height: 30px; }
      #main-navigation ul.bubblemenu li a .menuitemdesc {
        display: none;
        transition: all 0.4s;
        font-size: 15px;
        line-height: 30px;
        margin-left: 10px;
        transition: all 0.5s;
        width: 30px;
        color: #BF4D0E; }
    #main-navigation ul.bubblemenu li:hover a {
      width: 180px;
      border: 1px solid #BF4D0E;
      height: 40px;
      color: #BF4D0E;
      background-color: rgba(249, 237, 77, 0.8);
      text-align: left;
      border-radius: 21px; }
      #main-navigation ul.bubblemenu li:hover a .menuitemdesc {
        display: block;
        float: right;
        width: auto;
        margin-right: 6px; }
  #main-navigation ul.bubblemenu ul.sub-menu {
    background: rgba(249, 237, 77, 0.7);
    top: 40px;
    border: none;
    box-shadow: none;
    width: auto;
    z-index: 99; }
    #main-navigation ul.bubblemenu ul.sub-menu li {
      margin: 0;
      padding: 0;
      height: auto; }
      #main-navigation ul.bubblemenu ul.sub-menu li a {
        border-radius: 0;
        width: 100%;
        background-color: transparent;
        color: #41140E;
        height: 28px;
        line-height: 20px;
        box-shadow: none;
        border: none;
        padding: 10px; }
        #main-navigation ul.bubblemenu ul.sub-menu li a:hover {
          background-color: rgba(191, 77, 13, 0.7);
          color: #fff; }

/* _sections.scss */
.box {
  font-family: "PT Mono", monospace;
  line-height: 150%;
  padding: 20px;
  color: #41140E;
  background-color: #fff;
  margin: 10px auto;
  max-width: 90%;
  position: relative; }
  .box h3 {
    padding: 8px;
    margin: 0; }
  .box.flexboxitem {
    margin: 10px; }
  .box:hover h4.hidden {
    opacity: 0.7; }
  @media screen and (max-width: 540px) {
    .box {
      margin-left: 23%;
      margin-right: 2%;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 72%; } }
  .box a {
    color: #BF4D0E; }
  .box h4.hidden {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    background-color: #41140E;
    color: #F5EDDF;
    margin: 0;
    opacity: 0;
    transition: all 0.7s; }
    .box h4.hidden span {
      font-size: 0.5rem;
      display: block;
      line-height: 0.7rem; }

main {
  position: relative;
  background-color: #f4ede1; }
  main section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F4DCAF;
    background-repeat: repeat; }
    main section:after {
      clear: both;
      content: "";
      display: block;
      width: 100%; }
    main section .main_wrapper {
      max-width: 1200px;
      margin: auto; }
  main .section_wrapper {
    padding: 1.5% 2%; }
  main .sectionheading {
    color: #BF4D0E;
    font-size: 2.625rem;
    margin: 42px 0 23px; }
    @media screen and (max-width: 540px) {
      main .sectionheading {
        text-align: right;
        padding-right: 3%;
        font-size: 2.2rem; } }

code {
  display: block;
  font-size: 0.7rem;
  padding: 15px;
  background-color: #111; }

iframe {
  width: 100%;
  border: none;
  overflow: auto hidden; }

td.yr {
  font-weight: bold; }

.pagetitle {
  padding: 50px 0;
  text-align: right;
  color: #BF4D0E;
  font-size: 1.125rem;
  margin: 0 10% 0;
  font-family: "PT Mono", monospace;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  margin: auto;
  max-width: 1200px; }
  @media screen and (max-width: 540px) {
    .pagetitle {
      font-size: 0.9rem;
      padding-left: 15%;
      padding-right: 5%; } }
  .pagetitle em {
    font-family: "Great Vibes", cursive;
    font-size: 1.8rem;
    font-style: normal;
    text-transform: none; }

.main_wrapper {
  margin: auto;
  max-width: 1280px; }

.accordionContent {
  height: 0;
  overflow: hidden; }

.button,
a.button {
  background-color: #BF4D0E;
  color: #F9ED4D;
  padding: 1% 1%;
  display: inline-block;
  margin: 8px 0;
  line-height: 1.15;
  border: none;
  transition: all 0.5s;
  min-width: 200px;
  position: relative; }
  .button:hover,
  a.button:hover {
    padding: 6px 16px;
    border: none;
    color: #000; }
  .button em,
  a.button em {
    font-style: normal;
    font-family: "Great Vibes", cursive;
    font-size: 1.75rem; }

.inverse {
  background-color: #41140E;
  background-image: none;
  color: #fff; }
  .inverse a.button {
    background-color: #BF4D0E;
    color: #F9ED4D; }
  .inverse .box a {
    color: #BF4D0E; }
    .inverse .box a.button {
      background-color: #BF4D0E;
      color: #F9ED4D; }
  .inverse .box h4.hidden {
    background-color: #F5EDDF;
    color: #41140E; }
  .inverse .box .button {
    color: #F4DCAF;
    background-color: #F9ED4D; }
  .inverse .sectionheading {
    color: #fff; }

#home_tech {
  font-size: 50px;
  color: #F4DCAF; }

#home_me .btn-about {
  color: #F4DCAF; }

#home_skills i {
  padding: 10px; }
  #home_skills i:before {
    font-size: 58px; }

#home_code .flexboxitem {
  text-align: center;
  max-width: 200px;
  background: transparent;
  background-color: #F5EDDF;
  padding: 10px 0;
  line-height: 110%;
  overflow: hidden; }
  #home_code .flexboxitem img {
    transition: all 0.5s; }
  #home_code .flexboxitem a {
    color: inherit;
    transition: all 0.5s;
    display: inline-block; }
    #home_code .flexboxitem a:hover {
      border: none; }
    #home_code .flexboxitem a.text-link {
      padding: 3px;
      margin: 2px 0; }
      #home_code .flexboxitem a.text-link:hover {
        background-color: #41140E;
        color: #F5EDDF; }
  #home_code .flexboxitem:hover img {
    max-width: 120%;
    width: 120%;
    margin-left: -10%; }

#skills_stack i {
  padding: 4vh 3vw; }
  #skills_stack i:before {
    font-size: 58px; }

.legend {
  float: right;
  padding: 6px 12px;
  font-size: 9px;
  background-color: transparent;
  border: 1px solid #F9ED4D;
  color: #F9ED4D;
  opacity: 0.7;
  margin-top: 20px; }

.legend h4 {
  margin-top: 0; }
.legend ul {
  padding: 0;
  margin: 0; }
.legend li {
  list-style-type: none;
  font-size: 10px; }
.legend .fas {
  float: left;
  width: 20px; }
.legend .desc {
  display: inline; }
.legend li {
  display: block;
  clear: both; }

.skillList {
  list-style-type: none;
  padding-left: 0;
  min-width: 200px; }
  .skillList .fas {
    float: right; }
  .skillList li {
    border-bottom: 1px dotted #F9ED4D;
    padding: 5px; }

.language .flexboxitem {
  border: 1px solid #fff; }
  @media screen and (max-width: 540px) {
    .language .flexboxitem {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; } }
.language .fas {
  margin-left: 20px; }
  @media screen and (max-width: 540px) {
    .language .fas {
      float: right; } }

#code_html {
  text-align: center; }
  #code_html .flexboxitem {
    max-width: 250px;
    background: transparent; }
    #code_html .flexboxitem img {
      width: 95%;
      transition: all 0.3s; }
    #code_html .flexboxitem:hover img {
      width: 100%; }
    #code_html .flexboxitem a {
      color: inherit; }
      #code_html .flexboxitem a:hover {
        border: none; }

#code_wordpress {
  text-align: center; }
  #code_wordpress .flexboxitem {
    max-width: 250px;
    background: transparent; }
    @media screen and (max-width: 540px) {
      #code_wordpress .flexboxitem {
        max-width: 430px;
        margin: auto;
        width: 70%;
        float: right;
        margin-left: 23%;
        margin-right: 2%;
        margin-top: 10px;
        margin-bottom: 10px; } }
    #code_wordpress .flexboxitem img {
      width: 95%;
      margin: auto;
      transition: all 0.8s; }
    @media screen and (max-width: 540px) {
      #code_wordpress .flexboxitem:hover {
        width: 72%; } }
    #code_wordpress .flexboxitem:hover a {
      border: none; }
    #code_wordpress .flexboxitem:hover img {
      width: 120%; }

#code_javascript .flexboxitem {
  text-align: center;
  max-width: 200px;
  background: transparent;
  background-color: #F5EDDF;
  padding: 10px 0;
  line-height: 110%;
  overflow: hidden; }
  #code_javascript .flexboxitem img {
    transition: all 0.5s; }
  #code_javascript .flexboxitem a {
    color: inherit;
    transition: all 0.5s;
    display: inline-block; }
    #code_javascript .flexboxitem a:hover {
      border: none; }
    #code_javascript .flexboxitem a.text-link {
      padding: 3px;
      margin: 2px 0; }
      #code_javascript .flexboxitem a.text-link:hover {
        background-color: #41140E;
        color: #F5EDDF; }
  #code_javascript .flexboxitem:hover img {
    max-width: 120%;
    width: 120%;
    margin-left: -10%; }

fieldset {
  border: 1px solid #BF4D0E;
  margin: 20px 0; }

legend {
  padding: 3px 7px;
  background-color: #BF4D0E;
  color: #F9ED4D; }

label {
  display: inline-block;
  width: 33%;
  margin: 5px 0; }
  label[for="message"] {
    width: 100%; }
  label.textarea {
    width: 95%; }
  label.checkbox {
    width: 100%;
    max-width: 200px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }
  .checkbox input ~ .checkmark {
    background-color: #BF4D0E;
    border-color: #BF4D0E; }
.checkbox:hover input ~ .checkmark {
  background-color: #F9ED4D;
  border-color: #F9ED4D; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #ddd; }
  .checkmark :after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #f9ed4d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

input {
  padding: 0.5%;
  box-shadow: none;
  color: #BF4D0E; }
  input[type="checkbox"] {
    width: auto;
    margin: 0 5px; }
  input[type="text"] {
    width: 64%; }
  input[type="submit"] {
    width: auto;
    background-color: #BF4D0E;
    color: #F9ED4D;
    border: none;
    margin: auto;
    transition: all 1s;
    display: block;
    padding: 10px 20px; }
    input[type="submit"]:hover {
      color: #BF4D0E;
      background-color: #F9ED4D; }
  input:focus {
    background-color: #F9ED4D; }

select {
  width: 64%;
  padding: 0.5%;
  box-shadow: none;
  color: #BF4D0E; }
  select:focus {
    background-color: #F9ED4D; }

textarea {
  width: 95%;
  height: 150px;
  padding: 0.5%;
  box-shadow: none;
  color: #BF4D0E; }
  textarea:focus {
    background-color: #F9ED4D; }

#main-footer {
  background-color: #F5EDDF;
  padding: 20px;
  border-top: 1px solid #F4DCAF; }
  #main-footer #social-navigation {
    padding: 0;
    margin: 0;
    text-align: center; }
    #main-footer #social-navigation li {
      display: inline-block;
      line-height: 50px; }
      #main-footer #social-navigation li a {
        padding: 2px;
        font-size: 2rem;
        border: none;
        transition: all 0.5s;
        line-height: 42px;
        display: inline-block;
        border-radius: 50%;
        background-color: transparent;
        width: 42px;
        height: 42px; }
      #main-footer #social-navigation li:hover a {
        color: #F9ED4D;
        font-size: 2rem;
        line-height: 42px;
        background-color: #BF4D0E; }
        #main-footer #social-navigation li:hover a .fa,
        #main-footer #social-navigation li:hover a .fab,
        #main-footer #social-navigation li:hover a .fas {
          transform: rotate(15deg); }

#meta-menu {
  background-color: #000;
  font-size: .6rem;
  font-family: "PT Mono", monospace;
  text-align: center;
  padding: 0; }
  #meta-menu ul {
    padding: 0;
    margin: 0; }
    #meta-menu ul li {
      display: inline;
      list-style-type: none;
      padding: 0 5px;
      border-right: 1px solid #ccc; }
      #meta-menu ul li:last-child {
        border: none; }
      #meta-menu ul li a {
        color: #fff;
        transition: all 1s;
        padding: 8px;
        display: inline-block; }
        #meta-menu ul li a:hover {
          border: none;
          color: #333;
          background: #fff; }

.validation {
  padding: 15px;
  font-size: .75rem;
  text-align: center; }
  .validation a {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #BF4D0E;
    color: #BF4D0E;
    background-color: #fff;
    transition: all 0.5s; }
    .validation a:hover {
      color: #fff;
      background-color: #BF4D0E; }

/*# sourceMappingURL=style.css.map */
