html{
	width: 100%;
	background-color: #9B8349;
}

.head{
	background-color: #9B8349;
}

.container{
	height: auto;
	width:100%;
	text-align: center;
	background-color: #9B8349;
}

.logo{
	font-family: 'Oleo Script', cursive;
	font-size: 45px;
	float: left;
	padding-left: 5px;
}


.tag{
	float: right;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color:white;
	font-size: 22px;
}

.tag1{
	margin:0 auto;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color:white;
	position: relative;
	font-size: 25px;
}


.nav li{
	display: inline;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	padding: 25px;
}

.nav ul {
	
}

.nav {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav a {
	text-decoration: none;
	color: white;

}

.cont{
	text-align: center;
	background-color: black;
	height: 60px;
	display: table;
	width: 100%;
}

h1 {
	color: white;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	background-color: black;
}

.content p {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	text-align: center;
	color: white;
}

.content {
	background-color: #9B8349;
}

.banner {
	background-color: #9B8349;

}

.banner img {
	border: 5px solid black;
}

.content li {
	color: white;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

#cont2 {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}


#cont2 h3 {
	background-color: black;
	color: white;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	font-size: 20px;
}

.banner p {
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	text-align: center;
	color: white;
	margin-top: -5px;
	width: 100%
}

#cont2 table p {
	text-align: left;
	font-size: 20px;
}


#cont2 table {
	border-collapse: collapse;
}

#cont2 td img {
	width: 250px;
	height: auto;
	border: 5px solid black;
	border-radius: 5px;
}

#cont2 h2 {
	background-color: black;
	color: white;
	font-family: 'Nunito', sans-serif;
}