/* Hero Home */
#hero_home {
    height: 100vh;
    max-height: -webkit-fill-available;
}
.cv_link {
    cursor:pointer;
    font-size:18px;
    transition: all 0.5s linear;
    transition: color 0.5s linear;
}
.cv_link:hover {
    transform: scale(1.1);
    color: #000;
}
/* Tabs/Nav */
.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: -webkit-fill-available;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
}

.et-hero-tabs h1,
.et-slide h1 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem;
    font-weight: 400;
}

.et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
    font-weight: 300;
}

.et-slide h3 {
    opacity: 0.6;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 1rem;

}

#hero_home {
    /*
    background:url("assets/img/bg_hero.jpg") center top no-repeat;
    background-size:cover;
    */
}

.et-hero-tab:hover {
    color: white;
    background: #409193;
    transition: all 0.5s ease;
}

.et-hero-tab img {
    max-height: 58px;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #409193;
    transition: left 0.3s ease;
}

a {
    color: #000 !important;
    transition: text-decoration 0.3s ease-in;
}

a:visited {
    color: #000 !important;
}

a:hover h3 {
    text-decoration: underline;
}

.separator {
    margin: 15px;
    width: 25%;
    border-bottom: 1px solid #409193;
}

/* About */
#about_content {
    display: flex;
    gap: 1%;
}

.about-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about-img {
    width: 33%;
}

#about-text {
    width: 66%;
}

#about-img img {
    max-height: 60vh;
    max-width: 60vh;
    margin: 0 auto;
}
@media (min-width: 800px) {
    .et-hero-tabs h1 {
        margin-top: 0px;
        font-size: 3rem;
    }

    .et-slide h1 {
        font-size: 2.5rem;
    }

    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 2rem;
    }

    .et-hero-tab {
        font-size: 1rem;
    }
}
@media (min-width: 500px) {
    .et-hero-tabs h1 {
        margin-top: 30px;
        font-size: 3rem;
    }

    .et-slide h1 {
        font-size: 2.5rem;
    }

    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 1.5rem;
        margin: 20px 0px;
    }

    .et-hero-tab {
        font-size: 1rem;
    }
    .cv_link {
        font-size:40px;
    }
}

@media (max-width: 500px) {
    .et-hero-tabs h1 {
        margin-top: 100px !important;
        font-size: 4rem;
    }
    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 3rem;
    }
}

       
/*##### SKILLS SECTION #####*/
.skills .development-wrapper .development-title {
    color: #3c3c3c;
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
.skills .development-wrapper .skills-bar-container {
    position: relative;
    width: 100%;
    list-style-type: none;
}
.skills .development-wrapper .skills-bar-container li {
    width: 100%;
    margin-bottom: 20px;
}
.skills .development-wrapper .skills-bar-container li .progressbar-title {
    color: #3c3c3c;
    margin-bottom: 5px;
}
.skills .development-wrapper .skills-bar-container li .progressbar-title h3 {
    display: inline-block;
}
.skills .development-wrapper .skills-bar-container li .progressbar-title .percent {
    position: absolute;
    right: 20px;
    font-size: 1.1em;
}
.skills .development-wrapper .skills-bar-container li .bar-container {
    background: #ececec;
    position: relative;
    width: 100%;
    height: 10px;
}
.skills .development-wrapper .skills-bar-container li .bar-container .progressbar {
    background: #34495e;
    position: absolute;
    width: 0%;
    height: 100%;
}
.skills .tools-knowledge-wrapper {
    width: 100%;
}
.skills .tools-knowledge-wrapper .tools-wrapper, .skills .tools-knowledge-wrapper .knowledge-wrapper {
    position: relative;
    padding: 20px 0;
    widht: 100%;
    text-align: center;
}
.skills .tools-knowledge-wrapper .tools-wrapper .title, .skills .tools-knowledge-wrapper .knowledge-wrapper .title {
    color: #3c3c3c;
    font-size: 2em;
    margin-bottom: 10px;
}
.skills .tools-knowledge-wrapper .tools-wrapper ul, .skills .tools-knowledge-wrapper .knowledge-wrapper ul {
    list-style-type: none;
    margin-left: 40px;
}
.skills .tools-knowledge-wrapper .tools-wrapper ul li, .skills .tools-knowledge-wrapper .knowledge-wrapper ul li {
    color: #444;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
}
.skills .tools-knowledge-wrapper .tools-wrapper ul li i, .skills .tools-knowledge-wrapper .knowledge-wrapper ul li i {
    color: #27ae60;
}
/* ############################ RESPONSIVE SKILLS ############################### */
@media screen and (min-width: 480px) {
    .skills .content .tools-knowledge-wrapper .tools-wrapper, .skills .content .tools-knowledge-wrapper .knowledge-wrapper {
        width: 50%;
        float: left;
        padding: 0;
   }
    .skills .content .tools-knowledge-wrapper .tools-wrapper ul, .skills .content .tools-knowledge-wrapper .knowledge-wrapper ul {
        margin-left: 0;
   }
    .skills .content .clear {
        clear: both;
   }
}
@media screen and (min-width: 640px) {
    .skills {
        padding-left: 0;
        padding-right: 0;
   }
    .skills .content .development-wrapper {
        width: 600px;
        margin: auto;
        margin-bottom: 50px;
   }
    .skills .content .tools-knowledge-wrapper {
        width: 600px;
        margin: auto;
   }
}
@media screen and (min-width: 960px) {

    .skills .content .development-wrapper, .skills .content .tools-knowledge-wrapper {
        float: left;
   }
    .skills .content .development-wrapper {
        margin-bottom: 0;
        width: 60%;
   }
    .skills .content .tools-knowledge-wrapper {
        width: 40%;
        margin-top: 60px;
   }
    .skills .content .tools-knowledge-wrapper .tools-wrapper, .skills .content .tools-knowledge-wrapper .knowledge-wrapper {
        float: none;
        margin: auto;
   }
    .skills .content .tools-knowledge-wrapper .tools-wrapper {
        margin-bottom: 30px;
   }
}
@media screen and (min-width: 1600px) {

}
/**Styling scrollable elements*/

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}


@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}