body {
	font-family: "Work Sans", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
	font-size: 18px;
  	font-style: normal;
	background-color: #fff;
}
.carousel-inner .carousel-item > img {
	height: 100%;
	object-fit: cover;
	animation: zoomin 10s linear infinite;
}
@keyframes zoomin {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1.4); }
}
.navbar img {
	height: 80px;
}
.navbar-nav {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	color: #000;
}
.nav-link {
	margin: 0px 15px;
	color: #000;
}
.dropdown-toggle {
	color: #000;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 2;
}
.carousel h5 {
	font-size: 60px;
  	font-weight: 700;
	font-style: italic;
	color: #000;
}