/*

DART 450, Winter 2018
Exercise 4
Émilie Brunet

*/

body {
  margin: 0;
  padding: 0;
	background-image:
}

#today {
  padding: 0.075em;
  font-family: sans-serif;
  font-size: 12.5em;
  font-weight: bold;
  line-height: 0.9;
}

#demo {
	font-size: 3.5em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.5em;
}

.canu {
	font-size: 2.45em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.7em;
}

#date {
	font-size: 2em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.5em;
	display: inline;
}

#month {
	font-size: 2em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1.05em;
	display: inline;
}

#year {
		font-size: 2em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.5em;
	display: inline;
}

#at {
	font-size: 2em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.5em;
	display: inline;
}


#date {

}

#sunday {
	background-image: url(../images/sunday.jpg);
	height: 400px;
	width: 600px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}

#monday {
	background-image: url(../images/monday.jpg);
	height: 500px;
	width: 500px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}

#tuesday {
	background-image: url(../images/tuesday.png);
	height: 500px;
	width: 500px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
  display: none;
}

#wednesday {
	background-image: url(../images/wednesday.jpeg);
	height: 500px;
	width: 500px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}

#thursday {
	background-image: url(../images/thursday.jpg);
	height: 500px;
	width: 500px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}

#friday {
	background-image: url(../images/friday.jpg);
	height: 300px;
	width: 600px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}

#saturday {
	background-image: url(../images/saturday.jpg);
	height: 500px;
	width: 530px;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -99;
	display: none;
}
