body {
    font-family: 'Signika', 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Signika', 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.h1-sm {
    font-size: 24px;
}
.lead-sm {
    font-size: 18px;
}
.btn {
    font-family: 'Signika', 'Roboto', sans-serif;
}
#navigation {
    font-family: 'Signika', 'Roboto', sans-serif;
}

.site-logo {
    height: 35px;
}

.header {
    background-color:  #F0F4F7;
    padding-top: 16px;
    padding-bottom: 16px;
}

.dark-900 {
    background-color: #102D40 !important;
}

.dark-800 {
    background-color: #323A40 !important;
}

.footer {
    background-color: #F0F4F7 !important;
    color: rgba(0,0,0,0.5);
}

.footer-block {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

a {
    color: #0071BD;
    text-decoration: none;
    background-color: transparent;
}

.footer .contact li, .footer-widget .widget-title, .footer a, .copyright-content, .copyright-content a:visited {
    color: rgba(0,0,0,0.5);
}

.footer a:hover, .footer a:hover > i, .copyright-content a:hover {
    color: #102D40 !important;
}

.hero-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #102D40;
    background: radial-gradient(circle at top center,#163E59 0%,#000000 70%);
}

.navigation {
    background-color: transparent;
}

#navigation > ul > li > a {
    padding: 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    font-weight: 400;
    border-bottom: solid transparent !important;
}

#navigation > ul > li:hover > a {
    color: rgba(0,0,0,0.8);
    background-color: transparent;
}

.well-block {
    background-color: transparent;
    box-shadow: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.well-block h1 {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.text-muted {
    color: #7B868C !important;
}

.well-block .lead {
    font-weight: 300;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    font-size: 1.5rem;
}

.btn-outline-light {
    color: #F0F4F7;
    border-color: #F0F4F7;
}

.btn-outline-light:hover {
    color:  #102D40;
    border-color: #F0F4F7;
    background-color: #F0F4F7;
    text-shadow: none;
}

.text-orange-edb {
    color: #FF3E00 !important;
}

/* Form user activation */

.control-label {
    color: #FF3E00;
    font-size: 14px
}

.label  a {
    color: #0071BD;
    text-decoration: none;
    background-color: transparent;
}

.controls ul {
    list-style-type: none;
    padding-inline-start: 0;
    font-size: 12px;
}

.form-control {
    border-radius: 0.2rem;
}

.no-padding {
    padding: 0;
}

.text-white, .checkbox label {
    color: #FFF;
}

.form-style {
    background-color: rgba(77, 137, 177, 0.3) !important;
}

.form-text-muted {
    color: #ccc !important;
}

.well-block .has-error .control-label {
    color: #FF3E00 !important;
}

.well-block .has-error .help-block, .well-block .help-block {
    color: #ccc !important;
}

.well-block .has-error .help-block strong {
    color: #FF3E00;
}

.well-block .has-error .form-control {
    border-color: transparent;
}