.searchBar:hover{
	background-color: #309FD4 !important;
	color: aliceblue !important;
}

.customCarousel{
	width:100%; 
	height: 500px !important;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
}

body{
	font-family: 'Fredoka One', cursive;
	font-size: large;
}

/*.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}*/