a, a:visited {
    color: #a00000;
    text-decoration: none;
    border-bottom: 1px solid #fffff8; 
		/* border-bottom: none; */
    padding-bottom: 1px;
}
a:hover {
    color: #a00000;
    border-bottom: 1px solid #777; 
    padding-bottom: 1px;
}

/* container class */
.main-navigation {
	  font-family: "Gill Sans","Gill Sans MT",Lato,Calibri,Helvetica,sans-serif;
	  clear: both;
    display: block;
    float: left;
	/* width: 100%; */
	/* width: 1100px; */
	  width: 180%; /* seems to be the key, note width 100percent above which should be uncommented if this 180 is commented out */
}
 
/* container class first unordered list */
.main-navigation ul {
    list-style: none;
    margin-left: -40px;
    padding-left: 0;
}

/*
.main-navigation a {
    display: block;
    text-decoration: none;
}
*/

/*unordered list within an unordered list */
.main-navigation ul ul {} 
 
/* each navigation item */
.main-navigation li {
	  float: left;
    position: relative;
		padding-left: 40px;
    font-size: 1.2rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a00000;
    text-decoration: none;
    /* display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 0;
    margin-right: 2rem;
    vertical-align: baseline; */
}
 
/* each navigation item anchor */
.main-navigation li a, a:visited {
		color: #a00000;
    text-decoration: none;
} 

/* unordered list if there is drop down items */
.main-navigation li ul {} 
 
/* each drop down navigation item */
.main-navigation li li {} 
 
/* each drap down navigation item anchor */
.main-navigation li li a {}

/* Class for Current Page */
.current_page_item {} 
 
/* Class for Current Category */
.current-cat{} 
 
/* Class for any other current Menu Item */
.current-menu-item {}  
 
/* Class for a Category */
.menu-item-type-taxonomy{}
  
/* Class for Post types */
.menu-item-type-post_type{} 
 
/* Class for any custom links */
.menu-item-type-custom {}  
 
/* Class for the home Link */
.menu-item-home {} 

/* make bold ETBembo font even bolder */
b, strong {
    color:#000000;    
		text-shadow: 0.5px 0 #000000;
		letter-spacing:0.5px;
		font-weight:bold;
}
/* END bolder font */