html {
  scroll-behavior: smooth;
}
#navbarNav {
  justify-content: right;
}
.navbar {
  padding: 11px 5%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #1A2728;
}
#navbarNav .nav-item {
  padding: 0 1.6rem;
}
#navbarNav a.nav-link {
  font-size: 19px;
  font-weight: 600;
  padding: .5rem 1.2rem;
}
#navbarNav .nav-item:last-child a.nav-link {
  border: 2px solid #71BF44;
  border-radius: 10px;
}
#navbarNav .nav-item:last-child a.nav-link:hover {
  background-color: #71BF44;
  transition: 0.3s;
}
.navbar-toggler-icon {
  background-image: url(../img/menu-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#home {
  padding: 175px 2% 212px;
  background-image: url(../img/kleenaid-slide.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 771px;
}
#home a {
  background-color: #0060AF;
  color: #fff;
  padding: 14px 42px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
* {
  font-family: "Maven Pro", sans-serif;
}
h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  line-height: 1.1;
}
h1 span {
  color: #fff;
}
h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
h2 {
  color: #1A2728;
  font-size: 40px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
p {
  color: #070B17;
  font-weight: 500;
}
#home .row {
  margin: 0;
}
#about {
  padding: 80px 7%;
}
#about {
  text-align: center;
  padding: 80px 15px 164px;
}
#about p {
  font-size: 30px;
  font-weight: 400;
  color: #808080;
}
#about img {
  margin-bottom: 82px;
}
#product-overview > .row:first-child {
  background-color: #1A2728;
  padding: 80px 0 28px;
}
#product-overview > .row:first-child h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600 !important;
}
#product-overview > .row:nth-child(2) {
  background-color: #71BF44;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 34px 0;
}
#product-overview > .row:nth-child(3) {
  background-color: #1A2728;
  padding-top: 36px;
  text-align: center;
  font-size: 32px !important;
  padding-bottom: 55px;
}
#product-overview > .row:nth-child(3) img {
  margin-bottom: 40px;
  width: 100%;
}
#product-overview > .row:nth-child(2), #product-overview > .row:nth-child(3) {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
#product-overview img {
  padding-right: 10px;
  width: 45px;
}
#our-team {
  text-align: center;
  padding: 80px 15px;
}
#our-team img {
  width: 100%;
  margin-bottom: 18px;
}
#our-team h2 {
  margin-bottom: 65px;
}
#our-team h3 {
  color: #71BF44;
  font-weight: bold;
}
#our-team h4 {
  color: #0060AF;
  font-size: 18px;
  font-weight: 700;
}
#our-partners h2 {
  margin-bottom: 0;
  text-align: center;
}
#our-partners > div > div {
  padding: 104px 15px;
}
#our-partners > div > div:last-child {
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url(../img/substract.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#our-partners > div > div:last-child:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  width: 22%;
  height: 100%;
  background-color: #71BF44;
}
#our-partners > div > div:last-child h2 {
  color: #fff;
  z-index: 99;
}
#our-partners > .row {
  border: 2px solid #71bf44;
}
footer {
  margin-top: 73px;
}
footer h3 {
  color: #71BF44;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
footer p {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}
footer .left-col img {
  margin-right: 15px;
}
.social-icons img {
  padding: 0 15px;
  box-sizing: content-box;
}
.social-icons a:nth-of-type(3) img {
  padding-right: 0;
}
.social-icons :first-child {
  padding-left: 0;
}
.bottom-bar {
  padding: 25px 15px !important;
  font-size: 18px;
  background-color: #0060AF;
}
.bottom-bar, .bottom-bar a {
  color: #fff;
}
.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
#navbarNav a.nav-link {
  color: #fff !important;
  position: relative;
}
#navbarNav .active a.nav-link {
  color: #ccc !important;
}
#navbarNav a.nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  width: 0;
  height: 2px;
  background: #71bf45;
  transition: 0.3s ease-out;
}
#navbarNav a.nav-link:hover:before {
  width: calc(100% - 2.4rem);
}
#navbarNav .nav-item:last-child a.nav-link:before {
  content: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
.social-icons img:hover {
  filter: invert(0.2) !important;
}
footer {
  background-color: #1A2728;    
}

@media screen and (max-width: 992px) {
  #navbarNav .nav-item:last-child a.nav-link {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px;
  } 
  #home {
    padding: 40px 0 60px;
    align-items: end !important;
    background-image: url(../img/slide-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 840px;
  }
  #home h4 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
  }
  #home a {
    background-color: #0060AF;
    color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto !important;
    width: 216px;
    text-align: center;
  }
  #home h1 {
    margin-bottom: 25px;
    font-size: 35px;
  }
  #about {
    padding: 50px 35px 40px;
  }
  #about p {
    font-size: 15px;
  }
  #about br {
    display: none;
  }
  #our-partners > div > div:last-child {
    order: -1;
    background-image: none;
    background-color: #71bf44; 
  }
  #our-partners > div > div {
    padding: 35px 15px;
  }
  #our-partners > div > div:last-child {
    padding: 60px 15px;
  }
  #our-partners h2 {
    font-size: 32px;
  }
  #our-partners > div > div:last-child:after {
    display: none;
  }
  #our-partners > .row {
    border: none;
  }
  #our-partners {
    text-align: center;
  }
  #our-partners img {
    width: 100%;
  }
  #product-overview > .row:first-child h2 {
    font-size: 35px;
  }
  #product-overview > .row:nth-child(2), #product-overview > .row:nth-child(3) {
    text-align: left;
    font-size: 24px;
  }
  #product-overview img {
    width: 65px;
  }
  #product-overview > .row:nth-of-type(3) > div {
    padding-bottom: 20px;
  }
  #product-overview > .row:nth-child(3) {
    text-align: center;
  }
  #product-overview > .row:nth-child(3) img {
    padding-right: 0;
    width: 70%;
  }
  #product-overview > .row:first-child {
    padding: 60px 0 15px;
  }
  #product-overview {
    text-align: center;
  }
  #our-team {
    padding: 50px 15px;
  }
  #our-team h2 {
    margin-bottom: 40px;
  }
  footer {
    text-align: center;
    padding: 60px 0 0;
    margin-top: 35px;
  }
  footer p {
    font-size: 14px;
  }
  footer .contact-info {
    text-align: left;
  }
  footer .contact-info:nth-of-type(2) {
    display: flex;
    align-items: start;
  }
  footer #contact {
    padding: 0 15px 50px 20px;
  }
  footer .right-col p img {
      display: block;
      margin: 0 auto;
      position: relative;
  }
  footer .mid-col p {
    width: 50%;
    float: left;
    text-align: left;
  }
  footer .address span {
    width: 70%;
    display: inline-block;
  }
  .bottom-bar {
    font-size: 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) { 
  #our-partners img {
    width: 100%;
  }
  #product-overview > .row:nth-child(2), #product-overview > .row:nth-child(3) {
    font-size: 17px;
  }
  #product-overview > .row:first-child h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) { 
  #product-overview .row:nth-of-type(2) > div > div > div {
    margin-bottom: 20px;
    padding-left: 35px;
  }
  #product-overview .row:nth-of-type(2) > div > div > div:last-child {
    margin-bottom: 0;
  }
  #our-partners img {
    width: 85%;
  }
}

@media screen and (min-width: 768px) { 
  footer .right-col span {
    padding-left: 10px;
  }
  footer .address span {
    padding-left: 35px;
    display: inline-flex;
  }
}

@media screen and (min-width: 475px) and (max-width: 767px) {
  #home {
    background-position: center 0px;
    background-image: url(../img/slide-tab.jpg);
  }
  .bottom-bar {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #contact {
    text-align: center;
    padding: 40px 15px;
  }
  .bottom-bar {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 30px;
  } 
  #home {
    height: 680px;
    padding: 0; /*55px 0 210px;*/
    align-items: center;
    background-image: url(../img/slide-tab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  #home {
    background-position: -172px 75px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #contact {
    padding: 40px 15%;
  }
}

@media screen and (min-width: 1200px) {
  #home {
    position: relative;
    top: 85px;
  }
  #home h4 {
    width: 440px;
  }
  #about {
    position: relative;
    top: 85px;  
  }
  #about p {
    width: 84%;
    margin: 0 auto;
  }
  #product-overview > .row:nth-child(2) > div:nth-of-type(2) {
    text-align: center;
  }
  #product-overview > .row:nth-child(2) > div:nth-of-type(3) {
    text-align: right;
  }
  #product-overview .col-sm-6:nth-of-type(2) {
    padding-bottom: 35px;
  }
  footer .mid-col {
    padding-left: 8%;
  }
  footer > div {
    padding: 30px 5% 10px !important;
  }  
  footer .address {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  footer .address img {
    position: absolute;
    left: 15px;
  }
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}