:root {
	--white: #ffffff;
	--black: #000000;
	--blue:#0288d1;
	--gray:#ebebeb;
	--box-shadow1:0px 0px 18px 2px rgba(10, 55, 90, 0.15);
    --lightgreen: rgba(158, 215, 195, 0.75);
}
/*body{*/
/*	font-family: 'Roboto', sans-serif;*/
/*    font-weight: lighter;*/
/*    color: #637280;*/
/*    -moz-user-select: none;*/
/*    -webkit-user-select: none;*/
/*    user-select: none;*/
/*}*/
:focus{
    outline: 0px solid transparent !important;
}
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

/* The dashed line */
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed black;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-nodes:nth-child(even) h3,
.timeline-nodes:nth-child(even) p {
    text-align: left;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 41%;
    width: 0;
    border-left: 20px solid var(--lightgreen);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 41%;
    width: 0;
    border-right: 20px solid var(--lightgreen);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.personals {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 1.3em;
}

.timeline .flags{
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 80%;
    z-index:1;
    justify-content: flex-end;
}

.timeline .flag{
    width: 40px;
    position: relative;
}

.timeline .information{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    /*padding-right:0;*/
    /*padding-left:0;*/
}

.timelineblock {
    background-color: var(--lightgreen);
    /*padding: 0px 40px 20px 40px;*/
    border-radius: 15px;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
     display: grid;
     /*grid-template-rows: 2fr 4fr 2fr 1fr;*/
     grid-auto-rows: auto;
}

/*.timelineblock{*/
/*    background-color: var(--darkgreen);*/
/*    padding: 0px 40px 20px 40px;*/
/*    color: white;*/
/*    border-radius: 15px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);*/
/*    padding-top: 177.77%; !* 16:9 aspect ratio *!*/
/*    overflow: hidden;*/

/*    !*!* display: grid; *!*!*/
/*    !*grid-template-rows: 2fr 4fr 2fr 1fr;*!*/
/*    !*grid-auto-rows: auto;*!*/
/*}*/

/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
        .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
}
}
.readmore {
    background-color: #000000;
    justify-self: center;
    align-self: center;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    border:none;
}

.mile-stone-popup {
    width: 45%;
    margin: auto 0;
}

.milestone-container {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    visibility: hidden;
}

.milestone-content {
    position: relative;
    width: 100%;
}

.outline {
    /*display: grid;*/
    /*grid-template-columns: 1fr 6fr 1fr;*/
}

.milestone-content-container{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 40%;
}

.test-blue {
    background-color: var(--blue-color);
    position: absolute;
    width: 100%;
    height: 100%;
}

.stakeholder-circle p{
    text-align: center;
}

.milestone-image {
    position: relative;
    z-index: 2;
    width: 100%;

}

.numbered-milestone {
    position: relative;
    z-index: 2;
    font-weight: bold;
    top: -50%;
    right: -45%;
    color: black;
}

.milestone-line {
    width: 100%;
    height: 100%;
    position: relative;
    top: -60%;
    padding-right: 88px;
}

.milestone-line-left {
    width: 100%;
    height: 100%;
    position: relative;
    top: -60%;
    transform: scaleX(-1);
    padding-right: 88px;
}

.reflection-circle-title {
    font-size: 3vh;
    position: relative;
    top: -30%;
}

.readmore-button-milestone {
    background-color: #000000;
    justify-self: center;
    align-self: center;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    border: none;
    position: relative;
    top: -115%;
    right: -30%;
    transition: 0.3s;
}

.readmore-button-milestone:hover {
    scale: 1.2;
}





/* Stylin the project description popup */
#overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 0;
}

.project-popup{
    background: var(--lightgreen);
    border-radius: 10px/10px;
    padding:2em;
    z-index: 200;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    margin: 0;
    max-width: 600px;
    width: 80%;
    max-height: 480px;
    height: auto;
    color:white;
}

.blue-popup{
    background-color: #647ca6;
    width: 90%;
    max-width:900px;
}

.project-popup-content{
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.popupclose {
    float: right;
    cursor: pointer;
}

/* width */
.project-popup ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.project-popup::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0.0);
}

/* Handle */
.project-popup ::-webkit-scrollbar-thumb {
    background: #0f704b;
}

/* Handle on hover */
.project-popup ::-webkit-scrollbar-thumb:hover {
    background: #0e7952;
}




/* width */
.blue-popup ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.blue-popup::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0.0);
}

/* Handle */
.blue-popup ::-webkit-scrollbar-thumb {
    background: #425f92;
}

/* Handle on hover */
.blue-popup ::-webkit-scrollbar-thumb:hover {
    background: #233a61;
}



.ppcontainer {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    z-index: 500;
    margin: 0;
    visibility: hidden;
}

.ppcontainer .show {
    visibility: visible;
}

.popup {
    background: #527d66;
    width: 60%;
    height: auto;
    margin: 150px auto;
    border-radius: 10px;
}

.popup .container {
    display: flex;
    flex-direction: column;
    color: white;
    height: 500px;
}

.popup .rightcorner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
}

.popup .rightcorner .exit {
    width: 30px;
    margin: 30px;
    cursor: pointer;
}

.popup .rightcorner .flag {
    width: 30px;
    margin: 0 30px 0 0;
    margin-top: 0
}

.popup .content {
    display: flex;
    flex-direction: column;
}

.popup .information {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
}

.popup .photos {
    background-color: #000000;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    width: 120px;
    margin: 0 auto;
}

.popup h1 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.popup .column.left,
.popup .column.right {
    padding: 30px;
}

.scroll{
    overflow:scroll;
    overflow-x:hidden;
}

.change-scroll{
    max-height:85%;
}

.line {
    width: 500px;
    position: absolute;
    top: 0;
    right: calc(50% - 255px);
}

.sscontainer {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 500;
    margin: 20px 0;
}

.sscontainer .show {
    visibility: visible;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    height: 60px;
    padding: 16px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
}

/* On hover, add a black background color that is slightly transparent */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #2bb673;
}

.mySlides {
    background-color: white;
    height: auto;
    max-height: 500px;
    max-width: 750px;
    margin: 0px auto;
    animation-name: fade;
    animation-duration: 1.5s;
}

.button-container {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sscontainer .backbutton {
    color: white;
    background-color: black;
    position: relative;
    top: -130px;
    left: calc(50% - 50px);
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    width: 120px;

}

/* width */
.ppcontainer ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.ppcontainer ::-webkit-scrollbar-track {
    background: #2bb673;
}

/* Handle */
.ppcontainer ::-webkit-scrollbar-thumb {
    background: var(--lightgreen);
}

/* Handle on hover */
.ppcontainer ::-webkit-scrollbar-thumb:hover {
    background: #0e7952;
}

