body{

font-family:Arial,sans-serif;

}

.topbar{

background:#003366;

color:white;

padding:8px;

font-size:14px;

}

.slider{

height:550px;

object-fit:cover;

}

.carousel-caption{

background:rgba(0,0,0,.45);

padding:20px;

border-radius:10px;

}

.stats{

background:#0d6efd;

color:white;

padding:70px 0;

}

.gallery{

width:100%;

height:260px;

object-fit:cover;

border-radius:10px;

transition:.4s;

}

.gallery:hover{

transform:scale(1.05);

}

.contact{

background:#f8f9fa;

}

footer{

background:#002147;

color:white;

padding:40px 0;

}

.navbar-brand{

font-size:20px;

}

@media(max-width:768px){

.slider{

height:250px;

}

.carousel-caption h1{

font-size:20px;

}

}
