/*
 * Custom Style Sheet - Use this file to style your content
 */
 h1,h2,h3 {color: #663300;} /* orig {color: #FF9900;} try1 {color: #804600;} */

 p {color: #3D362D;}
 
.custom-logo {
  display: inline-block;
  width: 210px;
  height: 90px;
  background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  
}

/* Do not let Fabrik accidentially hide the site menu. */
#navbar1 {
  display: flex !important;
}

/*** highlight the Loader download module thm 2015-04-09 ***/
.jccHighlight {
  background-color: #FFFFD2;
}

/** highlight table rows... thm 2017-04-25 **/

/* table tr:nth-child(odd) {
/*     background-color:  #ccc; /*  #F5DEB3 #FFF8DC #FFFFD2 */
/* } 
*/

.higlightRow tr:nth-child(odd) {
    background-color:  #ccc; /* #ccc #F5DEB3 #FFF8DC #FFFFD2 */
}
.higlightRow tr:hover {
    background-color: #FFFFD2; /* #ccc #F5DEB3 #FFF8DC #FFFFD2 */
}

.header,.footer,.mod-menu {
  background-color: white;
  background-image: none;
  color: var(--cassiopeia-color-link) !important;
}

a:hover .header,.footer,.mod-menu {
  color: var(--cassiopeia-color-hover) !important;
}