 body {
font-family: 'Lexend', sans-serif;
}
ul  {
	
  list-style-type: none;
  margin: 0;
  padding: 0;
  color:black;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #9C5221;
  
}

ul  li { 
  float: left;
}

ul li a {
	
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #96F1FF;
}

ul  li a.active {
  background-color: #04AA6D;
}

/*index*/

.graph1 {
margin:auto;
padding:20px;
background-color: #228B22;
font-size:1.5em;
width:200px;

}

body{
background-color:#E0F2AE;
}
#div1{
	background-color:#FCF2A7;
	 margin: 10px 200px 50px 200px;
	 border:2px solid black;
	padding-top:20px;
	 text-align: center;
	 font-size:1.3em;
}
#div2{
	background-color:#FEA8CD;
	border:2px solid black;
		 margin: 10px 200px 50px 200px;
	padding-top:20px;
	 text-align: center;
	 font-size:1.3em;
}
#GreenBag{float:left;
}

#PinkBag{
	float:left;
	}

.prod{
	float:right;
	}
	.IntroGraph{
		text-align:center;
		 margin:0;
		
	}
	* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 50%;
  display:block;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #B79B8A;
  padding: 20px;
}

/* Create two columns that float next to eachother 
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.cow1 {
  object-fit: contain;
  width: 75%;
}
.CowIcon {
  object-fit: contain;
  width: 100%;
}
