.body{
}

.containerHome {
  width: 80%;
  margin: 0 auto;
}

.carousel {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    height: 31rem;
}

.carousel img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.carousel iframe{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 31rem;
}

.carousel-control-prev,
.carousel-control-next{
  height: 90%;
  color: orange;
  filter: none;
  opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
  filter: none;
  opacity: 1;
  background-color: rgba(	240,	240,	245,0.3)
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 250%;
  color: orange;
  background-size: 100%, 100%;
  border-radius: 50%;
  filter: none;
  opacity: 1;
  background-image: none;
}

.carousel-control-next-icon::after
{
  content: '>';
  font-size: 150%;
  color: orange;
  filter: none;
  opacity: 1;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 150%;
  color: orange;
  filter: none;
  opacity: 1;
}

th{
  text-align: center;
}

td{
  text-align: center;
}

.services-list{
padding: 2.2rem;
}

.services-list li{
text-align: center;
padding: .5rem;
font-size: 1.4rem;
}

ul{
  list-style-type: none;
}

#videolink{
  background-color: rgba(128,128,128, 0.4);
  width: 30%;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  /* border: 3px solid orange; */
  display: inline-block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

#link{
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8%;
}

#close{
  display: inline-block;
  float: right;
  margin-right: 5px;
}

#close:hover{
  color: orange;
}

#header{
  margin-bottom: 0;
}

#description{
  margin-top: 2%;
}
