body {
	background: url("bg.png");
	background-repeat: repeat;
	background-attachment: fixed;
	/*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: 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-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 {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
	 margin: 0 auto;
  padding: 20px;
  position: relative;
	text-transform: uppercase;
	  top: 130px;
  width: 70%;
}
.app1-header {
	width: 100%;
	background: url('http://www.blogchef.net/wp-content/uploads/2015/01/crab_rangoon_dip_1.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}
.app2-header {
	width: 100%;
	background: url('https://7f9c61237bd6e732e57e-5fa18836a2ae6b5e7c49abcc89b20237.ssl.cf1.rackcdn.com/14955451_how-to-make-crispy-onion-rings-video_459207c7_m.jpg?bg=A49087g') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.app3-header {
	width: 100%;
	background: url('https://i1.wp.com/www.ferventfoodie.com/wp-content/uploads/2014/01/cowfish-lobster-crab-spring-rolls-eez.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.main1-header {
	width: 100%;
	background: url('https://cdn-jpg1.thedailymeal.com/sites/default/files/styles/tdm_slideshow_large/public/images/8-cowfish-TheCowfidh.jpg?itok=qNSf4GR0') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.main2-header {
	width: 100%;
	background: url('http://www.vivaorlando.com.br/wp-content/uploads/2015/09/Dougs-Filet-Roll-blog-1.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.main3-header {
	width: 100%;
	background: url('https://blog-cdn.touringplans.com/wp-content/uploads/2015/01/Cowfish10.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.des1-header {
	width: 100%;
	background: url('http://livforcake.com/wp-content/uploads/2015/07/very_berry_layer_cake-10.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.des2-header {
	width: 100%;
	background: url('https://thecardigankitchen.com/wp-content/uploads/2016/08/moose-is-loose.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

.des3-header {
	width: 100%;
	background: url('http://images.media-allrecipes.com/userphotos/560x315/668993.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	top: -50px;
	height: 400px;
}

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;
}