body {
    background: #f0efeb;
    height:100%;
    margin: 0;
    overflow-y: hidden;
}


a {
    color: #000;
}


model-viewer {
    margin: 0 auto;
    width: 100%;
    height: 90vh;
    z-index: 1;
    display: block;
    overflow-y: hidden;
}


model-viewer:focus {
  outline: none;
}


#carouselExampleControls {
    margin-top: 50px;
    margin-bottom: 50px;
}


.info {
    display: none;
    padding: 25px;
    width: 275px;
}

.info span {
    display: inline-block;
    text-indent: 15px;
}

.left-indent {
    text-indent: 15px;
}

.next {
    position: absolute;
    top: 20em;
}

footer {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    z-index: 2;
}


.flex-grow {
    flex: 1 0 auto;
}


.narrow {
    font-size: 13px;
    text-align: justify;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #818181;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #818181;
}
