/* Hide vertical scrollbar */
html {
  overflow-x: hidden;
  scrollbar-width: none;
  user-select: none;
  padding-top: 10px;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* Set navigation bar font, and padding, align text center, set margin below the bar, and bring the bar forward */
nav {
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  z-index: 4;
}

/* Set margin above footer, set footer width to cover the full width and bring forward the footer */
footer {
  margin-top: 20px;
  width: 100%;
  z-index: 4;
}

.text-justify {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.red-hat-display-bold {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.red-hat-display-regular {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}