#navbar {
   background-color: rgb(0,76,147);
}

.navbar-brand {
  height: 60px;
}

.navbar-brand>img {
  max-height: 100%;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.feedback-text-thankyou {
  font-size: 2em;
}

.feedback-text-thumbsup {
  font-size: 3em;
}

.btn-group-rating {
  display: flex;
}

.btn-rating {
  display: flex;
  flex-grow: 1;

  justify-content: center;

  font-size: 1.5em;
}

.btn-submit {
  width: 100%;

  font-size: 1em;

  background-color: rgb(0,76,147);
}

.container-feedback {
  max-width: 750px;
  font-size: 20px;
}

.full-height {
  height: 100%;
}

.container-thankyou {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75%;
}

#confetti-holder {
  position: fixed;
  top: 0;
  z-index: -1;
}

header h3 {
	margin: 0;
}

header {
	margin-top: 0;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 0.5em;
}
