@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

html, body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  line-height: 1.5;
}

.page-title {
  text-align: center;
  font-weight: 100;
}
h1,h2 { font-family: Verdana, Geneva, sans-serif; color:black;}
#header { background: #FFF url(okasheader.gif) top left no-repeat;
          margin 0px 330px 50px 50px;
   		text-align: center;
}
#allcontent { background-image: url(misocentral.gif);
background-color: #FFF;
background-image: length:  300px;
background-image: width: 100px;
background-repeat: no-repeat;
background-position: center;

        }
		  
#slogan{
	position:absolute;
	top:170px;
	right:10px;
	}	
			  



nav {
  background-color: #FFF;
}

nav li {
  margin: 0;
  padding: 0 10px;
  display: inline;
}

.button {
  color: #fff;
  background-color: #6496c8;
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px #27496d;
  padding: 15px 30px;
}
.button.hover,.button.hover {
  background-color: #417cb8;
}

.button.active,.button.active {
  background-color: #417cb8;
  box-shadow: 0 5px #27496d;
  transform: translateY(5px);
}

#nutritionfacts {
	padding-top: 100px;
	margin-top: 50px;
	}

#footer {
	font-size: 90%;
	text-align: center;
	line-height: normal;
	margin-top: 50px;
}