html,
body {
  position: relative;
  height: 100%;

}


.navbar {
    margin-left: auto;
    margin-right: auto;
    /* background-image: url(../images/top_panel.png); */
    background-image: linear-gradient(to right, rgb(0, 40, 150) , rgb(0, 18, 66));
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1920px;
    background-color: rgb(0, 28, 104);
}

.navbar .btn {
    --bs-btn-border-width: 2px;
    --bs-btn-border-radius: 2rem;
}

.container-fluid {
    max-width: 1920px;
}

.swiper {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,0.5);
    height: 70vh;
}
.swiper-pagination-bullet {
    background-color: white;
    --swiper-pagination-bullet-size: 10px;
}
.swiper-slide {
    display: block;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-slide h1 {
    text-shadow: 1px 2px 5px black;
}
.swiper-slide li {
    text-shadow: 1px 2px 5px black;
}

#Slide1 {
    background-image: url(/images/slide1.jpg);
}
#Slide2 {
    background-image: url(/images/slide2.jpg);
}
#Slide3 {
    background-image: url(/images/slide3.jpg);
}


