body{
    background-color: #f7f7f7;
    margin-top:20px;
}

.contact-card {
    width: 200px !important;
}
section {
    scroll-margin-top: 180px;
}
.header-progress-bar {
    width: 0.1%;
    height: 8px;
    background-color: #858585;
}
header > div {
    width: 100%;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgb(255, 198, 8);
    border: 0.5px solid black;
    border-radius: 25px;
}

#signature {
    stroke-dasharray: 716;
    stroke-dashoffset: 716;
    animation: sign 4s ease;
    stroke-width: 2.5px;
    stroke: white;
    animation-fill-mode: forwards;
}

@keyframes sign {
    to {
        stroke-dashoffset: 0;
    }
}

.btn-send {
    background-color: rgb(255, 198, 8) !important;
    border: 0.5px solid black !important;
}

.reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.skill {
    position: absolute;
    background-color: #e8e9e9 !important
}

.skill-small {
    border: 1px solid #000000;
    background-color: rgba(255, 0, 0, 0.20) !important;
    transform: scale(0.6);
    z-index: 13;
}


.skill-big {
    border: 1px solid #000000;
    background-color: rgba(0, 255, 255, 0.20) !important;
    transform: scale(1.1);
    z-index: 15;
}

.skill-bigger {
    border: 1px solid #000000;
    background-color: rgba(255, 255, 0, 0.20) !important;
    transform: scale(1.2);
    z-index: 20;
}

.java {
    left: 50%;
    top: 40%;
}

.python {
    left: 15%;
    top: 65%;
}

.javascript {
    left: 55%;
    top: 70%;
}

.postgres {
    left: 20%;
    top: 20%;
}

.c {
    left: 73%;
    top: 80%;
}

.laravel {
    left: 30%;
    top: 10%;
}

.git {
    left: 12%;
    top: 88%;
}

.mysql {
    left: 70%;
    top: 20%;
}

.hibernate {
    left: 65%;
    top: 30%;
}

.react {
    left: 0%;
    top: 45%;
}

.angular {
    left: 33%;
    top: 5%;
}

.quasar {
    left: 10%;
    top: 90%;
}

.typescript {
    left: 10%;
    top: 55%;
}

.springboot {
    left: 45%;
    top: 45%;
}

.about-text {
    padding: 0 80px 0 80px !important;
}

header {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 100;
}
footer {
    box-shadow: 0px 0px 10px #ccc;
    background-color: #f7f7f7 !important;
}
.header-shadow {
    box-shadow: 0px 0px 10px #ccc;
}
.header-text {
    height: 50px;
}
.card {
    min-height: 200px;
}
.nav-link {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.front-image {
    margin-top: 59px;
    height: 856px;
    background: url(images/background.webp)no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(50%) brightness(50%);
}
.invitation {
    top: 33%;
}
.invitation h2 {
    color: rgb(255, 198, 8);
    margin-top: 70px;
}
.icon-social {
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
}
.card-hover {
    background-color: rgba(253, 209, 79, 0.47) !important;
}
.card-hover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}
.skill:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.credentials {
    right: 25px;
    position: absolute
}

.skills-card {
    display: block !important;
    height: 500px !important;
}
#skills .tile {
    margin: 0;
}
#skills .container-fluid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#skills .container-fluid > div:first-child > h4 {
    margin-right: 40px;
}

.skills-container {
    display: flex;
    flex-wrap: wrap
}

.skills-container div{
    padding: 5px;
    background: #ffd750;
    border-radius: 0.25rem;
    margin-right: 6px;
    margin-bottom: 6px;
}

.main-skills-container {
    width: 800px;
}

.tile {
    height: 90%;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-timeline .timeline:nth-child(2n) {
    flex-direction: row-reverse;
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid rgba(255, 198, 8, 0.67);
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative;
    margin-bottom: 20px;
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: rgba(255, 198, 8, 0.67);
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid rgba(255, 198, 8, 0.67);
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

.jw-modal {
    /* modals are hidden by default */
    display: none;

    /* modal container fixed across whole screen */
    position: fixed;
    inset: 0;

    /* z-index must be higher than everything else on the page */
    z-index: 10000;
    
    /* semi-transparent black background exposed by padding */
    background-color: rgba(0, 0, 0, .75);
    padding: 20px;

    /* enables scrolling for tall modals */
    overflow: auto;

    
    justify-content: center;
    align-items: center;
}

.jw-modal.open {
    display: flex;
}

.jw-modal-body {
    min-width: 600px;
    margin-bottom: 200px;
    text-align: center;
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
}

body.jw-modal-open {
    /* body overflow is hidden to hide main scrollbar when modal window is open */
    overflow: hidden;
}

.x-btn {
    font-size: 26px;
    color: gray;
    position: absolute;
    right: 8px;
    top: -3px;
    cursor: pointer;
    transform: scaleY(0.8);
}

@media only screen and (max-width: 991px) {
    .jw-modal-body {
        min-width: auto;
    }
    .main-skills-container {
        width: 80%;
    }
    .navbar-nav {
        margin-top: 0.5rem !important;
    }
    .about-text {
        padding: 0 10px 0 10px !important;
    }
    #navbarNav {
        width: 32px;
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }

}

@media only screen and (max-width: 767px) {
    .main-skills-container {
        width: 95%;
    }
    .main-timeline .timeline {
        display: block;
    }
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 99%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 94%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
@media only screen and (max-width: 500px) {

    .img-fluid {
        width: 90%;
    }
}
@media only screen and (max-width: 450px) {
    .mysql {
        left: 55%;
        top: 23%;
    }

    .javascript {
        left: 35%;
        top: 70%;
    }

    .c {
        left: 60%;
        top: 80%;
    }

    .springboot {
        width: 130px;
        left: 43%;
        top: 45%;
    }


    .postgres {
        left: 27%;
        top: 20%;
    }

    .hibernate {
        left: 35%;
        top: 30%;
    }

    .java {
        left: 35%;
        top: 40%;
    }

    .typescript {
        left: 5%;
        top: 55%;
    }

    #skills .container-fluid {
        margin: 0 !important;
    }
}