/* Webfont: Lack-Regular */
@font-face {
  font-family: 'Lack';
  src: url('/fonts/Lack/lack-regular-webfont.woff2') format('woff2'),
    url('/fonts/Lack/lack-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Webfont: Lack-Italic */
@font-face {
  font-family: 'Lack';
  src: url('/fonts/Lack/lack-italic-webfont.woff2') format('woff2'),
    url('/fonts/Lack/lack-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Luciole';
  src: url('/fonts/Luciole/Luciole-Regular.woff2') format('woff2'),
    url('/fonts/Luciole/Luciole-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Luciole-Italic */
@font-face {
  font-family: 'Luciole';
  src: url('/fonts/Luciole/Luciole-Italic.woff2') format('woff2'),
    url('/fonts/Luciole/Luciole-Italic.woff') format('woff');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Luciole-Bold */
@font-face {
  font-family: 'Luciole';
  src: url('/fonts/Luciole/Luciole-Bold.woff2') format('woff2'),
    url('/fonts/Luciole/Luciole-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Luciole-BoldItalic */
@font-face {
  font-family: 'Luciole';
  src: url('/fonts/Luciole/Luciole-BoldItalic.woff2') format('woff2'),
    url('/fonts/Luciole/Luciole-BoldItalic.woff') format('woff');
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

:root {
  --bs-primary: #02005C;
  --bs-secondary: #1ED45D;
  --bs-link-color: var(--bs-secondary);
  --bs-primary-rgb: 1, 1, 89;
  --bs-secondary-rgb: 30, 215, 96;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #02005C;
}

.btn-primary {
  --bs-btn-bg: #02005C;
  --bs-btn-border-color: #02005C;
  --bs-btn-hover-bg: #020297;
  --bs-btn-hover-border-color: #020297;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #020297;
  --bs-btn-active-border-color: #020297;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #02005C;
  --bs-btn-disabled-border-color: #02005C;
}

.btn-outline-primary {
  --bs-btn-color: #02005C;
  --bs-btn-border-color: #02005C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #02005C;
  --bs-btn-hover-border-color: #02005C;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #02005C;
  --bs-btn-active-border-color: #02005C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #02005C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #02005C;
  --bs-gradient: none;
}


body {
  background-color: #FFF8F2;
  font-family: "Luciole";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lack";
}

.navbar {
  box-shadow: 0 1px 5px #bdbdbd;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin img{
  max-width: 330px;
}

.marginbottom10{
  margin-bottom: 10px;
}

.marginbottom10 input[type="text"]{
  margin-bottom: 0;
}

.logo-header img{
  margin: -5px 0;
  height: 30px;
}

#services a{
  display: block;
}

#services img {
  width: 70%;
  max-width: 300px;
  margin: auto;
  display: block;
}

#services p{
  text-align: center;
  padding: 10px 15px;
}

.center-form{
  margin: auto;
  display:block;
  text-align: center;
}

.red{
  color: red;
}

.green{
  color: green;
}

.stats h2 {
  margin-bottom: 30px;
}

.stats p {
  font-size: 21px;
}