body{
	background-color: white;
	color: #00000;

	font-family: Palatino, serif;
	font-size: 12px;
	font-weight: normal;

	/* Same as above*/
	font: normal, 16px Arial, Helvetica, sans-serif;

	line-height: 1.6em;
	margin: 0;
}

#main-header{
	text-decoration: none;
	list-style-type: none;
	padding-left: 50px;
	padding-top: 40px;
	font-size: 12px;
	font-family: times new roman;

}
/*
.text{
	text-decoration-line: line-through;
}
*/

.fix-me{
	position: fixed;
	top: 50px;
}

#navbar ul{
	padding: 400;
	list-style: none;
	line-height: 1em;
	text-align: center;
}

#navbar li{
	display: inline;
}

#navbar a{
	color: black;
	text-decoration: none;
	font-size: 14px;
	padding-right: 50px;
}

.main-navbar{
	width: 47%;	
	margin: auto;
	text-align: justify;
}

#navbar a:hover{
	color: #00e600;
}

a{
	text-decoration: none;
	color: #000;
	text-decoration-line: line-through;
}

a:hover{
	color: #00e600;
}




@media(min-width: 768px){
	.container-1{
	display: flex;
	/* ?? This does not work ??
	align-items:flex-end;
	align-items:flex-start;
	align-items:flex-center;
	flex-direction: column;*/
	align-items: stretch; /*default*/
}

.container-1{
	display: flex;
}

.box-1 {
	flex: 2;
	padding: 20px;
	margin-top: 35px;
/*	border: 1px black solid;*/
}

.box-2{
	padding: 60px;
	position: fixed;
	margin-left: 1000px;
}



img:hover{
	/*filter:blur(5px);*/
	filter: invert(100%);
}



