html,
body {
  color: #444;
}
#navbar-menu-top {
  height: 75px;
}
section#main {
  margin-top: 75px !important;
}
.fullscreen-bg__video {
  width: 100%;
  max-width: 100%;
  display: flex;
  height: auto;
}
.articles {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 2rem 0;
}
.articles header {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.main-section {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #fff;
  /* padding-top: 100px; */
}
section.content {
  background: #fff;
  padding-top: 3rem;
}
h1.main-section-header {
  font-size: 3rem;
  line-height: 15rem;
  text-align: center;
  color: #f6f6f6;
  /* background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)); */
  background-color: transparent;
}
h2.main-section-header {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: left;
  color: #ccc;
  display: block;
  border-bottom: 1px solid #ccc;
}
.team-person-header small {
  font-size: 0.8rem;
  line-height: 1rem;
  font-style: italic;
  color: fuchsia;
}
.team-person-header img {
  width: 120px;
  height: auto;
}
#ecofaktura,
#skills-section {
  background-image: url("../img/uploads/bg2.jpg");
}
#other-technologies {
  background-image: url("../img/main/cta-bg.jpg");
}
#section_trusted,
#our-customers {
  background-image: url("../img/uploads/itinfo-customers.jpg");
}
#our-team,
#section_expertize {
  background-image: url("../img/uploads/micronectbaner_8cc19880.jpg");
}
#section_csi {
  background-image: url("../img/uploads/voxbaner1_4ac61d80.jpg");
}
footer {
  background-color: #444;
  color: #eee;
  padding: 3rem 0;
}
.cs-product {
  padding-bottom: 2rem;
  /* text-align: justify; */
}
.cs-product h4 {
  text-align: left;
}
.cs-expertize {
  padding-bottom: 4rem;
}
a.learn-more {
  font-size: 0.8rem;
  line-height: 1.4rem;
  display: block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
#footer-company {
  border-bottom: 1px solid #eee;
}
#footer-infos {
  padding: 15px;
}
.footer-information {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

.footer-information img {
  height: auto;
  width: 200px;
  display: flex;
  margin-bottom: 2rem;
}
#footer-info-first {
  border: 1px solid #eee;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 480px) {
  h1.main-section-header {
    font-size: 1.5rem;
    line-height: 8rem;
  }
  .cs-product-img {
    margin-bottom: 1rem;
  }
  #footer-info-first {
    border-width: 0 0 1px 0;
  }
  .footer-information {
    padding: 1rem 0;
  }
  .cs-expertize h3 {
    font-size: 1.4rem;
  }
  #navbarNavAltMarkup {
    background-color: #ccc;
  }
  #navbarNavAltMarkup ul {
    padding: 1rem;
  }
  #ecofaktura,
  #skills-section {
    background-image: url("../img/xs/bg2.jpg");
  }
  #other-technologies {
    background-image: url("../img/xs/cta-bg.jpg");
  }
  #section_trusted,
  #our-customers {
    background-image: url("../img/xs/itinfo-customers.jpg");
  }
  #our-team,
  #section_expertize {
    background-image: url("../img/xs/micronectbaner_8cc19880.jpg");
  }
  #section_csi {
    background-image: url("../img/xs/voxbaner1_4ac61d80.jpg");
  }
}
