html {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
	html {
		font-size: 20px;
	}
}

form {
	margin-top: 10px;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

input {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding: 6px 10px 6px 10px;
	border-radius: 4px;
	width: 100%;
	border: none;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;

	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body {
	background-color: #272727;
	color: #FFFDF9;
	padding: 0;

}


#front-page-logo {

	margin-top: 100px;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	#front-page-logo {
		margin-top: 60px;
	}

	#front-page-logo img {
		width: 80%;
	}
}

#front-page-logo img {
	max-width: 100%;
}

a,
a:visited,
a:active {
	color: #FFFDF9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFD773;
}

.content-wrapper {
	max-width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.button {
	-webkit-appearance: none;
	background-color: #FFD773;
	color: #272727;
	border: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.star-count-icon {
	width: 30px;
	height: 30px;
	vertical-align: top;
}

.star-count {
	color: #FFD773;
}

.avatar-container {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	background-color: #FFD773;
}

.avatar-layer,
.avatar-border {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	left: 0;
}

.avatar-border {
	border: 4px #FFD773 solid;
}

#inspiration-characters-container {
	margin-top: 30px;
	margin-bottom: 40px;
}

#inspiration-characters-container .inspiration-character {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#timeline-wrapper {
	text-align: center;
}

#timeline-container {
	margin-top: 10px;
	/*background-image: url("/static/timeline_border.png");
	background-repeat: no-repeat;
	background-size: 2px;
	background-position: center 0;
	background-repeat: repeat-y;*/
}

.timeline-horizontal-line {
	background-color: white;
	width: 100px;
	height: 2px;
	display: inline-block;
}

.timeline-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: white;
	display: inline-block;
}

@media screen {
	.timeline-vertical-line {
		background-color: white;
		height: 100px;
		width: 2px;
		display: inline-block;
	}
}

.timeline-name,
.timeline-year {
	padding: 8px;
}

.timeline-name-you {
	padding: 8px;
	color: #FFD773;
}

.timline-character-container {}

.inspiration-character img {
	background-color: #FFD773;
}

.inspiration-character .timeline-name {
	color: #FFD773;
}

.inspiration-character .timeline-year {
	color: #FFD773;
}

.dimmed-character {
	opacity: 0.5;
}

.container {
	width: 80%;
	padding: 50px 0;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}

.container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #CCD1D9;
	z-index: 1
}

.timeline-block {
	width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
	margin-bottom: 15px
}

.timeline-block-right {
	float: right;
}

.timeline-block-left {
	float: left;
	direction: rtl
}

.timeline-image {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	background-color: #fff;
}

.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #F5F7FA;
	background: #4FC1E9;
	margin-top: 10px;
	z-index: 9999
}

.timeline-content {
	width: 95%;
	padding: 0 15px;
	color: #666
}

/* .timeline-content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 500
 } */

/* .timeline-content span {
	font-size: 15px;
	color: #a4a4a4;
 } */

/* .timeline-content p {
	font-size: 14px;
	line-height: 1.5em;
	word-spacing: 1px;
	color: #888;
 } */


@media screen and (max-width: 600px) {
	.container:before {
		left: 8px;
		width: 2px;
	}

	.timeline-block {
		width: 100%;
		margin-bottom: 30px;
	}

	.timeline-block-right {
		float: none;
	}

	.timeline-block-left {
		float: none;
		direction: ltr;
	}
}

#footer {
	opacity: 0.7;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#footer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#timeline-list-form {
	margin-top: 40px;
}


table {
	text-align: left;
	width: 100%;
}

td,
th {
	padding: 10px;
}

tr {
	padding: 10px;
	background-color: #404040;
	border: 1px solid gray;
}

/* Print overrides */
@media print {
	body {
		color: #000000;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #000000;
	}

	.timeline-vertical-line {
		height: 20px;
	}

	.timeline-image {
		width: 100px;
		height: 100px;
	}
}