/* celestra font */
@import url('https://from.biz/cdn/fonts/tilda_sans/stylesheet.css');
html, body {font-family: 'TildaSans', sans-serif; font-size: 18px;}

@media screen and (max-width: 480px) {html, body {font-size:16px;}}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 {font-weight:500;}
body, .btn {font-weight: 400;}

.navbar-nav {font-weight: 500;}
.navbar .btn {font-weight: 500;}
body, .btn {line-height: 1.6;}
h1, h2, .h1, .h2 {margin-bottom:2rem;}
.mb-3 {margin-bottom:2rem !important;}
.lightbox .mb-3 {margin-bottom:1rem !important;}

p.lead {margin-bottom:2rem;}

.article-body p {margin-bottom: 1rem;}
.article-body h2 {margin-bottom: 1rem; font-size: 1.5rem;}
.article-body h3 {margin-bottom: 1rem; font-size: 1.25rem;}

:root {
    --list-gutter: 2rem;
    --fm-gutter-x: 2rem;
}
.h-underline-1 {
    margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3rem;
  }
}


/* from.biz color scheme */
:root {
--primary: #6A9C89;
--primary-active: #5f8c7b;
--primary-rgb: 106, 156, 137;
--secondary: #16423C;
--secondary-active: #143b36;
--secondary-rgb: 22, 66, 60;
--warning: #ffc720;
--warning-active: #e6b31d;
--warning-rgb: 255, 199, 32;
--info: #C4DAD2;
--info-active: #b0c4bd;
--info-rgb: 196, 218, 210;
--success: #198754;
--success-active: #177a4c;
--success-rgb: 25, 135, 84;
--light: #E9EFEC;
--light-active: #dde3e0;
--light-rgb: 233, 239, 236;
--dark: #212529;
--dark-active: #1e2125;
--dark-rgb: 33, 37, 41;
--danger: #dc3545;
--danger-active: #c6303e;
--danger-rgb: 220, 53, 69;
--mobile-bg: var(--light);
--header-height: 128px;
--navbar-font-size: 14px;
--fm-navbar-width: 1620px;
--fm-body-width: 1440px;
--navbar-hover-bg: var(--light);
}
.btn-primary {border-color:#6A9C89 !important; background-color:#6A9C89 !important}
.btn-primary:hover {border-color:#5f8c7b !important; background-color:#5f8c7b !important}
.btn-primary.active {border-color:#5f8c7b !important; background-color:#5f8c7b !important}
.bg-primary .btn-primary {border-color:#5f8c7b !important; background-color:#5f8c7b !important}
.bg-primary .btn-primary:hover {border-color:#567e6f !important; background-color:#567e6f !important}
.btn-secondary {border-color:#16423C !important; background-color:#16423C !important}
.btn-secondary:hover {border-color:#143b36 !important; background-color:#143b36 !important}
.btn-secondary.active {border-color:#143b36 !important; background-color:#143b36 !important}
.btn-warning {border-color:#ffc720 !important; background-color:#ffc720 !important}
.btn-warning:hover {border-color:#e6b31d !important; background-color:#e6b31d !important}
.btn-warning.active {border-color:#e6b31d !important; background-color:#e6b31d !important}
.btn-info {border-color:#C4DAD2 !important; background-color:#C4DAD2 !important}
.btn-info:hover {border-color:#b0c4bd !important; background-color:#b0c4bd !important}
.btn-info.active {border-color:#b0c4bd !important; background-color:#b0c4bd !important}
.bg-info .btn-info {border-color:#b0c4bd !important; background-color:#b0c4bd !important}
.bg-info .btn-info:hover {border-color:#9eb0aa !important; background-color:#9eb0aa !important}
.btn-success {border-color:#198754 !important; background-color:#198754 !important}
.btn-success:hover {border-color:#177a4c !important; background-color:#177a4c !important}
.btn-success.active {border-color:#177a4c !important; background-color:#177a4c !important}
.btn-light {border-color:#E9EFEC !important; background-color:#E9EFEC !important}
.btn-light:hover {border-color:#d2d7d4 !important; background-color:#d2d7d4 !important}
.btn-light.active {border-color:#d2d7d4 !important; background-color:#d2d7d4 !important}
.bg-light .btn-light {border-color:#dde3e0 !important; background-color:#dde3e0 !important}
.bg-light .btn-light:hover {border-color:#c7ccca !important; background-color:#c7ccca !important}
.bg-light .btn-light.active {border-color:#c7ccca !important; background-color:#c7ccca !important}
.btn-dark {border-color:#212529 !important; background-color:#212529 !important}
.btn-dark:hover {border-color:#1e2125 !important; background-color:#1e2125 !important}
.btn-dark.active {border-color:#1e2125 !important; background-color:#1e2125 !important}
.btn-danger {border-color:#dc3545 !important; background-color:#dc3545 !important}
.btn-danger:hover {border-color:#c6303e !important; background-color:#c6303e !important}
.btn-danger.active {border-color:#c6303e !important; background-color:#c6303e !important}



/* Preloader */
