.form-group label {
  font-weight: bold;
}

.alert.alert-danger h4 {
  font-size: 14px;
}

html, body {
  height: 100%;
}

.btn-primary,.btn-primary:hover,.btn-outline-primary:hover {
  color: white;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  margin-bottom: 0.5rem;
}

#menu {
  height: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
}

#global {
  height: 93%;
  display: flex;
  flex: 1;
}

#sidehero {
  background: url("hero-image-min.jpeg") no-repeat center center;
  background-size: cover;
  padding: 0;
}

#sidehero-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

h1.title {
  font-weight: 200;
}
