* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font: 16px/1.5 Helvetica, Arial, sans-serif;
}

.page-timeline, .page-timeline .page-header-container, .page-timeline #main {
	background: #000;
}

.page-timeline .site-header {
	display: none;
}

.page-timeline #main {
	padding: 0;
}

.visuallyhidden,
.screen-reader-text,
.page-timeline h1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

h1,
h2,
h3,
p,
pre,
ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em;
}

h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}

p,
pre,
ul {
	margin-bottom: 2em;
}

pre {
	background: #fefefe;
	border: 1px solid #dedede;
	overflow-x: auto;
	padding: 2em;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav ul {
	max-height: 58vh;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0 0 1rem 0; 
	position: fixed;
	z-index: 10;
}

@media screen and (max-width: 992px) {
	#nav ul {
		position: relative;
	}
}

#nav li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0 5rem;
}

@media screen and (max-width: 992px) {
	#nav li:not(:first-child) {
		display: none;
	}
}

#nav img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

#nav a {
	color: #00f636;
	display: block;
	font-weight: bold;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

#nav a span {
	transition: background .3s ease-in-out, color .3s ease-in-out;
	font-size: 2rem;
	padding: .5rem 1rem;
	position: relative;
	z-index: 1;
}

#nav a:hover span, #nav .current a span {
	background: #00f636;
	color: #000;
}

#nav .current a span:after {
	background: #00f636;
	content: '';
	display: block;
	height: 2px;
	margin: 0 0 0 2rem;
	padding: 0;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 7rem;
	z-index: 20;
}

#nav .current a span {
	font-size: 3rem;
}

.section {
	background: #000;
	margin: -9rem 0;
	padding: 9rem 3vw 15rem 3vw;
}

.section:not(:first-child) { 
	border-top: 2px solid #00f636;
}

@media screen and (max-width: 1200px) {
	.section {
		padding: 9rem 5rem;
	}
}

@media screen and (max-width: 768px) {
	.section {
		padding: 9rem 1rem;
	}
}

/* TIMELINE */

.page-timeline .site-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
	.page-timeline .site-wrapper {
		flex-direction: column;
	}
}

.page-timeline #nav {
	width: 25%;
}

.page-timeline .main__content {
	width: 75%;
}

@media screen and (max-width: 992px) {
	.page-timeline #nav, .page-timeline .main__content {
		width: 100%;
	}
}

.section__title h2 {
	color: #00f636;
	display: block;
	font-size: 4rem;
	margin: 0;
	padding: 0 0 1.5rem;
	text-transform: uppercase;
}

/* INSTAGRAM */

.intro__instagram {
	display: flex;
	margin: 0;
	padding: 2rem 0;
}

@media screen and (max-width:768px) {
	.intro__instagram {
		flex-direction: column;
		padding: 1rem 0;
	}
}

.intro__instagram__content {
	background: #fff;
	margin: 0;
	padding: 3rem 2rem;
	width: calc(66.6666% + 2rem);
}

@media screen and (max-width:768px) {
	.intro__instagram__content {
		padding: 1rem;
		width: 100%;
	}
}

.intro__instagram__content p {
	color: #000;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.intro__instagram__content h3 {
	color: #00f636;
	display: block;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.intro__instagram__sidebar {
	border: 3px solid #00f636;
	margin: 0 0 0 2rem;
	padding: 0;
	text-align: center;
	width: 33.3333%;
}

@media screen and (max-width:768px) {
	.intro__instagram__sidebar {
		padding: 1rem;
		margin: 2rem 0 0 0;
		width: 100%;
	}
}

.intro__instagram__sidebar a { 
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size: 2rem;
	font-weight: bold;
	height: 100%;
	line-height: 1.3;
	padding: 2rem;
	text-decoration: underline;
	width: 100%;
}

.site-main .posts ul, .site-main .section__content ul {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 0 0 -2rem !important;
	padding: 0;
}

@media screen and (max-width:768px) {
	.site-main .section__content ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width:768px) {
	.site-main .posts ul, .site-main .section__content ul {
		margin: 0 !important;
	}
}

.posts li, .section__content li {
	list-style-type: none;
	padding: 0 0 2rem 2rem;
	width: 33.3333%;
}

.posts li {
	width: 25%;
}

@media screen and (max-width:768px) {
	.posts li, .section__content li {
		padding: 0 0 2rem 0;
		width: 100%;
	}

	.section__content li img {
		display: block;
		margin: 0 auto;
	}
}

.page-timeline .music-social-icons-container {
	position: relative;
	z-index: 25;
}
