body {
  font-size: 1rem;
  background-color: #fff;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #3c3c3c;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 42px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0px;
}

ul,
ol {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.listnone {
  list-style: none;
  padding: 0px;
}

.team-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #0eb769;
  font-weight: 500;
  letter-spacing: 1px;
}

.team-title {
  margin-bottom: 0px;
}

button {
  background-color: #0eb769;
  color: #ffffff;
  margin: 0 auto;
  border: 0;
  padding: 15px 25px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.375rem;
  display: block;
  font-family: "Raleway", sans-serif;
}
button a {
  color: #ffffff;
}
button:hover {
  transition: background-color 0.2s ease;
  background-color: #146c43;
}

header {
  background-color: #0eb769;
  font-size: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
}
header a {
  color: #fff;
}

nav {
  background-color: #fff;
  z-index: 9999;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

nav .menu a {
  color: #ffffff;
  background-color: #0eb769;
  margin: 0;
  border: 0;
  padding: 15px 25px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}

nav a:hover {
  color: white;
}

nav ul {
  padding: 0 2%;
}

nav ul li {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul li a:hover {
  transition: background-color 0.2s ease;
  background-color: #146c43;
}

nav .logo {
  text-align: center;
  margin: auto;
}
nav .logo img {
  max-height: 65px;
}
@media screen and (min-width: 992px) {
  nav .logo {
    text-align: start;
  }
}

.hero img {
  max-width: 324.83px;
  max-height: 460px;
  display: block;
  padding: 0;
}
.hero section {
  font-family: "Raleway", sans-serif;
  color: #2d3436;
  margin-top: auto;
  margin-bottom: auto;
}
.hero section p {
  margin-bottom: 10px;
}
.hero section .small {
  font-size: 24px;
  font-weight: 400;
}
.hero section .medium {
  font-size: 34px;
  font-weight: 600;
}
.hero section .large {
  font-size: 44px;
  font-weight: 700;
  color: #27ae60;
}
.hero section .description {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .service-small h2 {
    height: 80px;
  }
}
.service-small img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .service-small p {
    margin-bottom: 0.75rem;
    min-height: 96px;
  }
}
@media screen and (min-width: 992px) {
  .service-small p {
    min-height: 72px;
  }
}
@media screen and (min-width: 1400px) {
  .service-small p {
    min-height: 50px;
  }
}

footer {
  background-color: #262928;
  padding-top: 30px;
  font-size: large;
}

@media screen and (min-width: 768px) {
  .footer-adress {
    margin-right: 40px;
  }
}
.footer-widget {
  color: #fff;
}
.footer-widget a {
  color: #fff;
}
.footer-widget h2 {
  color: #fff;
  font-weight: 600;
}
.footer-widget-title {
  margin-bottom: 10px;
}
.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}
.footer-contact li {
  margin-bottom: 15px;
}

.footer-copyright {
  font-size: 12px;
  color: #808a86;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #424544;
  padding: 12px;
  line-height: 24px;
}

.about-me {
  text-align: justify;
}
.about-me img {
  max-width: 324.83px;
  max-height: 460px;
  display: block;
  padding: 0;
}

.service img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .service img {
    width: 400px;
  }
}
.service li {
  margin-top: 1rem;
}

.map {
  min-height: 450px;
}

/*# sourceMappingURL=style.css.map */
