body {
  font-family: Bitter, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.download-button {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(180deg, #910029, #0075b2);
  background-image: linear-gradient(270deg, #910029, #0075b2);
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  font-size: 18px;
  line-height: 20px;
  text-shadow: black 1px 1px 1px;
}
.button.download-button:hover {
  background-image: -webkit-linear-gradient(180deg, #0075b2, #910029);
  background-image: linear-gradient(270deg, #0075b2, #910029);
}
.nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #910029;
  font-size: 16px;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #0075b2;
}
.nav-bar {
  background-color: white;
  box-shadow: #6e6868 0px 0px 3px 1px;
}
.brand {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-logo {
  max-height: 80px;
}
.slider {
  height: 550px;
  background-color: transparent;
}
.slide {
  padding-top: 160px;
  color: white;
}
.intro-slide {
  background-image: url('../images/afcons-equipment-at-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.building-slide {
  background-image: url('../images/afcons-africa-toyota-project.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.civil-slide {
  background-image: url('../images/afcons-africa-civil-engineering-project.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-nav {
  display: none;
}
.slider-header {
  color: white;
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  text-shadow: black 1px 1px 1px;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.49));
  background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.49));
}
.overlay.service-o {
  z-index: -1;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-header {
  display: block;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}
.slider-sub-header {
  font-size: 32px;
  line-height: 25px;
  text-align: center;
  text-shadow: black 1px 1px 1px;
}
.services {
  position: relative;
  border-bottom: 1px solid #ececec;
  background-color: #ececec;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.h-services {
  margin-bottom: 40px;
}
.service-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}
.service-inner {
  display: inline-block;
  background-color: white;
  box-shadow: #afc2cc 0px 0px 1px 0px;
}
.service-title {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.service-description {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
  text-align: center;
}
.service-image {
  width: 100%;
}
.projects {
  border-top-width: 1px;
  border-top-color: #f7f7f7;
  background-color: #ececec;
}
.project-inner {
  padding-bottom: 20px;
  border: 1px solid #c1c5c7;
  background-color: white;
}
.project-title {
  font-family:'PT Sans', sans-serif;
  font-size: 19px;
  text-align: center;
}
.client {
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  text-align: center;
}
.location {
  font-family:'PT Sans', sans-serif;
  text-align: center;
}
.project-row {
  margin-bottom: 22px;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222;
}
.footer-text {
  color: white;
  font-size: 13px;
}
.footer-text.right {
  float: right;
}
.igor-link {
  color: #f7f7f7;
  text-decoration: none;
}
.igor-link:hover {
  color: #0075b2;
}
.contact {
  background-color: #333;
  color: white;
}
.branding-bottom {
  text-align: center;
}
.logo-light {
  width: 50px;
}
.contact-number {
  margin-bottom: 15px;
  padding-top: 20px;
}
.profile-call-to-action {
  display: inline-block;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  p {
    line-height: 30px;
  }
  .button.download-button {
    font-size: 16px;
    line-height: 16px;
  }
  .slider {
    height: 400px;
  }
  .intro-slide {
    padding-top: 80px;
  }
  .building-slide {
    padding-top: 80px;
  }
  .civil-slide {
    padding-top: 80px;
  }
  .slider-header {
    font-size: 50px;
    line-height: 60px;
  }
  .service-title {
    font-size: 15px;
  }
  .service-description {
    font-size: 13px;
  }
  .project-inner {
    height: 100%;
  }
  .project-title {
    font-family:'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  .client {
    font-size: 14px;
  }
  .project-row {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .button.download-button {
    width: 54%;
    line-height: 21px;
  }
  .nav-link {
    display: block;
    width: 200px;
    margin-right: 1px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #910029;
    color: white;
    text-align: right;
  }
  .nav-link:hover {
    background-color: #0075b2;
    color: #ececec;
  }
  .nav-link.w--current {
    margin-right: 0px;
  }
  .main-logo {
    width: 70px;
  }
  .section-header {
    font-size: 34px;
  }
  .service-inner {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .project-inner {
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text.right {
    float: none;
  }
  .menu-button {
    padding: 25px;
    background-color: #910029;
    color: white;
    font-size: 40px;
  }
  .menu-button:hover {
    background-color: #0075b2;
    color: #ececec;
  }
  .menu-button.w--open {
    background-color: #910029;
  }
  .nav-menu {
    background-color: transparent;
    text-align: right;
  }
}
@media (max-width: 479px) {
  .button.download-button {
    width: 95%;
  }
  .nav-link.w--current {
    margin-right: 0px;
  }
  .slider-header {
    font-size: 40px;
    line-height: 46px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-sub-header {
    font-size: 24px;
  }
  .project-inner {
    padding-top: 0px;
  }
  .footer-text {
    font-size: 13px;
    text-align: center;
  }
  .footer-text.right {
    float: none;
  }
}