body {
	background-color: #eee;
	position: relative;
}

a{
	font-weight: bold;
}
h1{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}

h2{
	font-size: 1.8em;
}

.page{
	max-height: 93%;
	margin-left: 200px;
	margin-right: 200px;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	position: relative;
}
	
.content {
    padding: 5px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
	position: relative;}
	
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  background-color: inherit;
}
.container-whole {
	padding-right: 15px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: 0;
	background-color: transparent;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: black;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* containerbox around content */
.containerbox {
	padding: 10px 40px;
	position: relative;
	background-color: transparent;
	width: 50%;
}

/* The circles on the timeline */
.containerbox::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -20px;
	background-color: black;
	border: 4px solid black;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the containerbox to the left */
.leftbox {
	left: 0;
}

/* Place the containerbox to the right */
.rightbox {
	left: 50%;
}

/* Add arrows to the left containerbox (pointing right) */
.leftbox::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right containerbox (pointing left) */
.rightbox::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightbox::after {
	left: -5px;
}

/* The actual content */
.box {
	padding: 20px 30px;
	background-color: white;
	border-radius: 6px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.dateright {
	object-position: top right;
	top: 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #212529;
	right: auto;
	left: 0;
}
.dateleft {
	object-position: top left;
	top: 0;
	display: inline-block;
	float: left;
	text-align: left;
	color: #212529;
	right: 0;
	left: auto;
}
.caption{
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
	color: rgba(83,83,83);
	}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}
	
	/* Full-width containers */
	.containerbox {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	/* Make sure that all arrows are pointing leftwards */
	.containerbox::before {
		left: 60px;
		border: medium solid white #3F51B5;
		border-width: 10px 10px 10px 0;
	}
	/* Make sure all circles are at the same spot */
	.leftbox::after,
	.rightbox::after {
		left: 15px;
	}
	/* Make all right containers behave like the left ones */
	.rightbox {
		left: 0%;
	}
}


/* Style the buttons */
.btn {
  padding: 15px 26px;
  color:black;
  background-color: #C8C8C8 ;
  border: thin solid black;
  cursor: pointer;
  font-size: 1.2rem;
}

.btn:hover { 
  background-color:rgba(0,0,0,0.60);
  color:#E3E3E3;
  text-decoration: initial;
}

.buttonjumper {
	margin-left: 5px;
	align-content: center;
	}

.imgcolumn {
	padding: 5px;
}

/* Clearfix (clear floats) */
.imgrow::after {
	content: "";
	clear: both;
	display: table;
}

.anchorOffset {
	position: absolute;
	top: -120px;
}

.caption{
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
	color: rgba(83,83,83);
}



#scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color:rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 30px;
  border-radius: 60px;
}
  
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
	  
#scroll:hover {
 background-color:rgba(0, 0, 0, 0.6);
}

