.navbar-marketing .navbar-brand img {
    height: 4rem;
}

/* slider */
.page-header-ui {
    padding-top: 6rem;
    padding-bottom: 0rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    max-height: 32rem;
}

.bg-furay {
    background-color: #004a8f;
}


.page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 2rem;
}

.bg-gradient-primary-to-secondary {
    background-color: #0061f2 !important;
    background-image: linear-gradient(135deg, #0061f2 0%, rgb(0 74 143) 100%) !important;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #0088cd;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 74 143);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-weight: 900;
}
.c-furay{
    color: #004a8f;
}


.lift:hover {
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgb(0 74 144 / 50%);
}


.navbar-marketing .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .page-header-ui {
            padding-top: 6.5rem !important;
            padding-bottom: 0rem;
        }

        .navbar-marketing {
            transition: background-color 0.15s ease-in-out;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }
}

