@charset "utf-8";
@import url("LivingAndCookingWithFoodAllergiesJS.js.css");
/* CSS Document */

body {
	
	
	color: #330066;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16pt;
	text-align: justify-all;
	font-weight: 400;
	font-style: normal;
	height: 100vh;
	width: 100%;
	float:none;
	background-size: cover;
	background-color: #CCFFCC;
	
}



content {
	text-align: justify-all;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 14pt;
	padding-left: 250px;
	
	
}

h1{
	
	text-align: center;
	color: #006633;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	
}

h2 {
	color: #6666ff;
	text-decoration: none;
	text-align: center;
	
	
}

h3 {
	
	color: #260597;
	text-decoration: underline;
	text-align: center;
	
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
	height: 375px;
}

.sidenavs {
	float:left;
	width: 100px;
	height: 100vh;
	}

nav {color: #3344DD;
	width: 150px;
	height: 100%;
	float:left;
	padding-right: 100px;
	font-size: 10pt;

	}

#nav {
		float: left;
		height: 100%;
	    width: 150px;
	
		}
		
#nav a{text-decoration: none;
		padding-bottom: 15px;
		width: 150px;
		height: 100vh;
		
}
		

#nav a:link {color: #3344dd;
			}


#nav a:visited{color: #6622BB;
			  }


#nav a:hover{color: #33AACC;}


#nav ul{list-style-type: none;
       margin: 0;
     padding: 0;
     text-align: center;
	 height: 100vh;
	 width: 150px;
	 }
column {
	padding-left: 200px;
	
}

.navbar {
	 overflow: hidden;
  background-color: #F09D14;
	
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #3344DD;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
	width: 20%;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #3344DD;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #FFFFFF;
}

.dropdown-content {
  display: none;
  position: inherit;
  background-color: #f9f9f9;
  min-width: 70px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	text-align: center;
}

.dropdown-content a {
  float: none;
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.active {
  background-color: #04AA6D;
}

ul {
	display: block;
	list-style-type: none;
}



ol {
	align-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: justify;
}

 *{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

hr{ width:90%;
	margin-left:0; 
	background-color: #F09D14;
	width: 70%;
	height:2px;
	border-width:0;
	color:#F09D14;
	background-color:#F09D14;
	align: "right";
}




div.figure {
  float:inherit;
  width: 30%;
  text-align: center;
  align-content: center;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}



.footer {
	
     position: absolute;
   	 width:100%;
	 line-height: 1.0em;
	 text-align: center;
	 padding-top: 800px;
   color: #260597;
   text-align: center;
	margin-top: 80%;
}


