body {
	background-image: url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-6/htmlcss1-img_foodlogo.png");
	background-repeat: repeat;
	overflow: hidden;
	text-align: center;
}

.navigation {
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}

.navigation {
	padding: 0;
}

.navigation li{
	color: #666666;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 20px;
	text-transform: uppercase;
}

.content {
	background: rgba(255, 255, 255, 0.9);
	height: 500px;
	margin: 0 auto;
	position: relative;
	top: 220px;
	width: 80%;
}

.appi1-header {
  background-image: url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-6/htmlcss1-img_burgerphoto.jpeg");
  background-position: center;
  background-size: cover;
  position: relative;
  top: -50px;
  height: 320px;
}

.appi1-body {
	background-image: url("https://scontent-lax3-1.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/15253299_1576483062378065_1087789558218620928_n.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 320px;
	margin: 0 auto;
	width: 90%;
}

h1 {
  background: #05A8AA;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 auto;
  padding: 20px;
  text-transform: uppercase;
  top: 130px;
  width: 70%;
}

h2 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

p {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 100;
	line-height: 34px;
  min-width: 200px;
}


.content {
    overflow: scroll;
}

.btn {
  color: #05A8AA;
  border: 1px solid #05A8AA;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #05A8AA;
  border: 1px solid #05A8AA;
  color: #FFF;
}