/* Color Theme Swatches in Hex */
.Wood-1 { background-color: #DAA96D; }
.Wood-2 { background-color: #B2763C; color:white;}
.Wood-3 { background-color: #EFC59A; }
.Wood-4 { background-color: #743A10; color:white;}
.Wood-5 { background-color: #94734A; color:white;}

.Wood-2 .w3-button:hover { background-color: #743A10!important; color:white !important;}

.ruh-padding-0{
    padding:0;
}
.ruh-margin-0{
    margin:0;
}

.w3-bar-item > a{
    text-decoration:none;
  color:black;
}
a{
  text-decoration:none;
  color:blue;
}
#subnav{
    border-top: 2.5px #EFC59A solid;
}

header{
    /*background-color:#d50505;*/
    
}

header p{
    /*background-color:#d50505;*/
    margin:0;
    padding:0;
}
header section{
    max-width:75%;
}
h1, h1 a{
  font-weight: bold;
  color:black;
}
h2, h2 a{
  text-decoration:none;
  color:black;
  font-weight: bold;
}
#headerimage{
    max-height:250px;
    max-width:25%;
    margin:0 auto 0 auto;
}
@media (max-width:600px){
    #headerimage{
    max-height:250px;
    max-width:75%;
    margin:0 auto 0 auto;
        float:none;
    }
}

.item-image{
  max-height:20%;
}
.item-image img{
  height:100%;
}

.article-info *{
  font-size:0.5rem;
  line-height: 1;
  margin-inline-start:0;
}