@import url("https://fonts.googleapis.com/css2?family=Tinos&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap");
.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 100px;
}

.navbar-links {
  display: flex;
}

.navbar-link {
  margin: 0 50px;
  text-decoration: none;
  font-weight: 300;
  color: #402680;
}

.test-link {
  display: flex;
  flex-direction: column;
}

#test-sections {
  display: none;
  flex-direction: column;
}

@media only screen and (max-width: 996px) {
  .navbar {
    padding: 15px 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-link {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    justify-content: flex-start;
    padding-left: 50px;
  }

  .navbar-links {
    display: flex;
    flex-direction: column;
  }
  .navbar-links .navbar-link {
    margin: 3px 0;
  }
}
.footer {
  background-color: #402680;
  color: white;
  text-align: center;
}
.footer p {
  padding: 15px 10px;
}

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

p {
  line-height: 25px;
}

a {
  color: #402680;
}

p, a, h1, h2, h3, h4, h5 {
  margin: 0;
}

h1 {
  font-size: 52px;
}

h4 {
  font-size: 24px;
}

.tab {
  display: inline-block;
  width: 40px;
}

ul {
  margin: 0;
}

li {
  margin: 0;
}

select {
  font-size: 16px;
}

.inactive {
  color: #b4b4b4;
  cursor: auto !important;
}

@media only screen and (max-width: 996px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 370px) {
  h4 {
    font-size: 20px;
  }

  p, li, b {
    font-size: 14px;
  }
}

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