body {
    font-family:Montserrat, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: auto;
}

img {
    max-width: 97%;
    max-height: 97%;
}

.col {
    margin:auto;
}

.row {
    margin:auto;
}

.page-content {
    width: 94%;
    max-width: 1500px;
    margin: auto;
}

.accomodate-footer {
    min-height: 100%;
    margin-bottom: -53px;
}

.accomodate-footer:after {
    height: 53px;
    content: "";
    display: block;
}

.footer-bottom {
    width:100%;
    height:53px;
}

.social-link {
    color: #484848;
    font-size: 1.5rem;
}

.social-link:hover {
    transform: scale(1.07);
}

.portfolio-item:hover {
    background-color: #f8f9fa;
    transform: scale(1.07);
    cursor: pointer;
    font-weight: bold;
}

.portfolio-language-key {
    border: 0px;
    width: 12px;
    height: 12px;
    border-radius:50%;
    color: transparent;
}

.timeline {
    margin: 2rem;
}

.timeline-row {
    background-color: white;
}

.timeline-block-left {
    margin-right:0px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .timeline-block-left {
        margin-right: 50%;
    }
}

.timeline-block-right {
    margin-left: 0px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .timeline-block-right {
        margin-left: 50%;
    }
}

.timeline-content {
    background-color: #f8f9fa;
    margin-left: 10%;
    margin-right: 10%;
    border: none;
}

.timeline-dot {
    background-color: #cdd6e6;
    color: #cdd6e6;
    border: 0px;
    width: 20px;
    height: 20px;
    left:32px;
    position: absolute;
    border-radius:50%;
    margin-top: -30px;
}

@media only screen and (min-width: 992px) {
    .timeline-dot {
        background-color: #cdd6e6;
        color: #cdd6e6;
        border: 0px;
        width: 25px;
        height: 25px;
        left:50%;
        position: absolute;
        margin-left: -13px;
        border-radius:50%;
        margin-top: -0px;
    }
}

.timeline-date-right {
    color: #333;
    opacity: 0.7;
    position: absolute;
    float: left;
    left: 15%;
    margin-top: -30px;
}

@media only screen and (min-width: 992px) {
    .timeline-date-right {
        color: #333;
        opacity: 0.7;
        left: 55%;
        margin-top: -0px;
    }
}

.timeline-date-left {
    color: #333;
    opacity: 0.7;
    position: absolute;
    float: left;
    left: 15%;
    margin-top: -30px;
}

@media only screen and (min-width: 992px) {
    .timeline-date-left {
        color: #333;
        opacity: 0.7;
        text-align: right;
        right: 55%;
        margin-top: -0px;
        text-align: right;
    }
}

.vertical-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    width: 4px;
    background: #cdd6e6;
}

@media only screen and (min-width: 992px) {
    .vertical-timeline.vertical-timeline--two-columns:before {
        left: 50%;
        margin-left: -3px;
    }
}