html,

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  min-width: 100%;
  height: 100%;

  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

.blue{
  color: #333399;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
}

#sectiontitle {
   color:#333399;
}

#sectionline {
  width: 50%;
  margin-left:25%;  
  text-align:center;
  color: #eeeeee;
  height: 1px;
  border-bottom: 0px solid;
}

#bumper{
  min-height: 60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container-fluid {
  overflow-x: hidden;
  padding-top: 50px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

.google-maps {
  position: relative;
  padding-bottom: 30%; 
  height: 0;
  overflow: hidden;
  width: 75% !important;
  height: 50% !important;
  margin: 0 auto;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}





