@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "PT Serif", serif;
  color: #0032A0;
}

p {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

input:focus:required:invalid {
  border: 2px solid red !important;
}

input:required:valid {
  border: 2px solid #0032A0 !important;
}

table {
  border: 1px solid white;
  width: 100%;
  position: relative;
}

thead {
  border: 1px solid white;
  background: #000;
  padding: 30px 0;
}

tr {
  border: 1px solid white;
  padding: 30px 0;
  text-align: center;
}

tr:nth-of-type(odd) {
  background: #96A2B8;
}

th {
  border: 1px solid white;
  padding: 30px;
}

td {
  border: 1px solid white;
  padding: 20px 30px;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

footer h3 {
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  color: #0032A0;
}

footer h3::after {
  content: '';
  display: block;
  width: 10%;
  height: 5px;
  margin-left: 45%;
  background: #F0B323;
  margin-top: 1rem;
  margin-bottom: 50px;
}

footer .footer {
  background-color: #0032A0;
}

footer .footer .circular_divs {
  max-width: 65%;
  margin-left: 15%;
  background-color: #0032A0;
}

footer .footer .circular_divs .col-12, footer .footer .circular_divs .padding-0 {
  padding-right: 0;
  padding-left: 0;
}

footer .footer .circular_divs .col-12 a .ind_div, footer .footer .circular_divs .padding-0 a .ind_div {
  background-color: #000E67;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: white;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .footer .circular_divs .col-12 a .ind_div h5, footer .footer .circular_divs .padding-0 a .ind_div h5 {
  color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

footer .footer .circular_divs .col-12 a .ind_div:hover, footer .footer .circular_divs .padding-0 a .ind_div:hover {
  background-color: #F0B323;
  color: #0032A0;
}

footer .footer .circular_divs .col-12 a .ind_div:hover h5, footer .footer .circular_divs .padding-0 a .ind_div:hover h5 {
  color: #0032A0;
}

footer .footer .info {
  color: white;
}

footer .footer .info .location a {
  color: white;
  text-decoration: none;
}

footer .footer .info .location a:hover {
  color: rgba(5, 195, 221, 0.9);
  text-decoration: underline;
}

footer .footer .info .location h5 {
  color: white;
  font-family: "PT Serif", serif;
}

footer .footer .info .extras ul li {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

footer .footer .info .extras ul li a {
  color: white;
  text-decoration: none;
}

footer .footer .info .extras ul li a:hover {
  color: rgba(5, 195, 221, 0.9);
  text-decoration: underline;
}

footer .footer .socials .col {
  background-color: #000E67;
  border-right: 2px solid #0032A0;
}

footer .footer .socials .col a {
  text-decoration: none;
  color: white;
}

footer .footer .socials .col:hover {
  background-color: #0032A0;
}

@media screen and (max-width: 768px) {
  footer .footer .info .location {
    text-align: center;
  }
  footer .footer .info .extras {
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */