/* Common */

:root {
    /* --theme-color: #004D40;
    --accent-dark-color: #43A047;
    --accent-light-color: #4CAF50;
    --background-color: #C8E6C9; */
    /* Color Pallete: https://coolors.co/1f2421-216869-49a078-9cc5a1-dce1de */
    --theme-color: #216869;
    --accent-dark-color: var(--theme-color);
    --accent-light-color: #49a078;
    --background-color: #fff;
}

body {
    overflow-x: hidden;
    background-color: #eeeeee;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    height: 100%;
}

.row {
    margin: 0;
}

.full-height {
    height: 100%;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    margin: 0;
}

h1 {
    font-weight: 800;
    font-size: 32px;
}

h2 {
    font-weight: 400;
    font-size: 20px;
}

h3 {
    font-weight: 300;
    font-size: 18px;
}

a {
    color: var(--accent-light-color);
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    text-decoration: none;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    border: 0;
    height: 1px;
}

hr.fade-edge {
    background-image: linear-gradient(to right, rgba(67, 160, 71, 0), rgba(67, 160, 71, 0.75), rgba(67, 160, 71, 0));
    width: 80%;
}

.container-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.container-fluid>.row {
    height: 100%;
}

.margin-top {
    margin-top: 24px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.animated.animated-delay-lv-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.animated-delay-lv-2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated.animated-delay-lv-3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.animated-delay-lv-4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


/* Aside */

#aside-container {
    text-align: center;
    color: #fff;
    overflow: auto;
    background-color: var(--theme-color)
}

#aside-container .aside-content.sticky {
    position: absolute;
}

#aside-name-container {
    margin: 32px 0;
}

@media all and (min-width: 576px) and (max-width: 767px) {
    #aside-name-container {
        margin-top: 30%;
    }
}

#aside-name-container>h2 {
    margin-top: 16px;
}

#aside-name-container>h3 {
    margin-top: 8px;
}

#aside-avatar {
    margin: 18px 0;
    max-width: 80%;
    height: auto;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

#aside-container nav {
    margin: 32px 0 16px 0;
}

#aside-container nav li {
    display: inline;
}

#aside-container nav ul {
    padding: 0;
}

#aside-container nav li a {
    color: white;
    padding: 8px;
}

#aside-container nav li a:hover {
    color: var(--accent-light-color);
}


/* Content */

#content-container {
    background: var(--background-color);
    padding: 18px 12px 4px 12px;
    overflow: auto;
}

#content-container .section-wrapper {
    margin: 48px 0 20px 0;
}

#content-container .section-wrapper .row div {
    padding: 0;
}

#content-container .section-wrapper h1 {
    font-size: 30px;
    font-weight: 300;
}


/* #content-container .section-wrapper p {
    text-align: justify;
    line-height: 40px;
} */

#section-about p {
    text-align: justify;
    line-height: 40px;
}


/* Content: About */

#cv-download-container a {
    text-align: center;
    font-size: 24px;
    margin-top: 16px;
    border: 1px solid var(--accent-dark-color);
}

#section-about p {
    font-size: 20px;
}

#section-about ul {
    padding-left: 0;
}

#section-about li {
    display: block;
    margin-top: 16px;
}

#section-about li a {
    font-size: 22px;
}

#cv-download-container span {
    padding-left: 12px;
}


/* Content: Skill */

.skill-wrapper h2 {
    line-height: 40px;
}

.progress {
    border: 1px solid var(--accent-dark-color);
    height: 40px;
    background-color: transparent;
}

.progress-bar {
    background-color: var(--accent-dark-color);
    border-right: 1px solid var(--accent-dark-color);
    font-size: 16px;
}

img.company-logo {
    width: 48px;
    height: 48px;
    float: left;
}

.skill-item .skill-primary-info {
    padding-top: 8px;
    margin-left: 60px;
    text-align: justify;
}

.skill-item .skill-primary-info h3 {
    text-transform: none;
    margin-top: 12px;
}

.skill-item .skill-primary-info h2 {
    font-size: 24px;
    text-transform: none;
}

.skill-item .skill-primary-info h2 span {
    margin-left: 12px;
}

.skill-item .skill-primary-info .skill-position {
    font-size: 22px;
}

.skill-item .company-product h3 {
    margin-top: 8px;
    margin-right: 16px;
    text-transform: none;
}

.skill-item .company-product ul {
    list-style-type: none;
    margin: 8px 0 0 0;
}

.skill-item .company-product ul li {
    margin-bottom: 12px;
    line-height: 24px;
}

.skill-item .product-logo {
    width: 28px;
    height: 28px;
}

.skill-item .product-download-logo {
    width: auto;
    height: 24px;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.skill-item .company-product {
    margin-left: 60px;
}

.skill-item .skill-secondary-info {
    margin-left: 60px;
    background-color: var(--background-color);
    position: relative;
    z-index: 10;
}

.skill-item .skill-secondary-info .fa-ul {
    margin-left: 20px;
}

@media all and (max-width: 991px) {
    .skill-item .skill-secondary-info {
        margin-left: 0px;
    }
    .skill-item .company-product {
        margin-left: 0px;
    }
    /* .timeline-dot::before { */
    /* display: none; */
    /* } */
}

.timeline-dot::before {
    position: absolute;
    left: 46px;
    margin-top: 10px;
    content: "";
    border-radius: 500%;
    background: var(--accent-dark-color);
    height: 8px;
    width: 8px;
    transition: all 500ms ease-in-out;
}

.timeline {
    border-left: 1px dashed var(--accent-light-color);
    position: absolute;
    left: 49px;
    z-index: 0;
}

#copyright-content {
    margin-top: 40px;
    float: right;
    font-weight: 200;
    font-size: 10px;
}