@import url("https://fonts.googleapis.com/css2?family=Arsenal&family=IBM+Plex+Sans:wght@300&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pragati+Narrow&family=Roboto:wght@300;400;500;700;900&family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homenaje&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("./Commercial-Script.ttf");
@font-face {
  font-family: "Commercial-Script";
  src: url("./Commercial-Script.ttf");
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

body {
  background: rgb(246, 242, 241);
  margin: 0px;
  padding: 0px;
  font-family: "PT Serif", serif;
  font-family: "Arsenal", sans-serif;
}

.nav {
  font-family: "Didact Gothic", sans-serif;
  color: rgb(47, 47, 47);
  border-bottom: 0.2px solid rgba(12, 74, 42, 0.241);
  border-right: 0.2px solid rgba(12, 74, 42, 0.241);
}
.nav .nav-cont #home {
  background-color: rgb(206, 43, 55);
}
.nav .nav-cont #home a:link {
  color: white;
}
.nav .nav-cont #home a:visited {
  color: white;
}
.nav .nav-cont #menu {
  background-color: white;
}
.nav .nav-cont #menu a:link {
  color: black;
}
.nav .nav-cont #menu a:visited {
  color: black;
}
.nav .nav-cont #info {
  background-color: rgb(0, 146, 70);
}
.nav .nav-cont #info a:link {
  color: white;
}
.nav .nav-cont #info a:visited {
  color: white;
}

.page .header-bar {
  background-color: rgb(255, 254, 254) !important;
  color: rgb(190, 21, 21);
  font-family: "Commercial-Script";
  border-bottom: 2px solid rgb(1, 114, 55);
  background-color: transparent;
}
.page .header-bar #title-container #title {
  background-color: transparent;
  opacity: 1;
}
.page .header-bar #subtitle {
  font-family: "Didact Gothic", sans-serif;
  color: black;
}
.page .cont-parent h4 {
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  color: rgb(42, 42, 42);
}
.page .cont-parent p {
  border-bottom: 1px solid rgb(190, 21, 21);
  color: rgb(68, 68, 68);
}
.page #footer {
  border-top: 3px dotted rgb(1, 114, 55);
  background: rgb(255, 254, 254);
}/*# sourceMappingURL=styling.css.map */