body {
  /* padding-top: 110px; */
  background-color: #97c877;
}

#main {
  margin-top: 15px;
  margin-bottom: 15px !important;
}

#contact-bar {
  padding: 3px 15px;
  background-color: #d4cece;
}

#contact-bar .navbar-text {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#contact-bar .navbar-text a {
  color: rgba(0,0,0,.5);
}

a {
  color: #63ad34;
}

#contact-bar span {
  margin-left: 5px;
  margin-right: 5px;
}

#nav-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  /* margin-top: 30px; */
  background-color: #fff;
}

#nav-bar .text-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-success {
  background-color: #63ad34;
  border-color: #63ad34;
}

#indexCarousel {
  margin-bottom: 0px;
}

#sidebar {
  border-left: thin solid #63ad34;
  /* border-color: #63ad34 !important; */
  margin-top: 35px;
}

#sidebar table td {
  padding: 3px;
}

#sidebar i {
  color: #63ad34;
}

#sidebar .card-title {
  color: #2798d2;
}

#sidebar .card-subtitle {
  color: #000000;
}

#row_carousel {
  margin-left: -16px;
  margin-right: -16px;
}

#col_carousel {
  padding-left: 0px;
  padding-right: 0px;
}

#carousel_bar {
  position: absolute;
  z-index: 14;
  top: 80%;
  right: 8%;
  font-weight: bold;
  font-size: 1.3em;
  font-size: 2vw;
}

#carousel_bar_1 {
  background-color: #fff;
  padding: 5px 10px;
}

#carousel_bar_2 {
  background-color: #63ad34;
  padding: 5px 10px;
  position: relative;
  right: 5%;
}

/* #row_content {
  margin-top: -4rem;
} */

#banner {
  margin-bottom: 15px;
}

.text-nadruk {
  color: #2798d2;
}

.index-specialisatie {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #666);
  margin-bottom: 25px;
}

.blog-menu-item {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #666);
  margin-bottom: 25px;
}

.index-container-specialisatie {
  margin-top: 20px;
  margin-bottom: 15px;
}

.container-blogs {
  margin-top: 20px;
  margin-bottom: 15px;
}

h1 {
  color: #63ad34;
}

h2 {
  color: #63ad34;
}

h3 {
  color: #63ad34;
}

h4 {
  color: #63ad34;
}

h5 {
  color: #63ad34;
}

h6 {
  color: #63ad34;
}

/* Fix for fade with white */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: .6s opacity ease;
}
/* Disable transitions for if reduced motion is enabled: */
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: none;
}
}

.react-datepicker-wrapper {
  display: block;
}

#maps-iframe {
  border: 0;
  width: 100%;
  margin-top: 10px;
}

#row_content {
  margin-top: -10px;
}
