
* {
    margin: 0px;
    border: 0;
    font-family: 'Space Mono';
    color: white;
    background-color: #0e0e0e;
    margin: auto;

}body  {
  margin: 0px;
  border: 0;
  font-family: 'Space Mono';
  color: white;
  background-color: #0e0e0e;
}

header{
	background-color: black;

	height: 100px;
	color: white;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

nav{
	position: fixed;
	top: 87px;
	text-align: right;
  	margin-bottom: 10px;
  	width: 100%;
  	z-index: 2;
}

nav li{
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 5px;
	margin-right: 15px;
}

nav a {
  	text-decoration: none;
  	color: white;
}

h4{
	margin-bottom: 20px;
}

#early .topline {
    background-color: #ff5e40;
}

.topline {
    width: 200px;
    height: 4px;
    margin: auto;
    margin-bottom: 10px;
}

#early h2{
	color: red;
}

.container {
  text-align: center;
  max-width: 980px;
  min-width: 625px;
  position: relative;
  top: 120px;
  padding-top: 120px;
}

.p-container {
    margin: 0px 6%;
}
.container {
    max-width: 980px;
    min-width: 625px;
}

p {
  color: white;
  height: 200px;
  width: 200px;
  display: inline-block;
  margin: 0px 6%;
}

.container img {
}

img {
    margin: 0px 40px 40px 40px;
    width: 30%;
    height: auto;
}

.date-square {
    margin: 0px 16%;
}

.date-square {
  width: 55px;
  height: 50px;
  background-color: white;
  position: relative;
  bottom: 25px;
  display: inline-block;
  z-index: 1;
}

.date-square p {
  color: black;
  width: 50px;
  height: 30px;
  background-color: white;
  text-align: center;
  margin: 0;
  position: relative;
  top: 10px;
}

#early .timeline {
    background-image: linear-gradient(to right, #ff3f3f, #ffcc3f);
}

.timeline {
    height: 10px;
    width: 100%;
    z-index: 1;
}

#middle .topline {
    background-color: #f1ff40;
}

#middle .timeline {
    background-image: linear-gradient(to right, #f2ff3f, #3fe9ff);
}

#late .topline {
    background-color: #40a9ff;
}

#late .timeline {
    background-image: linear-gradient(to right, #3fa9ff, #b03fff);
}

#current .topline {
    background-color: #df3fff;
}

#current .timeline {
    background-image: linear-gradient(to right, #e03fff, #ff3f3f);
    z-index: 10;
}

footer {
  min-width: 620px;
  max-width: 980px;
  height: 100px;
  color: white;
  position: relative;
  top: 150px;
}

footer li {
 display: inline;
}

#logo {
  height: 100px;
  width: auto;
  margin: 0px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}