
.social-icons{
    display: none !important;
}

.modular .slideme_container .arrow:disabled {
    display: none;
}
.modular .showcase .button{
    background: #2282ff !important;
}

.footer .footer-items {
    display: none;
}

.navigation li a[href="/donate"] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2282ff; 
    color: white; /* Button text color */
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: bold; 
    transition: background-color 0.3s ease;
}

.navigation li a[href="/donate"]:hover {
    background-color: #2282ff; 
    color: #fff; 
}

.footer .footer-modules {
    white-space: nowrap;
    margin-left: 21em;
    display: grid !important;
}

.footer .footer-menu ul {
    margin-left: 48px !important;
}

.site-logo {
    margin-top: 1px;
    height: 5.8em !important;
}

@media (max-width: 768px) { 
    .footer .footer-modules {
        font-size: 10px;
        margin-left: 0; 
        justify-content: center; 
        text-align: center; 
    }
}

@media (max-width: 768px) {
.footer .footer-copyright {
    width: 50%;
    font-size: 8px;
    font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    display: inline-block;
    float: none;
    text-align: center;
    text-transform: uppercase;
}
}

@media (max-width: 768px) {
.preamble-section {
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}

@media (max-width: 768px) {
.twelve-steps-section{
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}

@media (max-width: 768px) {
.twelve-steps-section h2 {
    font-size: 22px !important;
}
}

@media (max-width: 768px) {
.twelve-traditions-section{
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}

@media (max-width: 768px) {
.twelve-traditions-section {
    font-size: 21px !important;
}
}

@media (max-width: 768px) {
.patterns-section{
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}


@media (max-width: 768px) {
.promises-section{
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}


@media (max-width: 768px) {
.family-and-friends-section{
    display: block !important;
    color: #333;
    line-height: 1.8;
    margin: 23px 15px !important;
}
}
@media (max-width: 768px) {
.modular .showcase h1{
    font-size: 34px !important;
}
}

@media (min-width: 769px) {
    .navigation li:nth-child(n+6){
        display: none !important;
    }
}


@media (max-width: 768px){
    .navigation li:nth-child(n+6), 
    .secondary-menu {
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px){
    .secondary-menu {
        display: none !important;
    }
}

#header {
    height: 14rem !important;;
}
#header .search-box {
    display: none !important;
}

.secondary-menu {
  display: inline-block;
  justify-content: center;
  flex-wrap: wrap; 
  gap: 10px;
  margin-top: 40px;
  padding: 10px 0;
  font-size: 12px;
}

.secondary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.secondary-menu li {
  display: inline-block;
}

.secondary-menu a {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.secondary-menu a:hover {
  color: #f8d210;
}

@media (max-width: 768px) {
  .secondary-menu {
    flex-direction: row;
    align-items: center;
  }

  .secondary-menu ul {
    flex-direction: row;
  }
}
