body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* Notification Bar */
#info {
  background-color: #25271c;
  width: 100%;
}

#c3 > p > a {
  color: silver;
  text-decoration: none;
}

#mobile-info,
#email-info {
  padding-top: 9px;
  padding-bottom: 9px;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

#mobile-info span {
  margin-left: 5px;
  margin-right: 5px;
}

#email-info span {
  margin-left: 8px;
}

#email-info {
  background-color: #e13737;
  text-align: left;
}

#mob {
  margin-left: 5px;
}

.notification {
  background-color: #e13737;
}

.fa-phone,
.fa-mobile-alt {
  color: #e13737;
}

.backToTop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #e13737;
  position: fixed;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  right: 25px;
  bottom: 25px;
  text-align: center;
  padding-top: 17px;
  z-index: 999;
  cursor: pointer;
  /* display: none; */
}

/* NavBar */
#navbar_top {
  background-color: white !important;
  color: black !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-color: black !important;
}

.navigation-link {
  margin-left: 4px !important;
  margin-right: 4px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: black !important;
}

.active-navElement {
  background-color: #e13737 !important;
  color: white !important;
}

.navigation-link:hover {
  background-color: #e13737 !important;
  color: white !important;
}

/* Blog Section */
#blogContainer {
  border: 0px solid black;
}

/* Bio Section */
.blog-item {
  width: 100%;
  border: 0px solid black;
  height: 300px;
}

.blog-title {
  font-size: 21px;
  margin-bottom: 15px;
}

.blog-item-content {
  margin-top: 25px;
  font-size: 16px;
  text-align: justify;
  color: black;
}

.viewMore {
  color: #e13737;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.blog-item img {
  height: 300px;
  object-fit: cover;
}

#bioSection {
  padding-left: 15px;
  padding-right: 15px;
  border: 0px solid black;
}

.bio_inner {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  padding: 30px;
}

.bio_inner > img {
  border: 1px solid silver;
  border-radius: 100%;
}

.social-media-icons {
  margin-top: 15px;
}

.social-media-icons > a > i {
  font-size: 16px;
  color: black;
  margin-left: 5px;
  margin-right: 5px;
}

.naming {
  font-size: 20px;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 28px;
  line-height: 35px;
  border: 0px solid black;
}

/* footer */

#footer {
  padding-top: 50px;
  background-color: #222222;
  color: white;
  padding-left: 85px;
  padding-right: 85px;
  padding-bottom: 60px;
}

#footer h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

#right {
  background-color: #3d3e3f;
}

#right span {
  color: #b6b6b6;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-us {
  text-align: center;
}

#footer p {
  font-size: 15.5px;

  padding-left: 5px;
  padding-right: 5px;
  font-family: "Source Sans Pro", sans-serif;
  color: #b6b6b6;
}

#c1 > p {
  font-size: 15.5px;
  margin-top: -5px;
}

#c2 p {
  margin-top: -7px;
}

#c2 p > a {
  text-decoration: none;
  color: #b6b6b6;
}

#c3 p {
  margin-top: -7px;
}

#c4 h3 {
  margin-bottom: 25px;
}

#c4 a {
  cursor: pointer;
  margin-right: 15px;
}

.fab {
  font-size: 22px;
  cursor: pointer;
}

/* Mobile Device */
@media (min-width: 360px) and (max-width: 767px) {
  /* Title Bar */
  #email-info {
    display: none;
  }

  .navigation-link {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .notification {
    background-color: black;
  }

  /* Blog */
  .blog-item {
    height: auto !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #blogContainer {
    margin-top: -80px;
  }

  .row {
    --bs-gutter-x: 0rem;
  }

  .blog-title {
    margin-top: 15px;
    font-size: 20px;
  }

  #bioSection {
    margin-top: 10px;
  }

  /* Footer */
  #column2 {
    padding-right: 10px;
  }

  #languages,
  #c2,
  #c3 {
    display: none;
  }

  #footer {
    padding-left: 0px;
    text-align: center;
    padding-right: 0;
  }

  #footer-container {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
  }

  #c1,
  #c4 {
    width: 100%;
  }
}
