body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  background-color: whitesmoke;
}

.brand-logo {
  margin-top: 10px;
}

h2.slide-caption {
  margin-top: 10px !important;
}

.slider .btn {
  margin-top: 10px;
}

.gallery-pic {
  margin-top: 20px;
  border: #000000 solid 1px;
}

.fa-2x {
  margin-top: 15px;
}

h2.white-text {
  text-shadow: 2px 2px #000000 !important;
}

.grey-text.text-lighten-5 {
  text-shadow: 1px 1px #000000 !important;
}

.card-panel.panel-front {
  height: 100% !important;
}

.container {
  width: 90% !important;
}

.active {
  font-weight: 900;
}

.card-panel {
  min-height: 400px;
}

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

.finance {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  min-height: 400px;
}

.contact-submit-btn {
  margin: 20px 0px;
  width: 100%;
  color: #ffffff !important;
}

.hours-panel {
  min-height: 565px !important;
}

.carousel .traler {
  height: 400px;
}
.footer-logo {
  padding: 10px !important;
}
