* {
  margin: 0;
}

html {
  margin: 0;
}

body {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, Arial,
    Helvetica, sans-serif;
  box-sizing: border-box;
}
nav.navbar {
  margin: 0 auto;
  max-width: 980px;
}
.container {
  max-width: 980px;
  margin: 0 auto;
}

.ftr-jsg {
  max-width: 100%;
  margin: 0 auto;
}

.card {
  margin-bottom: 35px;
}

.container p {
  font-size: 16px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.dropdown-menu {
  top: 35px;
  border-radius: 5px;
  font-size: 14px;
  color: #14171a;
  box-shadow: 4px 8px 24px 0 rgb(20 23 26 / 16%);
  border: none;
}
.navbar-nav {
  font-size: 14px;
}

.bg-primary {
  background-color: #009aae;
}

.title {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #009aae;
}

.footer-clean {
  padding: 20px 0;
  background-color: #009aae;
  color: #fff;
}

.footer-clean .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-clean .item.social {
  text-align: center;
}

@media (max-width: 767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.icon {
  color: #fff;
}
