  body {
      
  }


.jumbotron {
	background-image: url('lake.jpg');
	background-color: #17234E;
	text-align: center;
	margin-bottom: 0;`enter code here`
	min-height: 50%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 400px;
}

#jumbotron-header {
  padding-top: 100px;
  color: white;
}

#map_container{
  position: relative;
}
#map{
	height: 0;
	overflow: hidden;
	padding-bottom: 22.25%;
	padding-top: 30px;
	position: relative;
}

a {text-decoration: none}

body{
	font-family: 'Asap', sans-serif;
	position: relative; 
}

.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:30%;
	width:100%;
	position:absolute;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

ul{
list-style-type:none;
padding: 0px;
}

.myRed{
 color: #FF585B; 
}

h4{
 color: #00A799;
}

h2 {
   font-size: 2.7vh;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


