/* Troop 13 StyleSheet for TroopWebHost Site
     Created 3/11/26 - Rubik */

/*--------------------------------------------------------------------
  --                     Menus and Site Navigation                  --
  -------------------------------------------------------------------- */

.navtable,
.navicon {
    background-color: #005A9C;
}

.navtable a {
    color: #FFFFFF;
}

.navmenu a {
    color: #23527B;
}

H1 {
    color: #CE1126;
}

H3 {
	font-style: normal;
}

.page-title {
   display: none;
}

.backLink {
	font-size: .8em;
}

.backLink::before {
  content: "\2190";
  font-size: 1.25rem;
  padding-right: 0.5rem;
}
	
/*--------------------------------------------------------------------
  --               About Our Troop /  Resource Pages                --
  -------------------------------------------------------------------- */
.aboutUs H1,
.resources H1 {
    text-align: center;
}

.resources H1 img{
    display: inline-block;
    float: right;
}


.aboutUs H2,
.resources H2 {
     text-align: left; 
     margin: 2em 0 0 0;
     font-size: 1.75em;	
}

.resources H3 a {
	text-decoration: underline;
}


.resources H3 {
	text-align: left;
    margin: 1.5em 0 0 0;
    font-size: 1.25em;
    font-weight: bold;
}

.resources H2 a {
	text-decoration: underline;
}

.resources p{
     margin: 0;
}

.resources .moreInfo{
     margin-top: 1em;
}


.highAdventurePaySchedule th{
	text-align:left;
	padding: 0 2em 0 0;
}

.highAdventurePaySchedule .amounts{
	text-align:right;
}

.highAdventurePaySchedule th.amounts{
	padding: 0 0 0 2em;
}
