.map-container {
  height: 500px;
}
.MenuDiv {
  position: relative;
}
.MenuDiv div {
  text-align: center;
}
.menuholder {
  padding-top: 7px;
  padding-bottom: 7px;
}
.centerlized {
  position: relative;
  width: 80%;
  text-align: center;
  margin: auto;
}
.sections {
  margin-top: 50px;
}
.featureholder {
  padding: 5px;
}
.featurerows {
  margin-top: 50px;
}
.h2s {
  padding: 25px;
	text-align: center;
}
#mapid {
  height: 100%;
}
#blink {
  padding: 2px;
  text-decoration: none !important;
  animation-name: doblink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes doblink {
  0% {
    color: white;
    opacity: 1;
  }
  50% {
    color: #26b5ef;
    opacity: 0.6;
  }
  100% {
    color: white;
    opacity: 1;
  }
}
#Demoblink {
  padding: 2px;
  text-decoration: none !important;
  animation-name: Demoblink;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes Demoblink {
  0% {
    color: black;
    opacity: 1;
  }
  50% {
    color: darkgreen;
    opacity: 0.5;
  }
  100% {
    color: black;
    opacity: 1;
  }
}
.howitworks {
	z-index:+2000; 
	font-size:14px; 
	padding:5px;
}
.howitworks span{
	background-color: #343434; 
	padding: 5px;
}
.Feature_links{
	color: #21a3ca ;
}
.feature_p{
	text-align: justify;
	min-height: 250px;
	height: auto;
}
.features_ul{
	list-style: none;
    padding: 0;
}
.EditableQRCode_P{
	text-align: justify !important;
}
.EditableQRCode_P a{
	color: #21a3ca ;
}
footer{
	height: 100px;
	border-top: 5px solid #8d8d8d;
}
#progressbar{
}
.proglogo{
	height: 300px;
}
.progbars{
	height: 300px;
}
.proglogo img{
	width: 80%;
	max-width: 250px;
}
#proglogoimg {
  animation-name: proglogoimg;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes proglogoimg {
  0% {
	  margin: 0;
  }
	25% {
	  margin-bottom: 40px;
  }
  50% {
	  margin-top: 10px
  }
  100% {
	  margin: 0;
  }
}
.bars{
	width: 100%;
}
.bar_container{
	margin-top: 10px;
}