.topheader
{
	background-color: #fff;
}
.topmenu
{
	background-color: #e48625;
}
.topmenu ul li a
{
	color: #fff;
	font-size: 1.4em;
	
}
.navbar-expand-lg .navbar-nav .nav-link
{
	padding: 0px 2rem;
}
.ml-auto
{
	margin: auto!important;
}
.navbar-toggler
{
	color: #fff;
}
.ourmenuhome
{
	margin: 20px 0px;
}
.ourmenuhome h2
{
	text-align: center;
	font-size: 2em;
	color: #f43734;
}
.viewall
{
	text-align: center;
}
.viewall a
{
	
	font-size: 1.2em;
	color: #f43734;
	text-decoration: none;
}
.homepageimg
{
	background-image: url('../images/img1.jpg');
	background-position: cover;
	padding: 100px 0px;
}
.unb
{
	background-color: #fff;
	margin: 40px 0px;
	height: 300px;
	padding: 20px;
}
.unb h3
{
	text-align: center;
	color: #000;
	font-size: 1.4em;
}
.unb p
{
	text-align: center;
	color: #000;
	font-size: 1em;
}
.home1
{
	float: left;
	width: 50%;
	height: 353px;
	overflow: hidden;
}
.home2
{
	float: left;
	width: 20%;
}
.home3
{
	float: left;
	width: 30%;
}
.img-responsive
{
	max-width: 100%;
}
.clearfix
{
	display: block;
    content: "";
    clear: both;
}
.footer
{
	background-color: #76341f;
	padding: 40px 0px;
	
}
.footer h3
{
	font-size: 1.4em;
	color: #f43734;
}
.footer ul
{
	margin: 0px;
	padding: 0px;
}
.footer ul li
{
	list-style: none;
}
.footer ul li a
{
	color: #e48625;
	text-decoration: none;
	line-height: 24px;
	font-size: 1.2em;
}
.footerlinks2 a
{
	color: #e48625;
	padding: 0px 20px;
	font-size: 2em;
}
.copyright
{
	margin-top:20px;
}
.copyright p
{
	color: #ca9f73;
}
.copyright a
{
	color: #ca9f73;
}
@media only screen and (max-width: 480px) {
    .home1
		{
			height: 90px;
		}
	.hidden-xs
	{
		display: none;
	}
}