/* slob colors */

:root {
	--colorPri: #d7d8d2; /* gray */
	--colorSec: #ffdd00; /* yellow */
	--colorTer: #991111; /* red */
	--colorQua: #552288; /* purple */
	--highlightPri: #ffdd00; /* yellow */
	--highlightSec: #ff9911; /* poppy */
}

/* text adjustments */

h1 {
	padding:8px 0 4px 10px;
}
h2 {
	padding:6px 0 4px 10px;
}
h3 {
	padding:4px 0 3px 10px;
}

/* header adjustments */

#full_width-1902184633 {
    margin-left: 10px;
    margin-right: 10px;
}

#full_width-617499594 {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 5px solid #552288;
}

#full_width-617499594 .template-column full {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

div.favorites-hover {
    padding: 0px 0px 0px 10px;
}

#full_width-617499594 ul.site-menu { 
    background-color: #ffffff;
}
ul.site-menu li {
    display: inline-block;
    margin: 5px 5px 0px 0px;
    width: 191px;

}
.menu-container2 .template-column  {
    padding-top:4px !important;    
    padding-left:0px !important;
    padding-right:0px !important;
}
ul.site-menu li span a {
    text-align: center;
    float:none !important;
}


/* content adjustments */

.contact-detail-box {
    background-color:#d7d8d2;
}

.detail-box {
    background-color:#d7d8d2;
}

/* footer adjustments */

footer {
background-color:#d7d8d2 !important;
border-top:6px solid #552288;
padding-top: 10px;
}
.footer-container, .footer-container a, .footer-container span {
    color:#000 !important;
}

#mobile_forum_home_wrapper .module-name-container h1 {
width:200% !important;
}
#module_indicator, .module-name .directory-name   {
  padding: 8px 0 4px 10px;
  color: #000000 !important;
  font-family: Arial, sans-serif;
  background-color: #ffdd00;

text-align:left !important;
  font-weight: bold !important ;
}
#mobile_layout_wrapper .module-name {
 font-size: 1.8em !important ;
}
.center-col {
    flex: 1 0 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}