html,body{
	margin: 0;
	width: 100%;
	position: relative;
	height: auto !important;
	min-height: 100% !important;
}
body{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

/*back ground*/
#background_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat:repeat;
	opacity: 0.3;
}

/*navigation bar*/
#navbar{
	width: 100%;
	background-color: #212121;
	opacity: 0.9;
}

.navitem{
	text-align: center;
	margin: auto;
	cursor: pointer;
}

.navitemp{
	font: normal 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	top: 50%;
}

.PT-Sans-normal-700 {
font-family: 'PT Sans' !important;
font-style: normal;
font-weight: 700;
}

.PT-Sans-normal {
font-family: 'PT Sans' !important;
font-style: normal;
}