html, body{
	height: 100%;
}
body{
  font-family: "Lato", sans-serif;
}
/* Nav */
.navbar a:hover{
	color: #fff;
}
.nav-link{
	color: #fff;
}
.navbar .back-to-map{
	vertical-align: middle;
}
.feature{
	background-size: cover;
	text-align: center;
	height: 450px;
	width: 100%;
}
.feature::after {
  content: "";
  background: url(/images/topImage.jpg);
  height: 450px;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.feature h1{
  font-family: "Lato", sans-serif;
	font-size:65px;
	font-weight: bold;
	color: #fff;
	text-transform:none;
	position: relative;
	line-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}
.feature p{
	position: relative;
	top: 60%;
	transform: translateY(-60%);
	color: #fff;
	font-size: 22px;
}
.ash{
	background: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 50px;
	margin: 50px 0;
}
.pages{
	text-align: center;
	margin-top: 50px;
}
.pages h1, .contact-details h1{
	color: #5AC9E5;
	text-transform: uppercase;
	font-size: 35px;
	margin-bottom: 30px;
	position: relative;
}
.pages h1::after, .contact-details h1::after{
    position: absolute;
    content: ' ';
    background: #FD9628;
    width: 80px;
    height: 4px;
    bottom: -5px;
    left: 50%;
    margin-left: -40px;
}
.pages ul{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	flex-wrap: wrap;
}
.pages ul li{
	padding-right: 30px;
	color: #6C6C6C;
	font-weight: 450;
	font-size: 20px;
}
.pages ul li:first-child{
	list-style: none;
}
.pages.totalWorker h2{
	font-size: 70px;
	color: #6C6C6C;
}
.pages.totalWorker #piechart{
	display: inline-block;
}
.contact-details .left{
	padding: 0 50px;
}
.contact-details h5{
	font-weight: bold;
	font-size: 20px;
	color: #6C6C6C;
	margin-bottom: 10px;
}
.contact-details p{
	color: #6C6C6C;
	font-size: 18px;
}
.contact-details .contact{
	margin-top: 40px;
}
.contact-details .contact p{
	margin-bottom: 3px;
}
.contact-details h1::after{
	margin-left: -177px;
}
.logout {
	background: #5ac9e5;
	border: none;
	cursor: pointer;
}
footer .share{
	margin-top: 100px;
}
footer .share h5{
	padding-right: 15px;
	color: #777;
}
footer .share a{
	margin-right: 1%;
	/* font-size: 3rem; */
}