/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: rgb(231, 231, 228);
}
.d-block{
  border-radius: 10px;
}
.img-responsive{
  border-radius: 10px;
  background-color: rgb(231, 231, 228);
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition: transform 5s ease, -webkit-transform 5s ease;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 60px;
  width: 60px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: black;
}
#wrapper {
  background-color: #fff;
  width: 100%;
  height: 280;
  margin-top: -50;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 0;
  margin-bottom: 10px;
  border-radius: 10px;
}
#carousel img {
  display: block;
  float: left;
}
#prev, #next {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 450px;
  width: 50%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
#prev {
  left: -495px;
}
#next {
  right: -495px;
}
#pager {
  margin-left: -470px;
  position: absolute;
  left: 50%;
  bottom: 10px;
}
#pager a {
  border: 2px solid rgb(41, 34, 34);
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background-color: rgba(22, 19, 19, 0.5);
}
#pager a span {
  display: none;
}
#pager a.selected {
  /*background-color: #fff;*/
  background-color: black;
}
#footer{
  padding-top: 0px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

