#ShowCase{
  background-color: #ffffff;
  /* border: 2px solid #00a3d6; /*#DCDCDC;*/ */
  height: 450px;
  /* margin: 0; */
  /* margin-left: -200px; */
  padding: 0;
  overflow: hidden;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(140,196,187,1));
  background-image: -o-linear-gradient(top, rgba(255,0,0,0), rgba(140,196,187,1));
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(140,196,187,1));
}

#ShowCasePic{
  margin-top:-60px;
  margin-left: 50px;
  width: 100%;
  object-fit: cover;
  flex: none;
  /* opacity: 0.7; */
  /* position: relative; */
}

#map{
  /* position:relative; */
  margin:0;
  text-align:right;
  height:600px;
  width:100%;
  background-color: white;
}

.gmap_canvas {
  overflow:hidden;
  /* background:none!important; */
  height:500px;
  width: auto;/*50%;*/
  background-color: white;
  /* margin-top: 50px; */
  margin-top: 40px;
  margin-left: 12%;
  float:left;
  border: outset 6px #e8491d; /*#00a3d6;*/
}

iframe{
  margin-top: 0px;
  background-color: white;
}

h1.Title{
  /* margin-top: 150px;
  margin-right: 80px; */
  margin-top: -30%;
  margin-left: 10%;
  /* float: right; */
  /* text-shadow: 4px 4px 3px black; */
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  /* text-align-last: center; */
  text-align: center;
  font-weight: bold;
  color: white; /*#00B11C;*/
  font-size: 68px;
  padding: 0;
  /* position: absolute;
  display: block; */
}

#SubTitle_ContactUs{
  margin-top:10px;
  text-shadow: 3px 3px 7px black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: white;/*#FF7F50;*/ /*#00B11C;*/
  font-size: 38px;
  padding: 0;
}

#SubTitle_VisitUs{
  /* margin-top:20px; */
  text-shadow: 3px 3px 7px black;
  margin-right: 12%;
  margin-top: 110px;
  float:right;
  text-align: center;
  font-weight: bold;
  color: white; /*#00a3d6;*//*#FF7F50;*/ /*#00B11C;*/
  font-size: 38px;
  padding: 0;
}

h2.SubTitle{
  /* margin-top: 150px;
  margin-right: 80px; */
  margin-top: 0%;
  margin-left: 44%;
  /* float: right; */
  text-shadow: 3px 3px 7px gray;
  /* text-align-last: center; */
  text-align: center;
  font-weight: bold;
  color: #FF7F50; /*#00B11C;*/
  font-size: 38px;
  padding: 0;
}
