body {
  background-color: white;
  /* margin-bottom: 500px; */
}

/* #scroll-home .carousel-inner .carousel-item {
  background: black;
}

#scroll-home .carousel-inner .carousel-item img {
  opacity: 0.4;
} */

.carousel-caption {
  bottom: 35%;
}

header {
  margin-top: 85px;
}

.navbar-brand {
  margin-left: 50px;
}

.navbar-nav > .nav-item {
  margin-right: 30px;
}

.navbar-nav {
  margin-right: 50px;
  font-size: 20px;
}

.col-sm-12 {
  margin-top: 50px;
}

.row h4 {
  margin: 0 auto;
  padding: 50px;
}

section .card img {
  width: 100%;
  height: auto;
}

h1 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.socialMedia {
  margin-top: 30px;
}

.socialMedia img {
  height: 30px;
  width: 30px;
}

.blog-comment {
  margin-top: 50px;
}
.blog-comment img {
  width: 64px;
  height: 64px;
}

/* .blog-comment .comments {
  height: 300px auto;
  overflow-x: hidden;
} */

.commentForm {
  background-color: #ececec;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.commentForm .error {
  visibility: hidden;
  color: red;
  font-size: 12px;
}

.related-blogs {
  margin-top: 50px;
}

.related-blogs h4 {
  margin: 0 auto;
  padding-top: 50px;
}

.related-blogs .col-sm-4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.related-blog p {
  margin: 0;
}

.related-blog {
  margin-bottom: 20px;
}

.contactUs {
  background-color: #ececec;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

span {
  color: red;
}

@media screen and (max-width: 600px) {
  .navbar-brand > img {
    height: 40px;
    width: 85px;
  }

  header {
    margin-top: 66px;
  }

  .single-line {
    bottom: 40%;
  }

  .carousel-caption > h1 {
    font-size: 25px;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }
  .dropdown-item {
    font-size: 12px;
  }

  section img {
    width: 100%;
    height: auto;
  }

  .contactUs h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .navbar-brand > img {
    height: 40px;
    width: 85px;
  }

  header {
    margin-top: 66px;
  }

  .carousel-caption {
    bottom: 25%;
  }
  .single-line {
    bottom: 32%;
  }

  .carousel-caption > h1 {
    font-size: 30px;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav {
    font-size: 15px;
  }
  .dropdown-item {
    font-size: 12px;
  }
}
