/*
CSS for 7 Deadly Sins Dinner site
*/

#body {
  font-family: Copperplate Gothic Light, Arial, Verdana;
  line-height: 125%;
  font-size: large;
  background-color: maroon;
  top: 125px;
  text-align: center;
  width: 100%;
}

#heading, #body, #navigation {
  border: 3px solid red;
  position: absolute;
}

#heading {
  width: 100%;
  background-color: maroon;
  text-align: left;
}

#navigation {
  background-color: black;
  font-family: Copperplate Gothic Light x-large;
  text-align: center;
  top: 80px;
  width: 100%
}

#logo {
  padding-top: 0;
}

h1, h2 {
  font-weight: normal;
  font-family: Copperplate Gothic Light, Arial;
}

a {
	font-weight: bold;
}
a:link {
	color: white;
}
a:visited {
	color: red;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: red;
}
a:active {
	color: white;
}

  

  