* {
  font-family: "Lato", sans-serif;
}

p {
  font-size: 18px;
}

h2 {
  font-weight: 800;
}

header {
  background: #415ba9;
}
header ul.nl-top-menu {
  margin: 0;
  padding: 0;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header ul.nl-top-menu li {
  list-style-type: none;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
header ul.nl-top-menu li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}
header ul.nl-top-menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  background: #64bc46;
  width: 100%;
  min-width: 120px;
  padding: 0;
  border-top: 1px solid white;
  z-index: 1;
}
header ul.nl-top-menu li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid white;
}
header ul.nl-top-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
header ul.nl-top-menu li:hover .sub-menu {
  display: block;
}
header ul.nl-top-menu .menu-item-has-children:after {
  content: "\f0d7";
  font: var(--fa-font-solid);
  color: white;
  font-size: 18px;
}
header ul.nl-top-menu .menu-item-has-children:hover:after {
  content: "\f0d8";
  font: var(--fa-font-solid);
  color: white;
  font-size: 18px;
}
header .nl-top-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.nl-btn {
  font-size: 20px;
  padding: 10px 30px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-decoration: none;
}

.nl-btn-primary {
  background: #64bc46;
  color: white;
  border-color: #64bc46;
}

footer {
  background: #415ba9;
  padding: 40px 0px;
}
footer .nl-footer-logo img {
  width: 100%;
  max-width: 300px;
}
footer .nl-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
footer .nl-footer-contact h3,
footer .nl-footer-contact p {
  color: white;
  margin-bottom: 8px;
}
footer .nl-footer-contact h3 {
  font-weight: 700;
}
footer .nl-footer-contact a {
  text-decoration: none;
  color: white;
}
footer .nl-social-media {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}
footer .nl-social-media .fa-brands {
  font-size: 25px;
  transition: opacity 0.2s 0.2s;
}
footer .nl-social-media .fa-brands:hover {
  opacity: 0.8;
}

.nl-page-content-wrapper {
  max-width: 800px;
  margin: 60px auto;
}
.nl-page-content-wrapper h2.nl-page-title {
  text-align: center;
  margin: 30px 0px;
}

.nl-post-image {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
.nl-post-image img {
  width: 100%;
  height: auto;
}

.nl-post-details p {
  font-size: 14px;
  color: #9d9d9d;
}

.nl-featured-post-wrapper {
  margin: 40px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nl-featured-post-wrapper .nl-featured-post-image {
  width: 100%;
  max-width: 30%;
  margin-right: 20px;
}
.nl-featured-post-wrapper .nl-featured-post-image img {
  width: 100%;
  height: auto;
}
.nl-featured-post-wrapper .nl-featured-post-text {
  width: 100%;
  max-width: 70%;
}
.nl-featured-post-wrapper .nl-featured-post-text h2 {
  color: black;
  font-size: 36px;
  margin-bottom: 10px;
}
.nl-featured-post-wrapper .nl-featured-post-text .nl-featured-post-details p {
  font-size: 16px;
  color: #bebdbd;
}
.nl-featured-post-wrapper .nl-featured-post-text .nl-featured-excerpt {
  font-size: 18px;
  margin-bottom: 10px;
}
.nl-featured-post-wrapper .nl-featured-post-text .nl-post-link a {
  text-decoration: none;
  color: #64bc46;
  font-weight: 700;
  line-height: 22px;
}
.nl-featured-post-wrapper .nl-featured-post-text .nl-post-link a:after {
  content: "\f101";
  font: var(--fa-font-solid);
  color: #64bc46;
  font-size: 16px;
  padding-left: 7px;
}

.nl-blog-title-container h1 {
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.nl-blog-posts-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.nl-blog-posts-wrapper .nl-post-wrapper {
  width: 30%;
  margin: 20px 15px;
}
.nl-blog-posts-wrapper .nl-post-wrapper .post-image {
  max-width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.nl-blog-posts-wrapper .nl-post-wrapper .post-title {
  margin-top: 10px;
}
.nl-blog-posts-wrapper .nl-post-wrapper .post-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.nl-blog-posts-wrapper .nl-post-wrapper .date-posted {
  font-size: 14px;
  color: #bebdbd;
  margin-bottom: 10px;
}
.nl-blog-posts-wrapper .nl-post-wrapper .post-more a {
  text-decoration: none;
  color: #64bc46;
  font-weight: 700;
  line-height: 22px;
}
.nl-blog-posts-wrapper .nl-post-wrapper .post-more a:after {
  content: "\f101";
  font: var(--fa-font-solid);
  color: #64bc46;
  font-size: 16px;
  padding-left: 7px;
}

.pagination-links-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}
.pagination-links-wrapper a {
  text-decoration: none;
  color: black;
}

.nl-mobile-menu {
  display: none;
}

#nl-hamburger {
  display: none;
  font-size: 30px;
  color: white;
  text-align: right;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  #nl-hamburger {
    display: block;
  }
  .menu-main-menu-container {
    display: none;
  }
  ul.nl-top-menu {
    display: none;
  }
  .nl-mobile-menu {
    position: absolute;
    display: block;
    top: -2000px;
    left: 0;
    right: 0;
    background: #415ba9;
    z-index: 10;
    border-top: 1px solid white;
    padding-bottom: 20px;
  }
  .nl-mobile-menu .menu-main-menu-container {
    display: block;
  }
  .nl-mobile-menu .mobile-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
  }
  .nl-mobile-menu .mobile-menu li {
    padding: 20px 0px;
    border-bottom: 1px solid white;
    width: 80%;
    margin: 0 auto;
  }
  .nl-mobile-menu .mobile-menu li a {
    text-decoration: none;
    color: white;
  }
  .nl-mobile-menu .mobile-menu li .sub-menu {
    padding: 0;
  }
  .nl-mobile-menu .mobile-menu li .sub-menu li {
    list-style: none;
    border-bottom: 0;
    padding: 10px 0px;
    margin-left: 10px;
    list-style-position: inside;
  }
  .nl-mobile-menu .mobile-menu li .sub-menu li:before {
    content: "\f111";
    font: var(--fa-font-solid);
    color: white;
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
  }
  .nl-mobile-menu-show {
    top: 96px;
    transition: top 0.5s 0.1s;
  }
  .nl-post-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .nl-footer-logo {
    text-align: center;
  }
  .nl-footer-contact {
    justify-content: center !important;
    align-items: center !important;
  }
}/*# sourceMappingURL=main.css.map */