html, body { overflow-x: hidden; }
.navigation-bar{
  	text-align: center;
}
.navbar-nav{
	text-align: center;
	display: inline-block;
	float: none;
	margin: 0;
	margin-top: 40px;
}
.logo-image{
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
}
.nav-bar-text{
	color: white;
	font-size: 1.5em;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
.title-header{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 4em;
	font-weight: bold;
	color: rgb(27,22,63);
}
.about-image{
	margin-top: 60px;
	margin-bottom:50px;
}
.about-details{
	margin-top: 50px;
	margin-bottom: 50px;
}
.about-text{
	padding-left: 75px;
	padding-right: 75px;
}
.career-image{
	margin-top: 100px;
}
.career-details{
	margin-left: 100px;
	margin-right: 100px;
}
.job-header {
    margin-top: 40px;
    font-size: 2em;
    font-weight: lighter;
    color: rgb(27,22,63);
}
.exhibition-details{
	margin-top: 75px;
	margin-bottom: 75px;
}
.mask{
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	width: 300px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.google-map{
	position: absolute;
    border-radius: 50%;
    z-index: 50;
	width: 300px;
	height: 300px;
}
.contact-page{
	background-color: rgb(27,22,63);
	padding-top: 50px;
}
.contact-details{
	background-color: rgb(27,22,63);
	margin-bottom: 10px;
	height: 700px;
}
.contact-text{
	color: white;
	text-align: center;
}
.contact-image1{
	margin-bottom: 20px;
}
.contact-image{
	margin-top: 50px;
	margin-bottom: 20px;
}
.footer-details{
	text-align: center;
	font-size: 1.25em;
	color: rgb(27,22,63);
}
@media(max-width: 768px) {
    .lead {
        font-size: 16px;
    }
    .career-details{
	margin-left: 25px;
	margin-right: 25px;
}
}