.banner {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/Header/About.jpg");

  /* Set a specific height */
  height: 70%;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
 
.bg-lightgray{
	background-color: #F2F2F2FF;
}

.form-control-dark{
	background-color: #ECECECFF !important;
	color: #A2A2A2FF !important;
}

.textarea-size{
	resize: none !important;
}
/*.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}*/