.huge-letter {
    font-size: 30rem;
}

/* COLORS */
.pickle-green {
    color: #588E2E;
    }

.bg-pickle-green {
    background-color: #588E2E;
    }

.dark-pickle-green {
        color: #40421A;
    }

.bg-dark-pickle-green {
        background-color: #40421A;
    }

.pickle-yellow {
        color: #E9DE75;
    }

.bg-pickle-yellow {
        background-color: #E9DE75;
    }

/* BULLETS */

    ul,
    li {
        padding: 0;
        margin: 0.75em 0 0.75em 0;
        list-style: none;
        line-height: 1.4em;
    }

    .fa-ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

    .fa-caret-right.svg-inline--fa {
        color: #E56D54;
        padding-right: 0.75em;
    }

    li::before {
      display: inline-block;
      width: 1em;
      margin-left: -1em
    }

/* N Animation from http://tobiasahlin.com */
.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  line-height: 1em;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #402d2d;
  transform-origin: 0.5 0;
}

/* TECH SKILLS SECTION */

.mySkill {
    color: #000000;
    background-color: #e1e1e1;
    padding: 0.75em;
    margin: 0.5em 0.25em 0 0;
    display: inline-block;
}

/* CSS Hover Effect 'Rectangle Out' by Ian Lunn
https://github.com/IanLunn/Hover/tree/master/css */
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E56D54;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* End Rectangle Out */


@media (max-width: 480px) {

  .my-flex-order > :nth-child(1) { order: 1; }
  .my-flex-order > :nth-child(2) { order: 2; }
  .my-flex-order > :nth-child(3) { order: 4; }
  .my-flex-order > :nth-child(4) { order: 3; }
  .my-flex-order > :nth-child(5) { order: 5; }
  .my-flex-order > :nth-child(6) { order: 6; }
  .my-flex-order > :nth-child(7) { order: 8; }
  .my-flex-order > :nth-child(8) { order: 7; }
  .my-flex-order > :nth-child(9) { order: 9; }
  .my-flex-order > :nth-child(10) { order: 10; }
  .my-flex-order > :nth-child(11) { order: 12; }
  .my-flex-order > :nth-child(12) { order: 11; }


    .my-flex-order-resume > :nth-child(1) { order: 2; }
    .my-flex-order-resume > :nth-child(2) { order: 1; }
    .my-flex-order-resume > :nth-child(3) { order: 3; }
    .my-flex-order-resume > :nth-child(4) { order: 4; }
    .my-flex-order-resume > :nth-child(5) { order: 5; }
    .my-flex-order-resume > :nth-child(6) { order: 6; }
    .my-flex-order-resume > :nth-child(7) { order: 7; }
    .my-flex-order-resume > :nth-child(8) { order: 8; }
    .my-flex-order-resume > :nth-child(9) { order: 9; }
    .my-flex-order-resume > :nth-child(10) { order: 10; }
    .my-flex-order-resume > :nth-child(11) { order: 11; }
    .my-flex-order-resume > :nth-child(12) { order: 12; }

}

@media (max-width: 479px) and (min-width: 640px) {
    .f1sm: font-size: 2.5rem;
}

@media (min-width: 300px) {
    #techSkills {
        display:none;
    }
}

@media (min-width: 600px) {
    #techSkills {
        display: block;
        padding: 3em 12em 3.2em 12em;
    }

    #techSkillsMobile {
        display:none;
    }
}

@media (min-width: 75em) {
    /* MIN BOX HEIGHT LARGER SCREENS */
    .min-box-h {
        min-height: 65vh;
    }
    .pad-xl {
    padding: 5rem;
    }
}

@media (min-width: 85em) {
    /* MIN BOX HEIGHT LARGER SCREENS */
    .min-box-h {
        min-height: 75vh;
    }
    .pad-xl {
    padding: 6rem;
    }
}
