/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/* 
** START:
** style to prevent unsuported browsers
*/

.browser-unsuported {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    color: white;
    z-index: 500000;
}

.browser-unsuported .banner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.browser-unsuported .english,
.browser-unsuported .spanish {
    margin: auto;
    padding: 16px 8px;
    width: 750px;
}

.browser-unsuported .spanish {
    clear: both;
}

.browser-unsuported p {
    font-size: 15px;
}

.browser-unsuported .browser {
    float: left;
    margin: 8px;
    text-align: center;
    width: 130px;
}

.browser-unsuported img {
    width: 64px;
}

.browser-unsuported .browser h2 {
    color: white;
    text-transform: uppercase;
    background-color: #908f8f;
    padding: 8px 0;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
}

body {
    background-color: black;
}

#main-content,
.footer,
#navigation-bar,
#main-header {
    display: none !important;
}


/* 
** END:
** style to prevent unsuported browsers
*/

@supports (justify-content: space-around) and (display: flex) {
    .browser-unsuported {
        display: none;
    }
    #main-content,
    #navigation-bar,
    #main-header {
        display: block !important;
    }
    .footer {
        display: -ms-grid !important;
        display: grid !important;
    }
    body {
        background-color: white;
    }
}

html,
body {
    min-width: 300px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 90%;
}

span {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: -0.04rem;
}

.main-header {
    color: white;
    height: 100%;
    width: 100%;
    background-color: black;
    background-image: url('../img/cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.main-header .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.main-header .content-background {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.title {
    font-size: 4.8rem;
    padding: 14px;
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.02rem;
}

.subtitle {
    font-size: 2.2rem;
    padding: 8px;
    margin: 0;
    letter-spacing: -0.025em;
}

.content-wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.header-footer {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.link {
    color: inherit;
    text-decoration: none;
}

.link.button {
    margin: 8px;
    width: 62px;
    height: 62px;
    font-size: 2.2rem;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
}

.link.button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2)
}

.link.button:focus {
    opacity: 0.5;
    outline: none;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.link.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
}

.link.language:hover {
    background-color: rgba(9, 30, 66, 0.10);
}

.link.language i {
    font-size: 2.3rem;
    color: #4a8cf7;
}

.link.language p {
    margin: 0;
    font-size: 1.3em;
    padding-left: 1.5vh;
}

.links-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 50%;
    min-width: 200px;
    padding: 12px;
}

.modal-dialog {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-window {
    background-color: white;
    margin: auto;
    border: 1px solid white;
    border-radius: 6px;
    width: 80%;
    min-width: 250px;
    max-width: 400px;
    color: black;
    position: relative;
}

.modal-title {
    margin: 0;
    text-align: center;
    padding: 16px 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.55rem;
    letter-spacing: 0.02em;
}

.modal-content {
    margin: 0;
    padding: 8px 24px;
}

.modal-actions {
    padding: 16px 24px;
    text-align: right;
}

.modal-actions button {
    background-color: rgba(9, 30, 66, 0.04);
    color: #3f51b5;
    text-transform: uppercase;
    padding: 6px 8px;
    min-width: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.87rem;
    line-height: 1.75;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.02em;
    margin-left: 6px;
    font-weight: 500;
    font-family: "Helvetica", "Arial", sans-serif;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.modal-actions button:hover {
    background-color: rgba(9, 30, 66, 0.10);
}

.speech-bubble {
    position: absolute;
    background: #191919;
    color: #fff;
    border-radius: 6px;
    line-height: 24px;
    width: 56px !important;
    font-size: 12px;
    text-align: center;
    right: 0px;
    margin-top: -30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    -o-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    margin-left: -5px;
    margin-bottom: -6px;
    border-top-color: #191919;
    border-bottom: 0;
}

#scrolldown-button {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 44px;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.87);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
}

#scrolldown-button:hover {
    cursor: pointer;
}

.footer {
    padding: 20px;
    width: calc(100% - 40px);
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: black;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.footer>* {
    margin-top: 12px;
    margin-bottom: 12px;
}

.footer p {
    margin: 0px;
}

.footer .link.decorated {
    border-bottom: white 1px solid;
}

.copyright {
    margin-left: 8px;
    margin-right: 8px;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contact .media .link.button {
    width: 50px;
    height: 50px;
    color: #22a39f;
    font-size: 2.1rem;
    margin-left: 16px;
    margin-right: 16px;
}

#contact .media .link.button:hover {
    color: white;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #22a39f;
    border-color: #22a39f;
}

.media .link.button {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer .link.button:hover {
    color: black;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
}

section {
    padding: 50px 10px;
}

section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

#about-me .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
}

#about-me .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#email {
    width: fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
    font-size: 1.2rem;
    position: relative;
    margin-top: 40px;
    margin-bottom: 26px;
}

.action-button {
    font-family: 'Source Sans Pro', sans-serif;
    width: 60%;
    display: block;
    color: #22A39F;
    background-color: inherit;
    margin-top: 6px;
    padding: 9px 0;
    border: 1px solid #22A39F;
    border-radius: 0.5vh;
    line-height: 1.5em;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.action-button:hover {
    cursor: pointer;
    color: white;
    background-color: #22A39F;
}

.paragraph .action-button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 2.4rem;
    font-weight: 100;
    padding: 10px;
    margin: 0 0 48px 0;
    text-align: center;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

.paragraph {
    padding: 16px;
    min-width: 200px;
    text-align: justify;
}

.paragraph.big {
    max-width: 500px !important;
}

.paragraph.small {
    max-width: 400px;
}

.paragraph-title {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

.paragraph-title span {
    font-size: 18px;
}

.paragraph-body {
    font-size: 16px;
    margin: 18px 0;
}

.paragraph-body li {
    margin-top: 6px;
}

.carousel {
    margin: 26px 0px;
}

.slideshow-container {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* min-height: 322px; */
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.carousel-prev,
.carousel-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.carousel-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.carousel-prev:hover,
.carousel-next:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-dot-container {
    text-align: center;
    margin-top: 6px;
}

.carousel-dot {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0px 2px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.carousel-dot.active,
.carousel-dot:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.referral {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f9f9f9;
    padding-left: 32px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-width: 200px;
    max-width: 600px;
    min-height: 280px;
    text-align: justify;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.referral .title {
    font-size: 32px;
    margin-top: 0px;
    padding: 0px 24px 0px 0px;
}

.referral::before {
    content: '';
    width: 146px;
    height: 17px;
    padding: 4px;
    position: absolute;
    right: 8px;
    top: -6px;
    border: 2px solid #22a39f;
    background-color: #22a39f;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.referral::after {
    content: '';
    position: absolute;
    right: 20px;
    margin-top: -24px;
    text-transform: uppercase;
    color: white;
}

.referral.translated::before {
    width: 196px !important;
}

.referral.english::after {
    content: 'Available on LinkedIn';
}

.referral.english.translated::after {
    content: 'Available on LinkedIn (Spanish)';
}

.referral.translated::after {
    right: 16px;
}

.referral.spanish::before {
    width: 152px;
}

.referral.spanish::after {
    content: 'Disponible en LinkedIn';
}

.referral.spanish.translated::after {
    content: 'Disponible en LinkedIn (Inglés)';
}

.referrer {
    color: #22A39F;
    margin-bottom: 18px;
}

.referrer .paragraph-body {
    margin: 0px;
    margin-top: 4px;
    text-align: left;
}

#stack,
#contact {
    /*background-color: #f5f5f5;*/
    background-color: #F3EFE0;
}

.stack-container {
    width: 100%;
    margin-top: 20px;
    padding: 0px 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    row-gap: 8px;
}

.stack-image {
    max-height: 80px;
    max-width: 160px;
    padding: 16px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;
    margin: 8px 0;
}

.progress-bar span {
    width: 20%;
}

.progress-bar-background {
    background-color: #cecece;
    width: 80%;
    border-radius: 6px;
}

.progress-bar-foreground {
    text-align: right;
    text-transform: uppercase;
    background-color: #22A39F;
    border-radius: 6px;
    padding: 3px 6px;
}

#spanish-bar {
    width: calc(100% - 12px);
}

#english-bar {
    width: calc(66% - 12px);
}

#german-bar {
    width: calc(33% - 12px);
}

.avatar {
    display: block;
    max-width: 200px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 10px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}

.cornerstone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cornerstone {
    position: relative;
    width: 222px;
    max-width: 222px;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 3px solid #ddd;
    padding: 8px;
    font-weight: bold;
    color: inherit;
    margin: 8px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cornerstone .fa-external-link-alt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    background-color: #22A39F;
    color: white;
    padding: 6px;
}

.cornerstone img {
    max-width: inherit;
    display: block;
    border-radius: inherit;
    background-color: #ddd;
    max-width: 80px;
    margin-bottom: 0px;
    margin-right: 8px;
}

.cornerstone.changelog img {
    margin-right: 20px;
}

.navigation-bar {
    position: fixed;
    background-color: #222;
    color: white;
    padding: 0 16px;
    width: calc(100% - 32px);
    height: 56px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.navigation-bar .brand {
    padding-left: 16px;
    padding-right: 16px;
}

.navigation-bar * {
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.navigation-bar .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation-content {
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation-link,
.dropdown {
    display: inline-block;
    text-decoration: none;
    padding: 17px 6px;
    color: inherit;
    max-width: 116px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.navigation-link:hover {
    cursor: pointer;
}

.navigation-link:hover,
.dropdown-content a:hover,
.current-language {
    background-color: #22A39F !important;
    color: white;
}

.dropdown-content:not(.animation-finished) a:hover {
    background-color: #222 !important;
}

.dropdown .fa {
    margin-left: 6px;
}

.dropdown {
    min-width: 120px;
}

.dropdown:hover {
    cursor: pointer;
    background-color: #22A39F !important;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 16px;
    margin-left: -6px;
    z-index: 1000;
    background-color: #222;
}

.dropdown-content a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    width: 112px;
    text-transform: uppercase;
    padding: 6px 12px;
}

.show {
    display: block;
}

.navigation-bar a.icon {
    display: none;
}

.mobile-menu {
    width: 28px;
}

.horizontal-bar {
    height: 4px;
    background-color: white;
}

.horizontal-bar.margin {
    margin: 5px 0;
}

.main-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-wrapper {
    margin: 16px;
    max-width: 350px;
    text-align: center;
}

.project-wrapper button {
    background-color: inherit;
    border: 1px solid black;
    padding: 6px;
    width: 46%;
    margin-top: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    font-weight: bold;
}

.project-wrapper button.description {
    margin-left: 6px;
    margin-right: 3px;
}

.project-wrapper button.stack {
    margin-left: 3px;
    margin-right: 6px;
}

.project-wrapper button:hover,
.project-wrapper button:focus,
.project-wrapper button.active {
    background-color: black;
    color: white;
    outline: none;
}

.project-wrapper button:hover {
    cursor: pointer;
}

.project-wrapper button:focus {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.project {
    position: relative;
    max-width: 350px;
    overflow: hidden;
    color: white;
}

.project.dummy {
    margin: 16px;
    width: 100%;
}

.project-wrapper.hidden {
    display: none;
}

.image-container {
    display: block;
    overflow: hidden;
    position: relative;
}

.project img {
    display: block;
    max-height: 215px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project .fa-external-link-alt {
    padding: 8px;
    font-size: 1.6em;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #22A39F;
    z-index: 10;
}

.project.active img,
.project:hover img,
.project a:focus img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.project .overlay {
    background: rgba(0, 0, 0, 0.82);
    padding: 18px;
    height: calc(100% - 36px);
    width: calc(100% - 36px);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: justify;
    color: #fff;
    opacity: 0;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.project.active.description .overlay.description,
.project.active.stack .overlay.stack {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.project .overlay.stack ul {
    display: inline-block;
    margin: auto;
    margin-right: 25px;
    vertical-align: top;
}

.project .paragraph-title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid white;
    width: 90%;
    text-align: center;
}

.project .paragraph-body {
    font-size: 16px;
    min-height: 78px;
}

.project p {
    margin: 0;
}

.content.buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    min-width: 48px;
    display: inline-block;
    color: #22A39F;
    border: none;
    border-bottom: solid 1px #22A39F;
    border-top: solid 1px #22A39F;
    padding: 8px;
    margin: 20px;
    background: none;
    cursor: pointer;
    outline: none;
}

.filter-button:hover,
.filter-button.active,
.filter-button:focus {
    color: white;
    background-color: #22A39F;
}

#experience {
    background-color: #f9f9f9;
}

.timeline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 28px 16px;
    width: 100%;
    max-width: 1300px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #22A39F;
    top: 0;
    bottom: 0;
    left: 35%;
    margin-left: -9px;
}

.experience {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 70%;
    margin-bottom: 40px;
}

.experience:last-child {
    margin-bottom: 0;
}

.company {
    width: 160px;
    min-width: 160px;
    background-color: #22A39F;
    color: white;
    padding: 14px 24px;
    margin-right: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.company span {
    display: block;
}

.company .name {
    font-size: 1.6rem;
}

.company .date {
    font-size: 1.3rem;
}

.experience .fa-briefcase {
    color: #22A39F;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 12px;
    background-color: white;
    position: absolute;
    left: 25%;
    z-index: 1;
}

.experience .description {
    background-color: #f3f3f3;
    margin-left: 60px;
    padding: 14px 24px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.experience .description.paragraph.big {
    max-width: 600px;
}

.experience .description::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color: #f3f3f3;
    border-width: 10px;
    top: 10px;
}

.experience .paragraph-title,
#contact .paragraph-title {
    margin-top: 0;
    text-align: left;
}

.experience .aditional-info {
    display: block;
    color: #22A39F;
    font-size: 15px;
    margin-top: 6px;
}

.experience .aditional-info * {
    margin-right: 6px;
}

.experience .aditional-info a {
    color: inherit;
    text-decoration: none;
}

.experience .aditional-info>* {
    display: block;
    margin-top: 8px;
}

.experience .aditional-info .location i {
    margin-right: 12px;
}

#email .action-button {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out 0.1s;
    -o-transition: all 0.25s ease-in-out 0.1s;
    transition: all 0.25s ease-in-out 0.1s;
}

#email .action-button span {
    display: block;
    position: absolute;
    top: 0;
    padding: 9px 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: white;
    text-transform: lowercase;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

#email .action-button::after {
    content: 'Available for work';
    position: absolute;
    left: 11px;
    margin-top: -28px;
    font-size: 0.5em;
    text-transform: uppercase;
}

#email .action-button.es::after {
    content: 'Disponible para trabajar';
}

#email .action-button:hover::after {
    content: 'Click to copy!';
    color: white;
    left: 24px;
}

#email .action-button.es:hover::after {
    content: '¡Haz Click para copiar!';
    left: 20px;
}

#email .action-button::before {
    content: '';
    width: 112px;
    height: 17px;
    padding: 4px;
    position: absolute;
    left: 0;
    margin-top: -26px;
    border: 2px solid #EE283E;
    background-color: #f3efe0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#email .action-button.es::before {
    width: 145px;
}

#email .action-button:hover::before {
    background-color: #EE283E;
}

#email .action-button:hover {
    color: #22A39F;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out 0.1s;
    -o-transition: all 0.25s ease-in-out 0.1s;
    transition: all 0.25s ease-in-out 0.1s;
}

#email .action-button:hover span {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out 0.1s;
    -o-transition: all 0.25s ease-in-out 0.1s;
    transition: all 0.25s ease-in-out 0.1s;
}

.paragraph.metrics .paragraph-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.statistics-wrapper {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: center;
    width: 100%;
}

.statistics {
    display: inline-block;
    max-width: 159px;
    min-height: 84px;
    width: 30%;
    margin: 11px 8px;
    flex-grow: 1;
}

.statistics-wrapper.spanish {
    padding-left: 0%;
    padding-right: 0%;
}

.statistics.large {
    max-width: 180px;
}

.statistics .icon {
    font-size: 35px;
    text-align: center;
    color: #22a39f;
}

.statistics .text {
    margin: 0px;
    text-align: center;
    font-weight: bold;
}