body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

h4 {
  margin: 1.5rem 0;
}

.primary-color-bg {
  background: #00a7e6;
}

.primary-color-text {
  color: #00a7e6;
}

.secondary-color-bg {
  background: secondary-color;
}

.secondary-color-text {
  color: secondary-color;
}

.flex-container {
  display: flex;
  flex-direction: row;
}
.flex-container .section-icon {
  margin-right: 20px;
}
.flex-container .section-icon:last-child {
  margin-right: 0;
}

.section-header {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

nav {
  background: #000000;
}
nav .brand-logo {
  color: #716557;
  font-size: 2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
nav img {
  width: 40px;
  height: 40px;
  vertical-align: sub;
  background: #000000;
  border-radius: 50%;
}
nav ul a:hover {
  color: #6f655a;
}
nav .header-title {
  font-size: 2.5rem;
}

.sidenav-trigger {
  color: #716557;
}

.slides h2,
.slides h5 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.slides h2 {
  margin: 0 0 20px;
}

.caption-text {
  background: rgba(0, 167, 230, 0.7);
  padding: 20px;
}

.section-offer h3 {
  color: #ffffff;
}

.what-we-offer h4 {
  color: #00a7e6;
}
.what-we-offer ul li {
  list-style-type: none;
  list-style-position: outside;
  text-align: left;
  margin-bottom: 10px;
}
.what-we-offer ul li:last-child {
  margin-bottom: 0;
}
.what-we-offer ul li::before {
  content: "\f105";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #00a7e6;
  margin-right: 10px;
}

.marketing-icon {
  display: inline-flex;
  padding: 15px;
  border-radius: 50%;
  background-color: #00a7e6;
}
.marketing-icon .fa-fw {
  color: #ffffff;
}

.card-panel.services-card-panel {
  padding: 0;
}

.services-card-panel a {
  display: block;
  padding: 24px;
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  transition: color 300ms linear 0s;
  transition: background 300ms linear 0s;
}
.services-card-panel a:hover {
  background: #00a7e6;
  color: #ffffff;
}

.services-card-panel:hover .marketing-icon {
  background: #ffffff;
}

.services-card-panel:hover .fa-fw {
  color: #00a7e6;
}

.section-follow .fa-4x {
  margin: 5px 10px;
}

.materialboxed {
  cursor: pointer;
}

.section-follow {
  color: #ffffff;
}

.fa-facebook,
.fa-instagram {
  color: #ffffff;
  transition: transform .2s ease-in-out;
}
.fa-facebook:hover,
.fa-instagram:hover {
  transform: scale(1.2);
}

.parallax-container {
  height: auto;
}

.flex-container-clients {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.client-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  flex-direction: column;
  margin-right: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}
.client-container:last-child {
  margin-right: 0;
}
.client-container img {
  border: 3px solid #00a7e6;
  border-radius: 50%;
}
.client-container h4 {
  font-size: 1rem;
}

.contact-section-item {
  width: calc(50% - 10px);
}

.contact-information {
  color: #ffffff;
}

.btn-contact {
  background: #00a7e6;
}
.btn-contact:hover {
  background: #ffffff;
  color: #00a7e6;
  border: 1px solid #00a7e6;
}

footer {
  background: #000000;
  color: #716557;
}
footer span {
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .flex-container {
    display: block;
  }

  .flex-container .section-icon {
    margin-right: 0;
  }

  .contact-section-item {
    width: 100%;
  }

  .slides h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .flex-container-clients {
    flex-direction: column;
  }

  .client-container {
    margin: 0 0 20px;
  }

  .material-placeholder {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
