
/*body {
    background: no-repeat url("celeste_boat.jpg");
    background-size: cover;
    background-position: center;
    backdrop-filter: opacity(0);
    padding-bottom: 0px;
    margin-bottom: -3px;
}
*/
.navbar {
    --bs-body-bg: var(--bs-navbar-disabled-color);
    --bs-primary: rgba(255, 255, 255, 0);
    --bs-primary-rgb: 255, 255, 255;
    backdrop-filter: opacity(10);
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: -118px;
    margin-top: -16px;
    background-color: rgba(0, 0,0 , 0.5);
}

.nav-title {
    font-size: 3em !important;
}

.navbar .nav-link {
    color: rgba(224, 217, 217, 0.9);
}

.nav-item {
    font-size: 1.35em;
}

.navbar .dropdown-toggle {
    --bs-secondary: #ffffff;
    --bs-secondary-rgb: 255, 255, 255;
    position: static;
    transform: translate(-40px);
}

.navbar .nav-link.active {
    position: static;
    transform: translate(-40px);
}

.navbar .nav-link.active:last-child {
    color: rgb(213, 213, 213);
}

.masthead {
    background: no-repeat url("celeste_boat.jpg");
    background-size: cover;
    background-position: center;
}

.highlighted-text {
    font-size: 1.5em;
    position: relative;
    top: 75px;
}

.intro-body {
    backdrop-filter: opacity(1);
    margin-bottom: -1px;
    margin-top: 0px;
    padding-top: 0px;
}

.intro-body .fs-1.text-start {
    text-shadow: 0px 0px 20px rgb(0, 0, 0);
    transform: translate(88px) translateX(88px) translateY(-176px);
    margin-right: 573px;
    padding-top: 0px;
    margin-bottom: -1px;
}

.intro-body .highlighted-text {
    color: rgb(242, 242, 242);
    background-color: initial;
}

.news-card {
    transform: translateX(588px);
    margin-left: 403px;
    margin-right: 647px;
    margin-top: -227px;
    max-width: 600px;
    height: auto;
    background: var(--bs-secondary-color);
    position: absolute;
    right: 75px;
}

.news-card .card-body {
    color: rgb(255, 255, 255);
    background: #156082;
    position: relative;
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
}
.card-body {
    width: 275px;
    height: auto;
}
.card-text {
    padding: 30px 40px;
    font-size: 20px;
    text-align: left;
}
.news-link {
    color: inherit;
}

.news {
    background: no-repeat url('data_fabric.webp')
}

.news-main {
    border: 1px solid red;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1250px;
}
.footer {
    background-color: rgba(0, 0,0 , 0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
}