body
{
	margin: 0;
	padding: 0;
	height: 100%;
	color: white;
	font-family: 'Mukta';
	font-size: 17px;
	
}
html
{
	height: 100%;
}
header
{
	height: 100%;
	width: 100%;
}
.hbg
{
	background-image: url(img/bg.JPG);
	height: 100%;
	background-position: center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.blur
{
	background-image: url(img/bg.JPG);
	height: 100%;
	background-position: center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	filter: blur(8px);
	position: absolute;
	height: 300px;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}
.widget 
{
	border-top: 2px solid rgba(255, 255, 255, .5);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	height: 200px;
	width: 100%;
	overflow: hidden;
}
.center 
{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.logo
{
	text-align: center;
	color: white;
	text-shadow: 1px 1px rgba(0, 0, 0, .1);
}
.bg-1
{
	background-color: #e6e6e6;
}
.bg-2
{
	background-color: #f2f2f2;
}
.no-padding
{
	padding-left:0;
	padding-right:0;
}
p
{
	padding-right: 17%;
	padding-left: 17%;
}
h1
{
	text-align: center;
}