@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');

body, footer, h1, h2, h3, label {
  color: rgba(0, 128, 0, 0.728);
  font-size: 2.2em;
  font-family: 'Hurricane';
}

.nav-item:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.imgHeight {
  height: 245px;
  width: 325px;
  color: #000000
}

/* For all screens, with the max width at 768px (e.g :mobiles) */
@media screen and (max-width: 768px) {
  /* Hide image element */
  #logoImage {
    display: none;
  }
}