body {
	background-color: #acc0cb;
	font-family: Georgia, Times, 'Times New Roman', serif;
	width: 100%;
	display: inline;
	justify-content: center;
	position: relative;
	color: white;
	margin: 0px;

}

header {
	background-color: #cbb48b;
	float: left;
	width: 100%;
	padding: 12px;
	background-image: url("images/field.jpg");
	background-repeat: no-repeat;
	height: 100%;
	background-size: 100%;
}

h1 {
	background-color: #923432;
	color: white;
	padding: 10px;
	font-size: 1.5rem;
	max-width: 25%;
	text-align: center;
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}



/* Default styles */

/* NAVBAR STYLING STARTS */
nav {
	list-style-type: none;
	width: 100%;
	background-color: #89966a;
	display: flex;
	justify-content: center;
	float: inline-start;
	overflow: hidden;
	padding: 12px;
	margin: auto;
}

nav li a {
	display: block;
	color: white;
	padding: 10px;
	text-decoration: none;
	transition: ease-out all .75s;
	-webkit-transition: ease-out all .75s;
	-moz-transition: ease-out all .75s;
	-ms-transition: ease-out all .75s;
	-o-transition: ease-out all .75s;
}

nav li a:hover {
	background-color: #4d5a2e;
	transition: ease-in all.75s;
	color: #acc0cb;
	padding: 16px;
	-webkit-transition: ease-in all.75s;
	-moz-transition: ease-in all.75s;
	-ms-transition: ease-in all.75s;
	-o-transition: ease-in all.75s;
}

#container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	text-align: center;
	width: 100%;

}

.welcome {
	display: block;
	justify-content: center;
	font-size: 20px;
	background-color: #89966a;
	padding: 20px;
	text-align: left;
	height: auto;
	width: 50%;
}

.farmpic {
	flex: 1 1 100px;
	width: 25%;
	margin: 10px;
}

.farmpic img {
	width: 75%;
	height: auto;
	border: 10px solid #4d5a2e;
}

.human,
.bovine,
.event{
	position: relative;
	flex: 1 1 calc(50% - 10px);
}

.human img,
.bovine img,
.event img{
	width: 100%;
	height: auto;
	border: 10px solid #4d5a2e;
	width: 50%;
	
}
.human a,
.bovine a, 
.celebration a,
.event a{
	display: inline-block;
	position: relative;
	top: -70px;
	text-align: center;
	padding: 14px;
	width: 50%;
	color: white;
	text-decoration: none;
	background-color: #89966a;
	transition: ease-out all .75s;
	-webkit-transition: ease-out all .75s;
	-moz-transition: ease-out all .75s;
	-ms-transition: ease-out all .75s;
	-o-transition: ease-out all .75s;
}

/* Hover effect for buttons */

.human a:hover,
.bovine a:hover,
.celebration a:hover{
	background-color: #3c433f;
	transition: ease-in all.75s;
	color: #acc0cb;
	-webkit-transition: ease-in all.75s;
	-moz-transition: ease-in all.75s;
	-ms-transition: ease-in all.75s;
	-o-transition: ease-in all.75s;
}
.celebration{
	display: block;
	justify-content: center;
	font-size: 20px;
	background-color: #89966a;
	padding: 20px;
	text-align: center;
	height: auto;
	width: 50%;
}



footer {
	background-color: #923432;
	color: white;
	padding: 30px;
	width: 100%;
	text-align: center;
}

footer a{
	color: white;
    text-decoration: none;
}
footer a:hover{
	color: #acc0cb;
	text-decoration: underline;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 700px) {
	body{
		width: 100%;
		display: block;
}
	
	nav{
		width: 100%;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
		font-size: 18px;
		

	}
	footer{
		text-align: center;

	}

	h1 {
		font-size: 18px;
	}

	#container {
		flex-wrap: wrap;
	}

	.welcome,
	.human,
	.bovine {
		flex: 1 1 500%;
	}

	.human h4,
	.bovine h4 {
		bottom: 10px;
		left: 0;
		bottom: 30px;
		left: 50%;
	}
}
/* NAV FIX */
body {
	background-color: #acc0cb;
	font-family: Georgia, Times, 'Times New Roman', serif;
	width: 100%;
	display: inline;
	justify-content: center;
	position: relative;
	color: white;
	margin: 0px;

}

header {
	background-color: #cbb48b;
	float: left;
	width: 100%;
	padding: 12px;
	background-image: url("images/field.jpg");
	background-repeat: no-repeat;
	height: 100%;
	background-size: 100%;
}

h1 {
	background-color: #923432;
	color: white;
	padding: 10px;
	font-size: 1.5rem;
	max-width: 25%;
	text-align: center;
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Default styles */

/* NAVBAR STYLING STARTS */
nav {
	list-style-type: none;
	width: 100%;
	background-color: #89966a;
	display: flex;
	justify-content: center;
	float: inline-start;
	overflow: hidden;
	padding: 12px;
	margin: auto;
}

nav li a,
.dropbtn {
	display: block;
	color: white;
	padding: 10px;
	text-decoration: none;
	transition: ease-out all .75s;
	-webkit-transition: ease-out all .75s;
	-moz-transition: ease-out all .75s;
	-ms-transition: ease-out all .75s;
	-o-transition: ease-out all .75s;
}

nav li a:hover,
.dropdown:hover .dropbtn {
	background-color: #4d5a2e;
	transition: ease-in all.75s;
	color: #acc0cb;
	padding: 16px;
	-webkit-transition: ease-in all.75s;
	-moz-transition: ease-in all.75s;
	-ms-transition: ease-in all.75s;
	-o-transition: ease-in all.75s;
}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #89966a;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #4d5a2e;
	color: #acc0cb;
}

.dropdown:hover .dropdown-content {
	display: block;
}