*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Source Serif Pro', serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Source Serif Pro', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #193367;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}


.bg-white {
  background-color: #fff !important;
}

body .text-primary, .FMA .border-primary {
  color: #193367 !important;
}

body .btn-primary {
  background-color: #193367 !important;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 20px;
}

body .text-danger, .FMA .border-danger {
  color: #bf272d !important;
}

body .btn-danger {
  background-color: #bf272d !important;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 0!important;
}

.navbar.border-bottom{
  border-width: 1px !important;
}

#mainNav {
  background-color: #193367;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.social-icons {
  color: #fff;
  background-color: #bf272d;
  border-radius: 50%;
  display: block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 33px;
}

.social-icons i {
  color: #fff;
  line-height: 30px;
}


.footer {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #193367;
  color: #fff;
}

.footer h4, .footer h6 {
  color: white!important;
}

.copyright {
  background-color: #bf272d;
}
