html,
body {
	font-family: 'Hind', sans-serif;
	background-color: #e1e1e1;
    height: 100%;
}

.navbar {
	height: 55px;
}

li {
	font-size: 16px;
	padding-top: 5px;
}
li:hover {
	font-size: 17px;
}
.nav-logo {
	margin-right: 8px;
}

nav.navbar-inverse {
    background: rgba(0, 0, 0, 0.92);
    border: none;
}
.navbar-brand {
	font-size: 20px;
	margin-right: 70px;;
}


footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Content */


#map {
	margin: auto;
}

.icon {
	margin-right: 5px;
}

.lang {
	display: inline;
	float:right;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
}

.lang:hover {
	font-size:18px;
}

a{
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #e1e1e1;
}

.custom {
  background-color: #000;
}