body {
	background-color:#fff;
}


img {
	width:100%;
}

.img-home {
	width:32px;
}

.home {
	max-width:200px;
}

.img-hover:hover {
    opacity: 0.8;
}

.jumbotron{
      padding: 4rem 2rem;
      margin-bottom: 2rem;
      background-color: var(--bs-light);
      border-radius: .3rem;
	  background-color:#fff;
border: 1px solid #000;
}

.card-color {
 background-color:#ccc;
}


/* Home Page Carousel */

.carousel-caption {
  z-index: 10;
  background:rgba(255,255,255,0.1);
	max-width: 100%;
    width:100%;
	left:0;
}

.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-caption {
  z-index: 10;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

footer {
    margin-bottom: 200px;
}

.youtube {
    max-width: 854px;
    max-height: 480px;
}

.grey {
	background-color: #ccc;
}

.masthead {
	height: 40px;
	background-color: #ffffff;
	color:#000;
	padding:10px;
}

.navbar {
	border: none;
	border-radius: 0;
}
