/* Navbar */
.main-navbar {
    background-color: #fff !important;
    box-shadow: 0 4px 2px -2px #777777;
}

.main-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.main-navbar a:not(.btn-outline-brand):not(.btn-brand) {
    color: rgb(77, 77, 77) !important
}

.main-navbar .active_page, .main-navbar a:hover:not(.btn-outline-brand, .btn-brand) {
    color: #00468F !important;
}

.main-navbar .fa-bars {
    color: rgba(0, 0, 0, 0.7);
}

.main-navbar .navbar-brand{
    margin-top: -15px;
}

/* Footer  */
.main-footer {
    color: #777;
    background: #fff;
    padding-bottom: 1em;
    margin-top: 40px;
    border-top: solid 1px rgba(119, 119, 119, 0.7);
}

.main-footer a {
    color: #777 !important;
}

.main-footer h4 a {
    color: #777;
}

.main-footer a:hover {
    color: #fff;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 172px; /* Margin bottom by footer height */
}

.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 172px; /* Set the fixed height of the footer here */
}

/* Brand button */
.btn-brand {
    background-color: #00468F;
    color: rgb(255, 255, 255);
}

.btn-brand:hover:not(.disabled) {
    background-color: #0055e5;
    color: rgb(255, 255, 255) !important;
}

.btn-outline-brand {
    border: solid 1px #00468F;
    color: rgb(77, 77, 77) !important;
}

.btn-outline-brand:hover {
    background-color: #00468F;
    color: rgb(255, 255, 255) !important;
}

.btn-brand.uppercase {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.small-divider {
    width: 32px;
    margin: 0 0 6px;
    border-color: #00468F;
}

/* Landingpage */

.header-on-image-background {
    position: relative;
    font-family: Roboto, sans-serif;

}

.header-on-image-background .row {
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

.header-on-image-background h1 {
    color: #fff;
    font-size: 4em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.header-on-image-background .d-flex {
    width: 100%;
    justify-content: center;
}

.header-on-image-background::before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-link {
    font-size: 12px;
}

.examples-blocks {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
}

#features {
    position: relative;
    background-color: #777;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    color: #fff;
}

#features > div:first-of-type::before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.96);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.header-with-button-bar {
    color: rgba(255, 255, 255, 0.90);
    padding: 32px 0;
}

.header-with-button-bar h2 {
    margin: 8px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 24px;
}

.header-with-button-bar a {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.icon-container {
    color: #777;
    margin-bottom: 1rem;
}

.keep-up {
    background: linear-gradient(to bottom right, #315A85, #5f6d7c);
    color: rgb(255, 255, 255);
    padding: 90px 15px !important;
}


#color-configurable {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sp-container {
    z-index: 0;
}

.questions h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #363945;
    padding: 0;
}

.questions p {
    margin-top: 10px;
    color: #777;
    line-height: 30px;
    font-weight: 600;
}


/* Contact */

.form-errors {
    color: red;
    font-weight: 500;
}
