body {
font-size: 0.95rem;
background-image: url("../img/bg.jpg");
background-repeat: repeat-x;
}

h1, .h1 {
  font-size: 1.3rem;
}

h2, .h2 {
  font-size: 1.1rem;
}

h3, .h3 {
  font-size: 1.05rem;
}

h4, .h4 {
  font-size: 1.0rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}	

.fs-5 {
font-size: 0.9rem !important;
}

#nav_container {
    background-color: #954876 !important;
}

.navbar {
font-size: 0.9rem;
nav-link-padding-y: 0.3rem !important;
}

/* 1st TIER */
ul.categorymenu li.level1 a {
  color:#fff;  
  padding:8px 10px 8px 10px;
  background: linear-gradient(90deg,#993366,#d97BB4);	
 }
ul.categorymenu li.level1 a:active {
  color:#fff;  
  padding:8px 10px 8px 10px;
  background-color: #993366;	
 }
ul.categorymenu li.level1 a:hover {
  color:#fff; 
  background-color: #70006F;
}
ul.categorymenu li.level1 a:focus {
  color:#fff; 
  background-color: #70006F;
}
ul.categorymenu li.activeparent1 a  { color:#fff; background:#d7c9d1; }
ul.categorymenu li.active1 a  {	color:#fff; background: #d7c9d1;}

/* 2nd TIER */
ul.categorymenu li.level2 a {
  color:#fff;background-color: #d7c9d1;
  padding:6px 0 6px 20px;    
}
ul.categorymenu li.level2 a:hover {
  color:#fff;
  background-color: #70006F;
}
ul.categorymenu li.activeparent2 a  { color:#70006F;background-color: #70006F;; }
ul.categorymenu li.active2 a  {color:#70006F;background-color: #70006F;; }

/* 3rd TIER */
ul.categorymenu li.level3 a {
  color:#333;
  background-color: #d7c9d1;
  padding:4px 0 4px 32px;
 }
ul.categorymenu li.level3 a:hover {
  color:#fff;
  background-color: #70006F;
}
ul.categorymenu li.activeparent3 a  { color:#70006F; background-color: #d7c9d1; }
ul.categorymenu li.active3 a  {color:#d7c9d1; background-color: #d7c9d1; }

/* 4th TIER */
ul.categorymenu li.level4 a {
  color:#333;
  background-color: #c7c7c7;
  padding:4px 0 4px 46px;
  }
ul.categorymenu li.level4 a:hover {
  color:#333;
  background-color: 34px 11px #70006F;
}
ul.categorymenu li.activeparent4 a  { color:#70006F; background-color: #d7c9d1; }
ul.categorymenu li.active4 a  {color:#70006F; background-color: #d7c9d1; }

/* 5th TIER */
ul.categorymenu li.level5 a {
  color:#333;
  background-color: #c7c7c7;
  padding:4px 0 4px 58px;
 }
ul.categorymenu li.level5 a:hover {
  color:#333;
  background-color: 46px 11px #70006F;
}
ul.categorymenu li.activeparent5 a  { color:#70006F; background-color: #d7c9d1; }
ul.categorymenu li.active5 a  {color:#70006F; background-color: #d7c9d1; }
/* 12. END categories */

#layout_footer{
	background-color: #954876 !important;
}
#layout_footer a.iframe.link-body-emphasis {
    color: rgb(255, 255, 255) !important;
	text-decoration-color: rgb(255, 255, 255) !important;
	}
.parseTime {
	color: rgb(255, 255, 255) !important;
}