.navbar {
  background-color: #59c9e7;
  border: none;
  color: #003b69;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar img {
  height: 2.5rem;
  margin-right: 0.5rem;
}

.btn {
  padding: 0.625rem 1.5rem;
  font-weight: 700;
  line-height: 1.667;
  color: #333;
  background-color: #f5f5f5;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.5rem;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #333;
  color: #ffffff;
}

.btn-primary {
  background-color: #003b69 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 7px -1px rgba(0, 59, 105, 0.21), 0 2px 4px -1px rgba(0, 59, 105, 0.17) !important;
}
.btn-primary:hover {
  background-color: #f5f5f5 !important;
  color: #003b69 !important;
}

.btn-primary-outline {
  background-color: transparent !important;
  color: #003b69 !important;
  border: 1px solid #003b69 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover {
  background-color: #003b69 !important;
  color: #ffffff !important;
}

.btn-accent {
  background-color: #cc052e !important;
  color: #ffffff !important;
  box-shadow: 0 4px 7px -1px rgba(204, 5, 46, 0.21), 0 2px 4px -1px rgba(204, 5, 46, 0.17) !important;
}
.btn-accent:hover {
  background-color: #f5f5f5 !important;
  color: #cc052e !important;
}

.btn-circle {
  border-radius: 50px/50px;
  padding: 0;
  height: 40px;
  width: 40px;
}
.btn-circle:hover {
  background-color: #333;
  color: #ffffff;
}

.btn-block {
  display: block;
  width: 100%;
}

.card {
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 0.75rem;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
          backdrop-filter: saturate(200%) blur(30px);
  background-color: hsla(0deg, 0%, 100%, 0.8) !important;
  box-shadow: inset 0 0 1px 1px hsla(0deg, 0%, 100%, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}
.card img.avatar {
  border-radius: 50%;
  height: 10rem;
  margin-top: -5rem;
  border: 3px solid white;
  box-shadow: 0 4px 7px -1px rgba(51, 51, 51, 0.21), 0 2px 4px -1px rgba(51, 51, 51, 0.17) !important;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.header-bg {
  background-color: #003b69;
  height: 150px;
}

footer {
  height: 4rem;
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
footer div img {
  height: 2.5rem;
  filter: grayscale(1%);
}

.mt-n2 {
  margin-top: -2rem;
}

.mt-n3 {
  margin-top: -3rem;
}

.mt-n4 {
  margin-top: -4rem;
}

.mt-n5 {
  margin-top: -5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.fa-2x {
  font-size: 1.3rem;
}

.text-center {
  text-align: center;
}

.bg-primary {
  background-color: #003b69;
}

.information {
  margin-bottom: 10px;
}
.information h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.information h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.8);
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.call-to-action {
  margin: 0 auto;
  width: 50%;
  line-height: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
  grid-gap: 10px;
}
.call-to-action :first-child {
  grid-column: 1/-1;
}

.social-media a i {
  margin-top: 0.55rem;
  font-size: 1.3rem;
  font-weight: normal;
}/*# sourceMappingURL=main.css.map */