@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url(bootstrap/bootstrap-grid.min.css);
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: rgba(248, 248, 248, 0.97);
  font-family: Ubuntu, sans-serif; }

@media all and (max-width: 1700px) {
  .nav-container nav ul li:last-of-type {
    display: none; } }
.nav-logo a img {
  padding: 0;
  margin: 0;
  width: 100% !important; }

.button {
  border: solid 2px #8a8a8a;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: 0.5s; }

.button:hover {
  background-color: #8a8a8a;
  color: white; }

.button.important {
  border: solid 2px #ff304c;
  background-color: #ff304c;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: 0.5s; }

.button.important:hover {
  background-color: white;
  color: #ff304c; }

a {
  text-decoration: none; }

.active {
  width: 50px;
  height: 2px;
  position: relative;
  top: 10px;
  margin: auto;
  display: block;
  background-color: #525252; }

.displaynone {
  display: none; }

main {
  margin-top: 15vh;
  margin-bottom: 5vh; }

.main-content {
  background-color: white; }

footer {
  font-family: Ubuntu;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  background-color: white;
  -webkit-box-shadow: 0px -3px 20px 1px rgba(155, 155, 155, 0.5);
  box-shadow: 0px -3px 20px 1px rgba(155, 155, 155, 0.5); }

footer ul {
  list-style: none; }

footer ul li {
  font-weight: lighter; }

footer div {
  width: 40vw;
  line-height: 1.5em; }

footer div:last-of-type {
  text-align: right;
  font-weight: bold; }

footer div:last-of-type ul {
  padding: 0;
  padding-right: 40px; }

footer div:last-of-type ul li a {
  color: #525252; }

.page-creator {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a58ca; }

/*# sourceMappingURL=main.css.map */
