/* css styles */

/* Navbar color */
.navbar {
  background-color: #af9ff4;
}

/* Control the height of the logo */
.navbar-brand img {
  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 {
  pointer-events: none;
  cursor: default;
  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;
}
