body {
	margin: auto;
	/* width: 100%; */
	font-family: 'Railway medium', sans-serif;
  background-color: #FAF6F0;
	/* width: 1400px; */
	overflow-x: hidden;
}

:root {
	--widht: 1500px;
}


.first-image {
	/* width: 50vw;
	height: 100vh; */
	background-image: url(images/head-frontpage.png);
	background-attachment: absolute;
	/* background-position: right; */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	position: absolute;
	left: 928px;
	right: 0px;
	top: -100px;
	bottom: 0px;
	/* margin-left: 900px;
	margin-top: -400px;
	margin-bottom: 0px; */
}
.stepstep02 {
	width: 370px;
	height: 500px;
	background-image: url(images/after-images.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-left: 1000px;
	margin-top: -1388px;
	margin-bottom: 0px;
}
.stepstep03 {
	width: 380px;
	height: 250px;
	background-image: url(images/thaumatrope-1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-left: 950px;
	margin-top: -254px;
	margin-bottom: 0px;
}
.stepstep04 {
	width: 290px;
	height: 300px;
	background-image: url(images/faraday-wheel.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-left: 950px;
	margin-top: -294px;
	margin-bottom: 0px;
}
.stepstep05 {
	width: 390px;
	height: 500px;
	background-image: url(images/phekanistiscope-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-left: 950px;
	margin-top: -798px;
	margin-bottom: 0px;
}
.stepstep06 {
	width: 250px;
	height: 250px;
	background-image: url(images/phenakistiscope.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-left: 950px;
	margin-top: -260px;
	margin-bottom: 0px;
}

h1 {
	-webkit-text-fill-color: #FAF6F0;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #00749F;
	font-size: 150px;
	margin-top: 500px;
	margin-bottom: 110px;
	margin-left: 100px;
	text-align: left;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:23px;
}
h2 {
	-webkit-text-fill-color: #FAF6F0;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #00749F;
	font-size: 150px;
	margin-top: 50px;
	margin-left: 400px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing:4px;
	line-height:23px;
}
h3 {
	color:#333;
	font-size: 35px;
	font-weight:900;
	margin-top:50px;
	margin-left: 380px;
	text-align: left;
	/* text-transform:uppercase; */
	letter-spacing:4px;
	line-height:23px;
}
h4 {
	color:#333;
	font-size: 15px;
	font-weight:900;
	margin-top: 0px;
	margin-left: 380px;
	margin-bottom: 300px;
	text-align: left;
	/* text-transform:uppercase; */
	letter-spacing:4px;
	line-height: 0px;
}

#circle1 {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 423px;
	margin-top: 783px;
}
#circle2 {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 135px;
	margin-top: 783px;
}
#circle3 {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 710px;
	margin-top: 783px;
}
#circle4 {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 1000px;
	margin-top: 783px;
}
#circle5 {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 1285px;
	margin-top: 783px;
}

#movingball {
	background: black;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 1253px;
	margin-top: 78px;
	background-color: #00749F;
}

/* --- Start of the time line (progress bar) --- */


.process-wrapper {
	margin:auto;
	max-width:2080px;
}
/* grey background for text */

#progress-bar-container {
	position:sticky;
	width: 100vw;
	/* margin: auto; */
	height:200px;
	margin-top: 30px;
	margin-bottom: 50px;
  background-color: #D8C7AC;
}
/* grey text block 1 */

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:70px;
	z-index:9999;
	position:absolute;
	width:100%;
	margin-top:-40px
}
/* time line */

/*
#progress-bar-container li:before { */
	/* content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px; */
	/* border-radius:300%;
	border:solid 2px #000000;
	transition:all ease 0.5s; */
}
/* big circles above titles turned off */

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 10px #000000;
  fill: red;

	background: linear-gradient(to right, #00749F 3%,#fff 200%);
}

#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#000000;
	/* text-transform:uppercase; */
	font-size:20px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:30px;
	position:relative;
}

#progress-bar-container li .step-inner {
	font-family: 'Railway medium', sans-serif;
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 20px;
}
/* text above eyes */


#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#000000;
}

#progress-bar-container li:after {
	content:" ";
	display: block;
	width:100px;
	height:31px;
	/* background:#000000; */
	margin:auto;
	border:solid 4px #000000;
	border-radius:100%;
	margin-top:55px;
	box-shadow:0 2px 20px -1px rgba(0,5,0,0.3);
	transition:all ease 0.5s;
}

#progress-bar-container li:after2 {
	content:" ";
	display:block;
	width:10px;
	height:10px;
	/* background:#000000; */
	margin:auto;
	border:solid 5px #000000;
	border-radius:50%;
	margin-top:60px;
	box-shadow:0 2px 20px -1px rgba(0,0,0,0.3);
	transition:all ease 0.5s;
}
/* The eyes of timeline */


#progress-bar-container li:hover:after {
	background:#000000;
}

#progress-bar-container li.active:after {
	background:#207893;
	/* #D8C7AC; */
}
/* colour of inside eyes */

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #000000;
	height:6px;
	position:absolute;
	left:10%;
	top:103px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}
/* Line of timeline */

/* #progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #D8C2AC;
	background: linear-gradient(to right, #207893 0%,#2ea3b7 100%);
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
} */

#progress-content-section {
	width: 100vw;
	/* margin: auto; */
	background: #D8C7AC;
	border-radius: 4px;
}
/* grey text block 2 */


#progress-content-section .section-content {
	color: #000000;
	padding:30px 40px;
	max-width: 900px;
	text-align:left;
	margin-left: 50px;

}
/* small text */

#progress-content-section .section-content h2 {
	color:#000000;
	font-size:25px;
	font-weight:10;
	margin-top: 30px;
	text-align: left;
	margin-left: 0px;
	/* text-transform:uppercase; */
	letter-spacing:1px;
}
/* titles of text */

#progress-content-section .section-content p {
	font-size:16px;
	line-height:1.8em;
	color:#000000;
}
/* colour of small text */

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}

	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

@media only screen and (max-width: 1500px) {
    :root {
        --width: 1200px;
    }

    /* img.first-image {
        width: 500px;
    } */
}

@media only screen and (max-width: 1200px) {
    :root {
        --width: 900px;
    }

    .progress-bar-container {
        grid-template-columns: 300px 1fr;
        grid-template-rows: repeat(2, auto);
    }
}

@media only screen and (max-width: 900px) {
    :root {
        --width: 100%;
    }

    .container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }

    img.backdrop-left {
        position: absolute;
        width: 100%;
        opacity: 0.3;
    }
}
