body {
    font-family: Arial, Helvetica, sans-serif;
}

.wrap {
    position: -webkit-sticky !important; /* Safari */
    top: 0 !important;
    position: fixed;
    width: 100vh;
}

.nav-link {
    font-size: 18px;
    font-weight: bold;
}

.active {
    color: #79BC87 !important;
}

.section {
    min-height: 100vh;
    padding-top: 100px;
}

.card {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    -webkit-box-shadow: -1px 0px 38px -8px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -1px 0px 38px -8px rgba(0, 0, 0, 0.61);
    box-shadow: -1px 0px 38px -8px rgba(0, 0, 0, 0.61);
    border-radius: 0;
    height: 320px;
}

.card-title {
    font-weight: 600;
}

.card-body {
    /*height: 107px;*/
}

.img-thumbnail {
    border: 0px;
}

div#cover {
    background-image: url('../img/cover_c.jpg');
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.heading {
    margin-top: 10px;
    margin-bottom: 20px;
}

.img-overlay {
    position: fixed;
    top: 90px;
    max-height: 80%;
    left: 50%;
    transform: translate(-50%, 0) scale(0, 0);
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all .3s ease;
}

.overlay-dark {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #363535;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}


/* Timeline */

.timeline {
    position: relative;
    display: block;
    margin: 0;
    padding: 25px 0;
}

.timeline:before {
    margin-top: 0px;

}

.timeline:after, .timeline:before {
    content: " ";
    display: table;
}

.timeline:after {
    clear: both;
}

.timeline, .timeline > li {
    list-style: none;
}

.timeline > li:nth-child(even) {
    float: left;
    clear: left;
}

.timeline > li:nth-child(odd) {
    float: right;
    clear: right;
}

.timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 7px;
    background-color: #79BC87;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.timeline-line + .timeline-item {
    margin-top: -20px;
}

.timeline-group {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    float: none !important;
    z-index: 1;
}

.timeline-poster {
    margin-top: -20px;
}

.timeline-poster .btn-link {
    color: #a1aab0;
}

.timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
    color: #3e5771;
}

.timeline-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px;
}

.timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
    content: '';
    position: absolute;
    right: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ccc;
    z-index: 1;
}

.timeline-item:nth-child(even):after {
    right: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #fff;
}

.timeline-item:nth-child(even) > .timeline-badge {
    right: -8px;
}

.timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
    content: '';
    position: absolute;
    left: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    z-index: 1;
}

.timeline-item:nth-child(odd):after {
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
}

.timeline-item:nth-child(odd) > .timeline-badge {
    left: -8px;
}


.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
    width: 100%;
    margin-top: 5px;
}

.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before {
    left: 50%;
    right: auto;
    top: -11px;
    border: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after {
    top: -10px;
    border: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}

.timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge {
    top: -28px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.timeline-item > .timeline-badge {
    position: absolute;
    top: 12px;
    z-index: 1;
}

.timeline-item > .timeline-badge > a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    border-radius: 24px;
    background-color: #fff;
    text-decoration: none;
    transition: all ease .3s;
}

.timeline-item > .timeline-badge > a.active, .timeline-item > .timeline-badge > a:active, .timeline-item > .timeline-badge > a:focus, .timeline-item > .timeline-badge > a:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.timeline-item > .timeline-panel {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.timeline-item > .timeline-panel:hover .timeline-actions {
    display: block;
}

.timeline-actions {
    display: none;
}

.timeline-content, .timeline-footer, .timeline-heading, .timeline-liveliness {
    padding: 15px;
}

.timeline-heading + .timeline-content {
    padding-top: 0;
}

.timeline-date {
    font-size: 14px;
    color: #aaa;
}

.timeline-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.timeline-embed .embed-element, .timeline-embed embed, .timeline-embed iframe, .timeline-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.timeline-img {
    display: block;
    padding: 5px 0;
}

.timeline-img.first {
    margin-right: -10px;
}

.timeline-img.middle {
    margin-right: -10px;
    margin-left: -10px;
}

.timeline-img.last {
    margin-left: -10px;
}

.timeline-footer, .timeline-liveliness, .timeline-resume {
    border-top: 1px solid #eee;
    background-color: #fbfcfc;
}

.timeline-footer {
    border-radius: 0 0 5px 5px;
}

.timeline-avatar {
    margin-top: -2px;
    margin-right: 10px;
}

.timeline-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: #3e5771;
    text-decoration: none;
}

.timeline-title > small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #a1aab0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timeline .media {
    border-bottom: 1px solid #eee;
}

.timeline .media, .timeline .media p {
    font-size: 13px;
}

.timeline .media:last-child {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .timeline {
        padding-left: 15px;
    }

    .timeline-line {
        left: 15px;
    }

    .timeline-group {
        display: inline-block;
        margin-left: 4px;
    }

    .timeline-item {
        width: 100%;
        margin-top: 0 !important;
        padding-right: 10px;
    }

    .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
        padding-bottom: 0;
    }

    .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
        left: 19px;
        top: 10px;
        border: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #ccc;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after, .timeline-item:nth-child(even):after, .timeline-item:nth-child(odd):after {
        left: 20px;
        top: 11px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-right: 11px solid #fff;
    }

    .timeline-item.block:nth-child(even) > .timeline-badge, .timeline-item.block:nth-child(odd) > .timeline-badge, .timeline-item:nth-child(even) > .timeline-badge, .timeline-item:nth-child(odd) > .timeline-badge {
        top: 12px;
        left: -6px;
        right: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 480px) {
    .timeline {
        padding: 0;
    }

    .timeline-line {
        display: none;
    }

    .timeline-item {
        display: block;
        padding: 0 0 20px !important;
    }

    .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd), .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
        float: none;
        clear: both;
    }

    .timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item.timeline-poster > .timeline-badge, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
        display: none;
    }

    .timeline-item > .timeline-badge {
        top: -8px !important;
        left: 50% !important;
        margin-left: -6px;
    }
}

.wrapkit-content-rtl .timeline-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.timeline-heading {
    font-size: 20px;
}

.footer {
    position: absolute;
    height: 620px;
    width: 100%;
    left: 0;
}

.footer h3 {
    color: white;
}

#contact {
    padding-top: 80px !important;
    max-height: 620px !important;
}

footer {
    color: white !important;
    max-height: 620px;
}

.footerContainer {
    margin-top: -80px;
}

.sectionHeading {
    border-bottom: 5px solid #79BC87;
    display: inline-block;
    width: 300px;
    padding-bottom: 20px;
}

.uni {
    border-bottom: 5px solid #79BC87;
    padding: 50px;
}

html,
body {
    height: 100%;
}

#honeycomb {
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(13) rotate(85)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='3' stroke='hsla(259, 0%, 99%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-377,-587.99)' fill='url(%23a)'/></svg>");
}

.timeline-footer {
    text-align: left !important;
}
