html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.pac-container {
    z-index: 1200 !important;
}

.profile-image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #1f124d;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.navbar-profile-image {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #1f124d;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: -10px 0;
}