@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');



*{
	font-family: "Merriweather Sans", sans-serif;
}

  


a.nav-link.dropdown-toggle.show {
    background: DodgerBlue;
    color: #fff;
}

.carousel-caption h3,
.carousel-caption p{
    text-shadow: 0px 0px 10px rgba(35,31,23,0.5);
    
}

.nav-item a:hover{
	background: #dddddd;
}
