html,body{
  width: 100%;
  height: 100%;
  margin: 0; /* Space from this element (entire page) and others*/
  padding: 0; /*space from content and border*/
  border: solid #fff;
  border-width: thick;
  display:block;
}

.header {
  background-color: transparent;
}

.logo {
  margin-top: 10px;
}

.hero {
  background:#003D31;
  background-image: url("img/bg-front-img.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 90%;
  overflow: hidden;
}

.hero-title {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.parallax {
  /* The image used */
  background-image: url("img/parallax.png");

  /* Set a specific height */
  min-height: 440px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  background-color: #fff;
}

.services {
  background-color: #FBBE0A;
  padding: 60px 0;
}

.contact {
  background-color: #003D31;
  padding: 60px 0;
}

.footer {
  background-color: #CAFDC6;
  padding: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
  font-family: 'Roboto', sans-serif;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin .fab,
.fa-brands {
  padding: 0 8px 0 0;
}

p {
  font-family: 'Roboto', sans-serif;
}

a {
  color: #fff;
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif;
}

button.navbar-toggler {
  padding: 0;
}
button.navbar-toggler:focus {
  box-shadow: none;
}
a.hover-underline {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 24px 0 0;
}

a.hover-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a.hover-link {
  display: inline-block;
  position: relative;
  color: #CAFDC6;
  margin: 0 12px 0 0;
}

a.hover-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #CAFDC6;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

a.hover-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

.nav-link {
  padding: 0 !important;
}

.nav-item {
  padding: 0px 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
}

a.nav-link.btn.btn-primary {
  font-family: 'Roboto', sans-serif;
  padding: 12px 20px !important;
  border-radius: 32px;
  color: #003D30;
  background-color: #CAFDC6;
  border: none;
  line-height: 24px;
  width: fit-content;
}

a.nav-link.btn.btn-primary:hover {
  background-color: #CAFDC6;
  color: #003D30 !important;
  transition: 0.9s;
}

a.nav-link.btn.btn-primary:focus {
  font-family: 'Roboto', sans-serif;
  padding: 12px 20px !important;
  border-radius: 32px;
  color: #000080;
  background-color: #6af0d2;
  border: none;
}

.title {
  font-size: 56px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;

}
.secondary-title {
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.small-title {
  color: #003D30;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.big-title {
  color: #003D30;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 44px;
margin-bottom: 16px;
}

button.btn.btn-outline-light {
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-img {
  height: 680px;
  margin-top: -92px;
  padding-left: 160px;
}

.about-img {
  width: 100%;
}

.services-img {
  width: 100%;
  padding: 60px 40px 60px 0px;
}

.about-text {
  color: #003D30;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.icon-small i {
  height: 80px;
  width: 80px;
  font-size: 36px;
  color: #003D30;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px;
}

.icon-small {
  display: flex;
  align-items: center;
  justify-content: center;
}

.details {
  padding: 0 0 0 20px;
}

.icon-small + p {
  margin-top: 15px;
}

.icon-small h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000080;
}

.icon-small p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #000080;
}

.parallax-text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.contact-title {
  font-size: 32px;
  font-weight: 600;
  color: #CAFDC6;
}

.contact-text {
  font-size: 16px;
  color: #CAFDC6;
  text-align: center;
  font-weight: 400;
}

a.cta.btn.btn-primary {
  padding: 10px 28px !important;
  border-radius: 32px;
  color: #003D30;
  background-color: #CAFDC6;
  border: none;
  font-weight: 600;
  line-height: 28px;
  height: 48px;
}

a.cta.btn.btn-primary:hover {
  background-color: #CAFDC6;
  color: #003D30 !important;
  transition: 0.9s;
}

a.cta.btn.btn-primary:focus {
  background-color: #83ffe3;
  color: #003D30 !important;
  transition: 0.9s;
}

a.cta.btn.btn-secondary {
  padding: 9px 28px !important;
  border-radius: 32px;
  color: #CAFDC6;
  background-color: transparent;
  border: 1px solid #CAFDC6;
  margin: 0 8px;
  font-weight: 600;
  line-height: 28px;
  height: 48px;
}

a.cta.btn.btn-secondary:hover {
  background-color: #CAFDC6;
  color: #003D30 !important;
  transition: 0.9s;
}

a.cta.btn.btn-secondary:focus {
  padding: 12px 20px !important;
  border-radius: 32px;
  color: #6af0d2;
  background-color: transparent;
  border: 2px solid #6af0d2;
  margin: 0 8px;
  font-weight: 600;
}

.footer-text {
  font-size: 16px;
  color: #003D30;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
}

.nav-item-footer {
  padding: 0px 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.footer-icon {
  color: #003D31 !important;
  font-size: 20px !important;
}

@media screen and (max-width: 600px) {
  .header .navbar-nav.align-items-center {
    align-items: flex-start !important;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header a.nav-link.hover-underline {
  margin: 0;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

a.nav-link.btn.btn-primary {
  font-size: 16px;
  margin: 20px 0 4px;
}
  
  nav.navbar.navbar-expand-lg.p-3 {
    background-color: #003D31;
}

.hero {
  background: #003D31;
  background-image: url(img/bg-m-front-img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 95%;
  min-height: 680px;
  overflow: hidden;
}

  .mobile-hero {
    padding-top: 90px;
}
  .logo {
    margin: 10px auto;
    display: flex;
    height: 30px;
  }

  .parallax-logo {
    margin: 10px auto;
    display: flex;
    height: 48px;
  }

  .about {
    background-color: #fff;
}

  .title {
    font-size:36px;
  }

  .secondary-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
  }

  .about-text {
    font-size: 16px;
    line-height: 28px;
    color: #003D30;
    padding-right: 0px;
}
.icon-small i {
  height: 60px;
  width: 60px;
  font-size: 28px;
  color: #003D30;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.about-img {
  width: 100%;
}
.services-img {
  width: 100%;
  padding: 60px 0 0;
}
.parallax-text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 24px 4px;
}
a.cta.btn.btn-primary {
  padding: 12px 16px !important;
  line-height: 24px;
}
a.cta.btn.btn-secondary {
  padding: 12px 16px !important;
  line-height: 24px;
}
.footer-text {
  text-align: center;
}
nav.navbar.footer {
  display: flex;
  justify-content: center;
}
.nav-item-footer > a.nav-link.hover-underline {
  margin: 12px 0 0;
}
}
