html {
  height: 100%;
}

body {
  height: 100%;
}

.background {
  background: linear-gradient(120deg, #ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  height: 10%;
}

.font-icon-example {
  max-width: 750px;
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  height: 120px;
  display: table;
  padding: 20px 10px 0;
}

.font-icon-example .item {
  display: block;
  text-align: center;
  width: 110px;
  vertical-align: middle;
  padding-bottom: 20px;
  transition: 0.2s;
  transform: translateY(10px);
}

.font-icon-example .item a {
  color: inherit;
  text-decoration: none;
}

.font-icon-example .item span {
  text-decoration: none;
  opacity: 0;
  font-size: 14px;
}

.font-icon-example .item:hover span {
  display: initial;
  color: inherit;
  opacity: 1;
}

.font-icon-example .item i {
  width: 100%;
  font-size: 40px;
  margin-bottom: 5px;
}

.font-icon-example .item:hover {
  transform: translateY(3px);
}

.font-icon-example .item.home:hover {
  color: #f87912;
}

.font-icon-example .item.profile:hover {
  color: #0de3d6;
}

.font-icon-example .item.statistics:hover {
  color: #aadd00;
}

.font-icon-example .item.about:hover {
  color: #666699;
}

.font-icon-example .item.contact:hover {
  color: #ff3333;
}

.font-icon-example .item.search:hover {
  color: #2253e2;
}

@media (min-width: 768px) {
  .font-icon-example .item {
    display: table-cell;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .font-icon-example {
    padding: 10px 0 0;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item {
  transition: none;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.w-100 {
  width: 100%!important;
}

.d-block {
  display: block!important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.carousel-control-prev {
  left: 0;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
'
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: -20%;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


