/*-----------Edited Code--------------------*/

body {
	font-size: .625em;
	font-family: 'Josefin Slab', serif;
	color: yellow;
}

h1 {
  font-family: 'Metrophobic', Arial, serif;
  font-weight: 400;
  color: #A03441;
/*  text-shadow: 1px 1px 1px #E8E7C2; */
  margin:0;
  display:inline-block;
  line-height:.9em;
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  -webkit-transform: skewX(-21deg);
  transform: skewX(21deg);
  overflow : hidden;
}
.yellowBG {
  background: #E8E7C2;
}

/*---- Navigation ----*/
ul#nav li a {
  padding: 20px 20px 0;
}
.home {
  background:url('../images/navigation.png') top right;
}
	a:hover {background-position:left bottom;}
	a.open {background-position:left bottom !important;}

.us {
  background:url('../images/navigation.png') center right;
}

.where {
  background:url('../images/navigation.png') bottom right;
}


/*---- Body ----*/
section {
  position: relative; 
}

#home, #us {
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center;
}

#home {
  background-image: url('../images/background01.jpg');
}
#where {
  background: yellow;
  color: black;
}
#us {
  background-image: url('../images/background02.jpg');
}









