.main-navbar {
	background-color: #4C237D;
    color: #000;
    padding: 5px;
    font: bold 26px 'Open Sans', sans-serif;
    font-kerning: auto;
}
.head img {width: 20%;
    height: 20%;
    padding-right: 10px;
    image-orientation: none;
	max-width: 300px;}

.navbar-dark .navbar-nav .nav-link {
	color: #FFFFFF;}

h1 {
    font-size: 40px;
    padding: 10px;
    text-align: center;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color:000000;
}

/* =========================================
   FAQ
   ========================================= */
summary:focus,
summary:focus-visible {
  outline: 3px solid #08415c;
  outline-offset: 3px;
}
	
footer.foot p {
    padding: 0;
}

/* =========================================
  Notice Code (Custom)
   ========================================= */
.notice {
  border-left: 4px solid #2e7d32; /* dark green */
  background-color: #e8f5e9;     /* light green */
  padding: 1rem;
  margin-bottom: 1rem;
}
 
.notice strong {
  display: inline-block;
  margin-bottom: 0.25rem;
}




	
/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

