@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html
{
	height:100%;
}
body
{
	font-family:"Lato", sans-serif;
	font-style: regular;	
	background:url(../nishan_web.jpg) no-repeat center center;
	background-size: cover;
	height:100%;
	overflow: hidden;
}
h1
{
	margin:0px;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-transform:uppercase;
}
h3
{
	margin:0px;
	font-size: 18px;
	color: #FFF;
	
}
.navbar-default
{
	background-color: #ffa700;
	border: 0px;
	border-radius: 0px;
	max-height: 35px;
	min-height: 35px;
}
.navbar-text {
margin-top: 11px;
margin-bottom: 11px;
}
.navbar-default .navbar-text {
color: #000;
}
.navbar-text
{
	color:#000000;	
}
.navbar-text a
{
		color:#000000;	
}
.navbar-text a:hover
{
		color:#FFF;	
}
.gr-item {
    text-align: center;
}
a.view {
    border: 1px solid #fff;
   padding: 10px 20px;
    display: inline;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    width: 85%;
}
.gr-item i {
    margin-left: 10px;
}
a.view:hover {
    background: #0060af;
    text-decoration: none;
    border-color: transparent;
    
}