@charset "UTF-8";

body {
	margin: 0;
    padding-top: 0px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    line-height: 1.4;
    font-weight: lighter;
}
.page-header {
	text-align: left;
}
.header-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.page-title {
	text-align: center;
}
h2 {
	color: #17137C;
}
h1 {
    font-size: 3em;
    color: #605CB9;
    margin-bottom: 0;
}
main .content-container {
	background-attachment: scroll;
    background-image: url("images/sigil_background_pale.jpg");
    background-repeat: no-repeat;
    background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
	colour: #0D0B4A;
	font-size: 18px;
}
main a {
	color:blueviolet;
}
* {
  box-sizing: border-box;
}
.column-container {
  column-count: 2;
}
.timeline-container {
  background-attachment: scroll;
  background-image: url("images/timeline_background.jpg");
  background-repeat:repeat-y;
  background-position: center top;
  background-size: contain;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-container > div {
  width: 50%;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: auto;
  color: #17137C;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.left {
  left: 0;
}
.right {
	left: 50%;
}
.left::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;
}
.right::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;
}
.right::after {
  left: -16px;
}
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	text-align: center;
	color: #17137C;
	line-height: 1;
}

@media (max-width:375px){
	body {
		padding-left: 10px;
		padding-right: 10px;
	}
	main .content-container {
		font-size: 12px;
		background-size: cover;
	}
	.image-container {
		padding-top: 10px;
	}
	.flex-container {
 		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.flex-container > div {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
	.flex-container {
 		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.flex-container > div {
		width: 100%;
	}
}
