#sp-topbar {
  height: 5px!important;
  background-color: #96b58d!important;
}

#sp-header {
  height: 140px!important;
  background-color: #c6d4c2!important;
}

@media (max-width: 575px) {
    #sp-header {
        height: 300px!important;
    }
}

@media (max-width: 989px) {
    #sp-header {
        height: 300px!important;
    }
}

#sp-position1 {
   display: flex;
   justify-content: center!important;
}

#sp-position2 {
   display: flex;
   justify-content: center!important;
}


/**************************************************/


#sp-menu>.sp-column {
  display: flex;
  justify-content: center!important;
}

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-size: 20px!important;
  font-weight: bold!important;
  color: #3e5737!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: none!important;
  color: #26401c!important;
}

.sp-megamenu-parent>li.active> a  {
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-weight: semi-bold!important;
  color: #26401c!important;
}

.sp-megamenu-parent>li>span  {
  line-height: 60px!important;
}

/* mobile burger menu */

.burger-icon > span {background-color: #3e5737!important;
}

/*close all menu */


/**************************************************/


/* use as top level headers on page or section */
h2 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 40px!important;
  line-height: 40px!important;
  font-weight: semi-bold!important;
  color: #3e5737!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
h2 {
  font-size: 30px!important;
  line-height: 42px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h2 {
  font-size: 30px!important;
  line-height: 32px!important;
  }
}

/**************************************************/


/* use for sub-headings on page */
h3 {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 30px!important;
  line-height: 40px!important;
  font-weight: 500!important;
  color: #3e5737!important
}

/* tablet size */
@media screen and (max-width: 768px) {
h3 {
  font-size: 20px!important;
  line-height: 30px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h3 {
  font-size: 20px!important;
  line-height: 25px!important;
  }
}

/**************************************************/


body {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 18px!important;
  line-height: 34px!important;
  color: #3e5737!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
body {
  font-size: 18px!important;
  line-height: 28px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
body {
  font-size: 16px!important;
  line-height: 26px!important;
  }
}


a:link,
a:visited  {
  color: #26401e!important;
  text-decoration: underline!important;
}

a:hover {
  color: #8db381!important;
  text-decoration: none!important;
}

/**************************************************/


#sp-footer,
#sp-footer1,
#sp-footer2 {
  font-size: 16px!important;
  font-family:'Open Sans', sans-serif!important;
  line-height: 16pt!important;
  color: #222222!important;
  background: #c6d4c2!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

/* phone size */
@media screen and (max-width: 640px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

#sp-footer a,
#sp-footer a:visited  {
  text-decoration: underline!important;
  color: #222222!important;
}

#sp-footer a:hover  {
  text-decoration: none!important;
  color: #333333!important;
}
