body h1
{
	margin: 0px;
	font-size: 24px;
	color: white;

}

body li
{
	list-style: none;
	display: inline;
}

body #navbar ul
{
	float: right;
	background-color: black;
	color: white;
	padding-right: 20px;
	padding-bottom: none;
}

body #weeks
{
	margin-top: 30px;
}

body #navbar
{
	background-color: black;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 20px;
}

body #content
{
	padding-right: 30px;
	padding-left: 30px;
	position: absolute;
}
body #content img
{
	width: 50px;
}
body #image img
{
	width: 100%;
	padding: 0px;
	margin: 0px;

}

body #text
{
}

a {
	color: #fff;
}

body #parent
{
	background-color: grey;

}
body #week1
{
	background-image: url('../media/IMG_20161221_132835_01.jpg');
	background-image-height: 550px;
	height: 600px;
	color: white;
	text-shadow: 2px 2px 3px grey;
}
body #week2
{
	background-image: url('../media/screenshot_final.png');
	height: 600px;
	color: white;
	text-shadow: 2px 2px 3px grey;
}
body #week3
{
	background-image: url('../media/IMG_93ijoc.jpg');
	height: 600px;
	color: white;
	text-shadow: 2px 2px 3px grey;
}
body #week4
{
	background-image: url('../media/IMG_20170220_173626.jpg');
	height: 600px;
	color: white;
	text-shadow: 2px 2px 3px grey;
}
