body {
	color: #181818;
	font-size: 1rem;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

p {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #001976;
	font-size: 3rem;
	font-weight: bold;
	padding-top: 40px;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #001976;
	font-size: 1.75rem;
	font-weight: bold;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #001976;
	font-size: 1.5rem;
	font-weight: bold;
}

.lead {
	font-family: 'Roboto', sans-serif;
}

.nav-link {
	color: #002074 !important;
	padding-left: 10px !important;

}

.link {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	color: #002074;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #002074 !important;
}

.nav-link {
	background-color: #f1f2f3;
	margin-right: 5px;
	margin-top: 5px;
}

.nav-link:hover {
	color: white !important;
	background-color:  #002074 !important;
}

.highlight-link  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	color: #276CEA;
}

.caption {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.85rem;
	color: #4B4B4B;
}

.caption a {
	color: #002074;
}

.quote {
	font-family: 'Unna', serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: lighter;
	padding: 10px;
	border-left: 15px solid;
	border-color: #f1f2f3;
}

.hero {
	background-color: #f1f2f3;
}

.metadata {
	background-color: #f1f2f3;
}

.gallery {
	padding-top: 5px;
}

.nomargin-b {
	margin-bottom: 0px;
}

.navitem {
	border: none;
	outline: none;
	padding: 10px 16px;
	background-color: #f1f1f1;
	cursor: pointer;
	font-size: 18px;
}

@media (max-width: 768px) {
	.hideOnMobile {
		display: none;
	}
}

@media (max-device-width: 768px) {
	.displayOnMobile {
		display: block;
	}
}

/* Device specific display of hero */
@media only screen and (max-width: 768px) {
	.device {
		display: block;
	}
	h1 {
		font-size: 1.5rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.lead {
		font-size: 1rem;
	}

}

/* Device specific display of hero */
@media only screen and (max-width: 992px) {
	.institute {
		display: none;
	}
}

/* Leaflet */

#map {
	height: 600px;
	width: 100%;
}


