body
{
font-family: "Urbanist", sans-serif;
  
  font-style: normal;

}

.navbar-nav   
{
	  font-size:16px;
	  font-weight:500;
	  
}
.navbar
{
	padding-top:20px;
	padding-bottom:20px;
}
#bg
{
	background: url("../images/Home-banner.jpg");
	height:700px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
}
#bg h1
{
	padding-left:40px;
	padding-top:260px;
	font-size:60px;
}
#bg2
{
	background: url("../images/banner2.jpg");
	height:700px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
}
