/* GENERAL STUFF */
body {
  background-color: #EEE;
  padding-top: 70px;
}

#map-embed {
  margin-top: 4em;
}

hr {
  border-color: #DDD3D3 -moz-use-text-color -moz-use-text-color;
}

.dashboard {
  margin-bottom: 2em;
  text-align: center;
}

.dashboard h1 {
  font-weight: 900;
  color: #428BCA;
  font-size: 4em;
}

.jumbotron {
  padding-bottom: 10px;
}
 #dash {
  text-align: center;
}
 #logo {
  width: 400px;
}
@media (max-width: 400px) {
  #logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #logo {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .fa-arrow-right {
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .fa-arrow-right {
     margin-top: 100%
    }
}

svg {
  overflow: visible !important;
}
