.contact-section .form-control {
  color: #000 !important;
  position: relative;
  padding: 15px 10px !important;
}

.contact-section .form-control::placeholder {
  color: #000 !important;
  position: absolute;
  top: 15px;
  left: 10px;
}

.contact-section .container {
  padding: 70px 0;
}

.contact-section input[type="text"],
.contact-section input[type="email"] {
  border: 1px solid #ced4da;
}

#message_input {
  padding: 15px 10px;
}

.item .blog-entry .text {
  min-height: 260px;
}

.blog-entry .text .heading {
  min-height: 150px;
}

.navbar-brand,
.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.navbar-brand p,
.logo p {
  flex-basis: 100%;
}

.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
}

.home-img {
  width: 100%;
  margin: 20px 0;
}

h2,
h3 {
  font-weight: 500;
}

.mt-100 {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .home-img {
    float: left;
    width: 40%;
    margin: 0 20px;
  }
  .home-slider .slider-item .slider-text h1 {
    font-size: 50px;
  }
}
.home-slider .slider-item .overlay{
  opacity: 0.6;
}