@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
    --body-font-family: "Source Sans 3", sans-serif !important;
    --heading-font-family: "Sora", sans-serif !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Source Sans 3", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 700 !important;
}





:root{
    --primary: #1F3A32;
    --secondary: #6F7B5B;
    --background: #F7F4EE;
    --section: #E8E1D4;
    --heading: #121212;
    --text: #4B4033;
}
body{
    background: var(--background);
    color: var(--text);
}
































/* Hide first 4 columns */
#t4-footnav .row > div:nth-child(-n+4) {
    display: none;
}

/* Make last column full width */
#t4-footnav .row > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Remove navbar wrapper spacing */
#t4-footnav .navbar {
    padding: 0;
}

/* Inline menu */
#t4-footnav .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

#t4-footnav .navbar-nav .nav-item {
    margin: 0;
}

#t4-footnav .module-title {
    display: none;
}










h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora';
  font-weight: bold;
}

.t4-header .header-wrap {
    min-height: 80px;
    background: #FEF6F4;
}


.header-wrap .navbar-toggler {
  display: none;
}

#t4-section-6.bg-purple, #t4-section-9.bg-indigo {
  background-color: #FEF6F4;
}

.header-wrap .toggle-bars {
  margin-right: 13px;
}


.footer2 {
display: none;
}


@media (max-width: 768px) {
  .t4-header-r .d-none {
  display: block !important;
}
}

@media (max-width: 575.98px) {
  

}

  

