.navbar-white{
	background: #fff;
}
.navbar-white a{
	color: rgb(0, 112, 173) !important;
}
.btn-blue, .btn-blue:hover{
	font-weight:700;
	background: #0288d1;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 0px grey;
	color:#fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:10px;
	padding: 10px 20px;	
}
.btn-blue:hover{
	background:#00486e;
	text-decoration:none;
}

.header{
	color:#fff;
	font-size:32px;
	font-weight:700;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.header-img{
	background: url(../img/header.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jumbotron{
	padding-top:100px;
}

.jumbotron-no-padding{
	padding-top:60px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}

.bumper{
	display:block;
	height:80px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	
.mapspacer{
overflow:hidden;
    clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
}

body{
            font-size:110%;
}

footer{
	background:rgb(238,238,238);
	padding-top:2em;
}