body {
	background: #ccc;
}

h1 {
	font-family: "Press Start 2P", serif;
	color: white;
	padding: 45px;
}

h2 {
	font-family: "Source Code Pro", monospace;
}

h3 {
	font-family: "Press Start 2P", serif;
	color: white;
}

label {
	font-family: "Source Code Pro", monospace;
}
button {
  color: grey;
  text-align: center;
  text-decoration: none;
  border-color: grey;
  border-style: solid;
  border-width: 1px;
}
li a {
    color: white;
    font-family: "Source Code Pro", monospace;
}
.filter {
    margin-top: 10px;
    margin-left: 5px;
}
.filter-image {
    width: 280px;
    height: 200px;

}
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 100px auto;
	background #2e364a:
}

.container {
	position: relative;
	width: 50%;
	padding: 10px 50px;
	box-sizing: border-box;
}

.timeline-content {
	position: relative;
	background: #fff;
	padding: 20px 30px;
	border-radius: 6px;
	font-size: 15px;
	font-family: "Source Code Pro", monospace;
}

.left-container {
	right: 0;
}

.right-container {
	left: 50%;
}

.container img {
	position: absolute;
	width: 40px;
	border-radius: 50%;
	top: 32px;
	z-index: 10;
	background: #fff;

}

.right-container img {
	left: -20px;
}

.left-container img {
	right: -20px;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	background: #fff;
	top: 0;
	left: 50%;
	margin-left: -3px;
	z-index: -1;
}

.top {
	position: relative;
	min-height: 250px;
	align-items: start;
	background: rgb(96, 76, 164);
}
.close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.navigation-entry {
	font-size: 15px;
	font-family: "Source Code Pro", monospace;
	color: #eee;
	align-items: center;
	padding: 0 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
	font-family: "Source Code Pro", monospace;
	align-items: center;
	padding: 0 20px;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.filter-wrapper {
	display: inline;
	margin: 15px;
}

.subtitle {
	font-family: "Source Code Pro", monospace;
	color: white;
	text-align: center;
}

.project {
	background: white;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom-style: outset;
}
.articles {
	background: white;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.article {
	width: 70%;
	margin-left: 20px;
}
.article-content {
	width: 70%;
	margin-left: 20px;
}
.article-content img{
        height: 130px;
        width: 280px;
    }
    .article-content p{
        width: 100%;
    }
.contents-block {
	width: 70%;
	margin-left: 20px;
}

.contents-block contents {
	margin-right: 5px;
}

.contents-block h2 {
	font-family: "Press Start 2P", serif;
}

.image img {
	width: 400px;
	height: auto;
}

.image {
	padding: 20px;
	width: 30%;
	margin-left: 50px;
}

.homehead {
	display: flex;
	background: white;
	min-height: 35px;
}

.search-bar {
	margin-left: auto;
	margin-right: 18px;
	margin-top: 10px;
}

.search_results {
	float: right;
}

.result-items {
	background: white;
	padding: 20px 30px;
	border-radius: 6px;
	margin: 5px;
	width: 400px;
	font-size: 15px;
	font-family: "Source Code Pro", monospace;
}

#hamburger-icon {
    margin: auto 0;
    float: right;
    margin-right: 3px;
    display: none;
    cursor: pointer;
}

#hamburger-icon .bar {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 50px;
    margin-right: 10px;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #ccc;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1000;

}
.playground-specs {
	font-family: "Source Code Pro", monospace;
}
.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;


}

@media only screen and (max-width: 950px) {
    .navigation-entry {
        color: white;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px 15px;
    }
    header nav {
        display: none;
    }
    #hamburger-icon {
        display: block
    }
    .subtitle {
        min-height: 130px;
        text-align: left;
        margin-left: 45px;
        margin-bottom: 1px;
    }
	.homehead {
		display: flex;
		margin-top: 1px;
	}

	.search-bar {
		display: flex;
		margin-right: 3px;
	}

	.search-bar button {
		width: 40%;
		height: 20px;
		margin-top: 18px;
	}

	.search-bar input {
		margin: 3px;
		width: 64%;
		height: 15px;
		margin-top: 18px;

	}
	.result-items {
        background: white;
        padding: 20px 30px;
        border-radius: 6px;
        margin: 5px;
        width: auto;
        font-size: 15px;
        font-family: "Source Code Pro", monospace;
    }
	.contents-block {
        width: 60%;
        margin-left: 20px;
    }

    .image {
        padding: 20px;
        width: 40%;
        margin-left: 50px;
    }

	.project {
		background: white;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom-style: outset;
	}

	.image img {
		width: 130px;
		height: 100px;
		margin-left: -70px;
		float: right;
	}

	.filter-image {
        width: 120px;
        height: 120px;
    }

	.contents p {
	    width: 220px;
	}

	.timeline {
		position: relative;
		max-width: 1200px;
		margin: 100px auto;
		background #2e364a;
		margin-top: 25px;

	}

	.container {
		position: relative;
		width: 100%;
		padding: 10px 50px;
		box-sizing: border-box;
	}

	.timeline-content {
		width: 100%;
		position: relative;
		background: #fff;
		border-radius: 6px;
		font-size: 13px;
		font-family: "Source Code Pro", monospace;

	}

	.left-container {
		right: 0;
	}

	.left-container .timeline-content {
		margin-left: -30px;
	}

	.right-container .timeline-content {
		margin-left: -30px;
	}

	.right-container {
		left: 0;
	}

	.container img {
		position: absolute;
		width: 40px;
		border-radius: 50%;
		top: 0;
		left: 45%;
		right: 5;
		z-index: 10;
		background: #fff;

	}

	.right-container img {

	}

	.left-container img {
		right: -20px;
	}

	.timeline::after {
		content: '';
		position: absolute;
		width: 6px;
		height: 100%;
		background: #fff;
		top: 0;
		left: 50%;
		margin-left: -3px;
		z-index: -1;
	}
	.articles {
        background: white;
        width: 100%;
        display: flex;
        justify-content: space-between;
}
    .article {
        width: 100%;
        margin-left: 20px;
    }
    figure {
        margin-left: 30px;


    }
    .article-content img{
        height: 130px;
        width: 280px;

    }
    .article-content p{
        width: 100%;
        align-content: left;
    }


}