/* css styles */

.navbar {
  background-color: #a9e4aa;
}

/* .subtitle {
  text-align: center;
} */

/* Control the height of the logo */
.navbar-brand img {
  /*max-height: 45px;*/
  max-height: 80px;
}

/* Reduce padding of the navbar itself */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/* Reduce margin/padding around the brand container */
.navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Set font family to Sans Serif */
p {
  font-family: sans-serif;
  text-align: justify;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
} */
