/* START OF RECONSTRUCTION CONTENT */

#reconstruction_wrapper section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#reconstruction_wrapper section figure {
    width: 100%;
    margin: auto;
}

#reconstruction_video {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
}

#reconstruction_wrapper section video {
    border: 1px solid #f7f7f7;
    box-shadow: 10px 12px;
    width: 100%;
}

#reconstruction_wrapper section article {
    flex: 1;
}

#reconstruction_wrapper .content-left {
    margin-right: 0;
}

#reconstruction_wrapper .content-right {
    margin-left: 0;
}

#reconstruction_wrapper section figure article {
    margin-top: 22px;
    text-align: center;
}

#reconstruction_timeline_header {
    margin: 0, auto;
    text-align: center;
    color: #f7f7f7;
}

#reconstruction_content {
    overflow: auto;
    text-align: center;
}

#reconstruction_content h3 {
    font-size: 22px;
    margin-bottom: 5%;
}

#reconstruction_content p.indent {
    text-indent: 30px;
    font-size: 16px;
}

#reconstruction_content p {
    text-align: left;
}

#reconstruction_content_timeline {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    text-align: left;
    color: white;
    padding: 100px 0;
}

#reconstruction_content_timeline * {
    margin: 0;
    box-sizing: border-box;
}

#reconstruction_content_timeline h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#reconstruction_content_timeline .timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

#reconstruction_content_timeline .timeline ul {
    list-style: none;
}

#reconstruction_content_timeline .timeline::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: grey;
    margin-top: 10%;
}

#reconstruction_content_timeline .timeline ul li {
    padding: 20px;
    /* background-color: #1e1f22; */
    color: white;
    border-radius: 10px;
    margin-bottom: 100px;
    width: 100%;
    position: relative;
}

#reconstruction_content_timeline .timeline ul li::after {
    content: '';
    margin: auto;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: grey;
    border-radius: 50%;
    top: 10px;
    left: 0;
    right: 0;
}

#reconstruction_content_timeline .timeline ul .month {
    width: 100% !important;
    text-align: center;
    background-color: black;
    padding: 40px;
    transform: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#reconstruction_content_timeline .timeline ul .month:first-of-type {
    padding-top: 10px;
}

#reconstruction_content_timeline .timeline ul h3 {
    width: 100% !important;
}

#reconstruction_content_timeline .timeline ul .month::after {
    display: none;
}

#reconstruction_content_timeline .timeline ul .august::after {
    background-color: #f0f;
}

#reconstruction_content_timeline .timeline ul .september::after {
    background-color: #0ff;
}

#reconstruction_content_timeline .timeline ul .october::after {
    background-color: yellow;
}

#reconstruction_content_timeline .timeline ul .november::after {
    background-color: #00ff00;
}

#reconstruction_content_timeline .timeline ul .december::after {
    background-color: #0000FF;
}


#reconstruction_content_timeline .timeline ul li:last-child {
    margin-bottom: 0;
}

#timeline-h3 {
    color: #f7f7f7;
}

.timeline-content {
    background-color: black;
    padding: 20px;
    border: 1px solid #f7f7f7;
    box-shadow: #f7f7f7 10px 10px;
}

#reconstruction_content_timeline .timeline-content h4 {
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

#reconstruction_content_timeline .timeline-content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#reconstruction_content_timeline .timeline-content p {
    line-height: 20px;
    color: #f7f7f7;
    margin-bottom: 10px;
}

#reconstruction_content_timeline .timeline-content .date {
    font-size: 13px;
    margin-bottom: 10px;
    position: absolute;
    top: -30px;
    color: grey;
}

#reconstruction-image-description {
    text-align: center !important;
}

#aesthetics {
    box-sizing: border-box;
    background-color: black;
    width: 100%;
    margin: 0;
    padding: 5% 10%;
}

#aesthetics h3,
#aesthetics h4,
#aesthetics p{
    color: white;
}

#aesthetics article {
    margin: 0 10px;
}

@media screen and (min-width: 850px) {
    #reconstruction_wrapper section {
        flex-direction: row;
        margin-bottom: 100px;
    }

    #reconstruction_wrapper section figure {
        width: 40%;
        margin: 0;
    }

    #reconstruction_video {
        width: 50%;
        margin: 0;
    }

    #reconstruction_video video {
        width: 100%;
    }

    #reconstruction_wrapper .content-left {
        margin-right: 8%;
    }
    
    #reconstruction_wrapper .content-right {
        margin-left: 8%;
    }

    #reconstruction_content_timeline .timeline ul li {
        padding: 20px;
        /* background-color: #1e1f22; */
        color: white;
        border-radius: 10px;
        margin-bottom: 100px;
        width: 60%;
        position: relative;
    }

    #reconstruction_content_timeline .timeline ul .left {
        float: left;
        clear: right;
        transform: translateX(-120px);
    }
    
    #reconstruction_content_timeline .timeline ul .right {
        float: right;
        clear: left;
        transform: translateX(120px);
    }

    #reconstruction_content_timeline .timeline ul li::after {
        content: '';
        margin: 0;
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: grey;
        border-radius: 50%;
        top: 20px;
        left: auto;
        right: auto;
    }
    
    #reconstruction_content_timeline .timeline ul .left::after {
        transform: translate(50%, -50%);
        right: -40px;
    }
    
    #reconstruction_content_timeline .timeline ul .right::after {
        transform: translate(-50%, -50%);
        left: -40px;
    }

    #reconstruction_content_timeline .timeline ul .left::after {
        transform: translate(50%, -50%);
        right: -40px;
    }
    
    #reconstruction_content_timeline .timeline ul .right::after {
        transform: translate(-50%, -50%);
        left: -40px;
    }

    #reconstruction_content_timeline .timeline ul .month {
        width: 100% !important;
        text-align: center;
        background-color: black;
        padding: 40px;
        transform: none !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        float: right;
        clear: both;
    }

  }