.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-text {
  cursor: pointer;
  transition: 0.3s;
}
.navigation-links-text:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-text1 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
.navigation-links-text1:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-text2 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
.navigation-links-text2:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-text3 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
.navigation-links-text3:hover {
  color: var(--dl-color-scheme-brown);
}

.mobile-text2 {
  display: none;
}

#mobile-text {
  display: none;
}

#logo-name {
    height:70px;
}

#logo-name-2 {
    height:70px;
}

#logo-name-3 {
    height:30px;
}

.footer-container {
    background-color: #549D8B;
}

.navigation-links-root-class-name17 {
  margin-right: var(--dl-space-space-threeunits);
}
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navigation-header {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  /*position:static; /*make header not sticky on the top*/
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-scheme-white);
}
.navigation-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  /*padding-top: var(--dl-space-space-twounits);*/
  padding-top: var(--dl-space-space-oneunit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  /*padding-bottom: var(--dl-space-space-twounits);*/
  padding-bottom: var(--dl-space-space-oneunit);
  justify-content: space-between;
}
.navigation-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-burger-menu {
  display: none;
}

.info-icon-line{
    display: flex;
    align-items: center;
}

.info-icon-line span {
  display: inline-block;
}


.social-icon-line{
    margin-top: var(--dl-radius-radius-radius8);
    display: flex;
}

.social-icon-line span {
  display: inline-block;
}

.social-icon-space{
    margin-left: var(--dl-radius-radius-radius12);
}

.navigation-icon {
  fill: var(--dl-color-scheme-darkblue);
  width: 32px;
  height: 32px;
  display: flex;
}
.navigation-nav1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.navigation-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navigation-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-icon2 {
  width: 30px;
  height: 30px;
}
@media(max-width: 991px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .navigation-links-text {
    margin-bottom: var(--dl-space-space-unit);
  }

  .navigation-links-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }

  .navigation-nav {
    display: none;
  }
  .navigation-burger-menu {
    display: flex;
  }
}
@media(max-width: 767px) {
  .navigation-max-width {
    padding: var(--dl-space-space-unit);
  }
}

.services-card-container {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  margin-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: rgba(182, 71, 47, 0.1);
}

.blog-card-blog-card {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 335px;
  align-items: flex-start;
  flex-direction: column;
}
.blog-card-image {
  width: 100%;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-halfunit);
}
.blog-card-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
.blog-card-button {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-card-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.blog-card-text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-unit);
}
.blog-card-text4 {
  text-decoration: underline;
}

.blog-card-root-class-name {
  margin-right: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-threeunits);
}

@media(max-width: 991px) {
  .blog-card-blog-card {
    max-width: 550px;
  }

    .blog-card-root-class-name {
      margin-bottom: var(--dl-space-space-threeunits);
      margin-right: 0;
    }
}

@media(max-width: 767px) {
  .blog-card-blog-card {
    max-width: 450px;
  }
}

@media(max-width: 479px) {
  .blog-card-blog-card {
    max-width: 350px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}


.overlay {
  position: absolute;
  top:0 ;
  left :0 ;
   width:100%;
   height:100%;
   background-color:white;
    opacity:.1;
}

.overlay2 {
  position: absolute;
  top:0 ;
  left :0 ;
   width:100%;
   height:100%;
   background-color:white;
    opacity:.2;
}

.overlay1 {
  position: absolute;
  top:0 ;
  left :0 ;
   width:100%;
   height:100%;
   background-color:white;
    opacity:.1;
}

.overlay-dark1 {
  position: absolute;
  top:0 ;
  left :0 ;
   width:100%;
   height:100%;
   background-color:black;
    opacity:.1;
}

.home-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/index.jpg');
    background-size: cover;
    background-position: center;
    height:700px;
}

.food-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/food.jpg');
    background-size: cover;
    background-position: center;
    height:700px;
}

.lifestyle-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/lifestyle.jpg');
    background-size: cover;
    background-position: center;
    height:700px;
}

.resources-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/resources.jpg');
    background-size: cover;
    background-position: center;
    height:730px;
}

.posts-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/posts.jpg');
    background-size: cover;
    background-position: center;
    height:700px;
}

.about-hero {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/about.jpg');
    background-size: cover;
    background-position: center;
    height:700px;
}

.about-hero1 {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/about1.jpg');
    background-size: cover;
    background-position: center top;
    height:700px;
}

.about-hero2 {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/about2.jpg');
    background-size: cover;
    background-position: center top;
    height:700px;
}

.about-hero3 {
  position: relative;
  padding-top: 128px;

  /*add background image to cover it*/
    background-image: url('../images/about3.jpg');
    background-size: cover;
    background-position: center top;
    height:700px;
}

.home-max-width {
  /*margin-top: var(--dl-space-space-threeunits);*/
  margin-top: var(--dl-space-space-oneandhalfunits);
}

.home-max-width-404 {
  /*margin-top: var(--dl-space-space-threeunits);*/
  margin-top: var(--dl-size-size-xlarge);
}

.home-heading-container {
  flex: 1;
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-heading-container-post {
  flex: 1;
  display: flex;
  max-width: 100%;

  flex-direction: column;

}

.home-heading-container-new {
  flex: 1;
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.home-heading-container-new-right {

  margin-left:auto;
  text-align:right;
}

.home-heading-container-new-left {

  margin-right:auto;
  text-align:left;
}

.home-heading-container-new-low-center {

  margin-bottom:0;
  text-align:center;
}

.home-text-post {
  text-align: left;
  margin-bottom: var(--dl-space-space-halfunit);
  color:#380014;
}

.home-link-space {
    margin-right: var(--dl-radius-radius-radius4);
}

.home-text {
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  color:black;
}

.home-text-post-subtitle {
  /*color: var(--dl-color-scheme-black);*/
  color:#380014;
  font-size: 14px;
  text-align: left;
  line-height: 1.44;
  margin-top: 10px;
  /*margin-bottom: var(--dl-space-space-twounits);*/
  margin-bottom: 0px;
}

.home-text1-post {
  text-align: left;
  /*margin-bottom: var(--dl-space-space-halfunit);*/
  margin-bottom: var(--dl-space-space-halfunit);
  color:#380014;
}

.home-text1 {
  text-align: center;
  /*margin-bottom: var(--dl-space-space-halfunit);*/
  margin-bottom: var(--dl-space-space-oneunit);
  color:#380014;
}

.home-text1-white {
  text-align: center;
  /*margin-bottom: var(--dl-space-space-halfunit);*/
  margin-bottom: var(--dl-space-space-oneunit);
  color:white;
}

.home-text1-about {
  text-align: center;
  /*margin-bottom: var(--dl-space-space-halfunit);*/
  margin-bottom: var(--dl-space-space-oneunit);
  margin-right: 60px;
  color:#380014;
}

.home-text-2 {
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  color:white;
}

.home-text03 {
  /*color: var(--dl-color-scheme-black);*/
  color:#380014;
  /*font-size: 18px;*/
  font-size: 24px;
  text-align: center;
  line-height: 1.44;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text07 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-text-intro {
  color: var(--dl-color-scheme-black);
  font-style: normal;
  font-size: 22px;
  text-align: center;
  /*font-weight: 700;*/
  margin-bottom: var(--dl-space-space-threeunits);
  line-height: 1.55;
  /*letter-spacing: 0.1em;*/
   max-width: 890px;
}

.about-text-intro {
  color: var(--dl-color-scheme-black);
  font-style: normal;
  font-size: 18px;
  text-align: left;
  /*font-weight: 700;*/
  margin-bottom: var(--dl-space-space-threeunits);
  line-height: 1.55;
  /*letter-spacing: 0.1em;
   max-width: 890px;*/
}

.home-right {
  text-align: right;
}

.home-primary {
  margin-bottom: var(--dl-space-space-threeunits);
}

.home-max-width1 {
  flex-direction: column;
}

.home-heading-container1-new {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--dl-space-space-fourunits);

}

.home-text-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-max-width2 {
  flex-direction: column;
}
.home-text-container1 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}

.home-text-container1-new {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}
.home-text12 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-text13 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}

.home-text15 {
  color: var(--dl-color-scheme-black80);

  font-size:18px;

  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-tab-selector-header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: center;
}

.home-tab-selector-header-new {
  flex: 0 0 auto;
  /*
  width: 100%;
   justify-content: center;
  */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-tab-selector-header-resource-links {
   flex: 0 1 auto;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 0;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   overflow-x: auto;
}

.home-showcase-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /*
  align-items: stretch;
  justify-content: space-between;
  */
    align-items: flex-start;
    justify-content: space-between;
}

.home-text19 {
  font-size:18px;
  margin-right: 30px;
  /*
  overflow-wrap: break-word;
  */
  overflow-wrap: normal;
}

.home-tab-selector-cards-container {
  width: 100%;
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.home-about {
  background-color: var(--dl-color-scheme-lightbrown);
}

.home-directory {
    background-color:#d7effc;
}

.white-bkg-directory {
/*
  background-color:#ffe0cf;
*/
}

.home-resources-sample{
    background-color:#eaf6ef;
}

.home-posts {
  background-color: white;
}

.home-resources {
  display: flex;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: column;
  background-color: #e3effc;
}
.home-max-width3 {
  flex-direction: row;
  justify-content: space-between;
}

.home-max-width5 {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-text51 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-text52 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}

.home-text52-new {
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}

.home-text53 {
  text-align: left;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text53-new {
  text-align: left;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text54 {
  font-size:18px;
  color: var(--dl-color-scheme-black80);
  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text54-new {
  font-size:18px;
  color: var(--dl-color-scheme-black80);
  text-align: left;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text54-brand {
  font-size:18px;
  color: var(--dl-color-scheme-black80);
  text-align: left;
  line-height: 26px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text54-org {
  font-size:20px;
  color: var(--dl-color-scheme-black80);
  text-align: left;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-oneunit);
}

.home-text54-post {
  font-size:18px;
  color: var(--dl-color-scheme-black80);
  text-align: left;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text54-post h2, .home-text54-post h3  {
margin-top: 40px;
margin-bottom: 10px;
}

.home-text54-post ul {
margin-top: 5px;
margin-bottom: 20px;
}

.home-text55  a{
    color: var(--dl-color-scheme-green2);
}

.home-text54-post   a{
    color: var(--dl-color-scheme-green2);
}


.home-text54-post li{
    margin-bottom: var(--dl-radius-radius-radius6);
}

.black-link{
    color: var(--dl-color-scheme-black80);
    font-weight: 700;
}

.red-link{
    color: red;
    font-weight: 700;
}

.green-link{

}
.green-link a{
    color: var(--dl-color-scheme-green2);
}

.home-text54-new2 {
  font-size:18px;
  color: var(--dl-color-scheme-black80);
  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-sixunits);
}

.home-text55{
    margin-left:30px;
    margin-bottom: var(--dl-space-space-oneunit);
}

.home-text-nav-container{
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}

.home-text-nav-line {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: left;
  font-weight: 400;
  margin-bottom: 4px;

  /*
  letter-spacing: 0.1em;
  text-transform: uppercase;
  */
}

.home-text-nav-line-h1 {
  display:inline;
  /*
  color: var(--dl-color-scheme-black80);
  */
  font-style: normal;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;

  /*
  letter-spacing: 0.1em;
  text-transform: uppercase;
  */
}

.home-text-color-green1{
    color: var(--dl-color-scheme-green1);
}

.home-text-color-green2{
    color: var(--dl-color-scheme-green2);
    font-size:16px;
}

.home-primary2 {
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-primary2-new {
  margin-bottom: 0;
}
.home-blog-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
    /*
  justify-content: space-between;
    */
  flex-wrap: wrap;

  justify-content: flex-start;

}
.home-banner {
  align-items: flex-end;
  justify-content: center;
  background-color: var(--dl-color-scheme-brown);
}
.home-max-width6 {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-top-part {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.home-links-container {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-product-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text65 {
  color: var(--dl-color-scheme-orange);
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text66 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text67 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text100 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text110 {
  margin-bottom: var(--dl-radius-radius-radius12);
}
.home-navigate-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text69 {
  color: var(--dl-color-scheme-orange);
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text70 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text71 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-contact-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-subscribe-container {
  flex: 0 0 auto;
  width: 35%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text82 {
  color: var(--dl-color-scheme-black80);
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-textinput {
  outline: none;
  align-self: stretch;
  padding-top: 4px;
  border-color: rgba(0, 0, 0, 0.1);
  padding-left: 0px;
  border-radius: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  padding-bottom: 4px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #D9D9D9;
}
.home-max-width8 {
  flex-direction: row;
  justify-content: space-between;
}

.home-text83 {
  align-self: center;
  /*
  color:#435661;
  */
}

caption {
  display: table-caption;
  text-align: left;
}

.sortable-container{
    overflow-x: auto;

}

.sortable {
  border-spacing: 0;
  width:100%;
}

.sortable tbody tr:nth-child(odd) {
  background: #e4e4e4;
}

.sortable td,
.sortable th {
  padding: 10px;
}

.sortable td:first-child,
.sortable th:first-child {
  border-top-left-radius: 3px;
}

.sortable td:last-child,
.sortable th:last-child {
  border-top-right-radius: 3px;
}

.sortable th {
  background: #808080;

  color: #fff;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
  vertical-align: baseline;
  white-space: nowrap;
}

.sortable th:hover {
  color: #000;
}

.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;

  content: ' \025B8';

}

.sortable th::after {
  font-size: 1.2em;
  color: transparent;

  content: ' \025B8';

}

.sortable th.dir-d {
  color: #000;
}

.sortable th.dir-d::after {
  color: inherit;

  content: ' \025BE';
  /*
  content: ' ↘';
    */
}

.sortable th.dir-u {
  color: #000;
}

.sortable th.dir-u::after {
  color: inherit;

  content: ' \025B4';
  /*
  content: ' ↗';
    */
}

.home-text-small {
  font-size: 16px !important;
}

.home-ul-product{
    list-style-type: disc;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:15px;
}

.fa-link:before{
    content:"\f0c1";

}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip:hover + .tooltip-content {
  display: block;
}

.tooltip-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  padding: 5px;
}

.vegan-symbol{
    color: var(--dl-color-scheme-green2);
    /*
    padding-left: 10px;
    font-weight: normal;
    */
}

.back-arrow {
  font-size:45px;
  font-weight: 700;
}

 .home-top-margin {
     padding-top: var(--dl-space-space-oneandhalfunits);
  }

@media(max-width: 991px) {
  .home-heading-container {
    max-width: 100%;
    margin-bottom: 42px;
  }

  .home-tab-selector-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-max-width3 {
    flex-direction: column;
  }

  .home-image-container {
    width: 100%;
  }

  .home-blog-cards-container {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media(max-width: 767px) {
    .home-max-width-404 {
      margin-top: var(--dl-space-space-fourunits);
    }

    .hide-for-mobile{
        display: none;
    }

    .mobile-text2 {
      display: inline;
    }

    #mobile-text {
      display: inline;
    }

    .show-for-mobile{
        display: show;
    }

    #logo-name {
        height:65px;
    }
    #logo-name-2 {
        height:65px;
    }
  .home-text {
    font-size: 48px;
  }

  .home-tab-selector-cards-container {
    grid-template-columns: 1fr;
  }

  .home-text03 {
    font-size: 22px;
  }

 .home-top-margin {
     padding-top: var(--dl-space-space-oneandhalfunits);
  }

  .home-text45 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-text48 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-top-part {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-links-container {
    width: 100%;
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
  }
  .home-subscribe-container {
    width: 100%;
  }

  #logo-name {
      height:54px;
  }

  #logo-name-2 {
      height:54px;
  }

  #logo-name-3 {
      height:25px;
  }

  .navigation-header {
      position: static;
  }

  .home-text1-about {
    margin-right: 0px;
  }

  .home-text-nav-container{

    margin-top: 0;

    margin-bottom: var(--dl-space-space-oneunit);
  }

}


@media(max-width: 479px) {

  .home-top-part {
    align-items: center;
    flex-direction: column;
  }
  .home-links-container {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-contact-container {
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .home-max-width8 {
    flex-direction: column;
  }

  .home-text83 {
    text-align: center;
    font-size: 12px;
  }

  .image-wrapper {
    display:inline-flex;
    align-items:center;
   }

    #logo-name {
        height:54px;
    }

    #logo-name-2 {
        height:54px;
    }

    #logo-name-3 {
        height:25px;
    }

    .navigation-header {
        position: static;
    }

   .home-hero {
     /*add background image to cover it*/
       background-image: url('../images/index-mobile.jpg');
       background-size: cover;
       height:600px;
   }

   .food-hero {
     /*add background image to cover it*/
       background-image: url('../images/food-mobile.jpg');
       background-size: cover;
       height:500px;
   }

      .lifestyle-hero {
        /*add background image to cover it*/
          background-image: url('../images/lifestyle-mobile.jpg');
          background-size: cover;
          height:500px;
      }

      .resources-hero {
        /*add background image to cover it*/
          background-image: url('../images/resources-mobile.jpg');
          background-size: cover;
          background-position: center;
          height:500px;
      }

    .posts-hero {
      /*add background image to cover it*/
        background-image: url('../images/posts-mobile.jpg');
        background-size: cover;
        background-position: center;
        height:500px;
    }

    .about-hero {
      /*add background image to cover it*/
        background-image: url('../images/about-mobile.jpg');
        background-size: cover;
        background-position: center;
        height:500px;
    }

    .about-hero1 {
      /*add background image to cover it*/
        background-image: url('../images/about1-mobile.jpg');
        background-size: cover;
        background-position: center;
        height:500px;
    }

    .about-hero2 {
      /*add background image to cover it*/
        background-image: url('../images/about2-mobile.jpg');
        background-size: cover;
        background-position: center;
        height:500px;
    }

    .about-hero3 {
      /*add background image to cover it*/
        background-image: url('../images/about3-mobile.jpg');
        background-size: cover;
        background-position: center;
        height:500px;
    }

   .home-heading-container1-new {
      flex-direction :column ;/* makes items stack one above another*/
   }

   .home-resources-button-container{
        margin-top: 30px;
   }

   .home-tab-selector-header-new {
        flex: 0 1 auto;
        overflow-x: auto;
   }

}

