body {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #AAF7E1;
  padding: 20px 20px 20px 20px;
}

.header {
	background-image: url("images/ag-portrait-1024x628.jpg");
	background-size: cover;
	background-position: center;
	width: 1024px;
	height: 628px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 2px 2px 4px pink;
}
/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #f2f2f2;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

/* right side picture */
.picr {
  float: right;
  margin-right: 15px;
  width: 340px;
  height: 453px;
  border-radius: 5px;
  background-color: #AAF7E1;
  padding: 1em;
}

/* left side picture */
.picl {
  float: left;
  margin-right: 15px;
  width: 600px;
  height: 435px;
  border-radius: 5px;
  background-color: #AAF7E1;
  padding: 1em;
}