/* Cassiopeia changes */
.container-header{
background-color: #ffffff;
background-image: none;
}

.container-header .mod-menu {
 color: #6b9343;
 font-size: 0.9rem;
 font-weight: bold;
 flex: unset;
}
.container-header .navbar-toggler {
 color: #db504a;
 border: 1px solid #db504a;
}



:root {
  --body-font-size: 0.8rem;
}

.metismenu.mod-menu .metismenu-item {
  font-size: 0.7rem;
  line-height: 1.5;
}

.card-body {
  font-size: 0.7rem;
}

.h1, h1 {
  font-size: 1.8rem;
}
.h2, h2 {
  font-size: 1.5rem;
}
.h3, h3 {
  font-size: 1.2rem;
}
a {
  color: #1f8f3b;
  text-decoration: none;
}
ul.mod-menu, ul.mod-menu_dropdown-metismenu button {
  font-weight: bold;
   font-size: 1.0rem;
}
/* Menu */
/* Example of styling an individual menu item
   a.menu_members {
     font-size: 0.9rem;
  }
*/
ul.mod-menu, ul.mod-menu_dropdown-metismenu  {
  font-weight: bold;
   font-size: 1.0rem;
}
#members_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
#history_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
#gcc_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
#architecture_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
#flags_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
#colin_menu.mod-list li a {
    font-size: 0.9rem;
   color: #6b9343;
}
.table_aboutus  {
	border: 0;
	border-collapse: collapse;
	color: #008000;
	font-weight:bold;
	font-size:110%;
	width:80%;
}
.table_aboutus td {
	border: 0;
	padding: 0.2em 0.6em 0.2em 0.6em;
	vertical-align: top;
}
.table_events td {
	vertical-align: top;
}

.boxed {
   width: 80%;
  border: 3px solid green ;
  padding: 0.2em 0.6em 0.2em 0.6em;
  margin: 0 auto;
}



