body {  

    line-height: 1.5;  
    margin: 10px auto;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    max-width: 1024px;
  }  

  h1 {
    color: #315a75ff !important;  
    font-weight: bold; 
  }
  h2 {
    color: #315a75ff !important;    
    font-size: 1.5rem;
    font-weight: bold; 
  }
  h3 {
    color: #315a75ff !important;    
    font-size: 1.2rem;
    font-weight: bold; 
  }
  
  h4 {
    color: #315a75ff !important;    
    font-size: 1.1rem;
  }


  a:link, a:visited {
    color: #0f2f3cff;    
  }


  table, th, td {
    border: 1px solid black;
    padding: 5px;
    font-size: 1rem;
  }
  
  th {
    text-align: center;
  }
  
  @media (max-width: 600px) {

    table, th, td {
      border: 1px solid black;
      padding: 5px;
      font-size: 0.8rem;
    }
    
  }


  .content {  
    margin-bottom: 2rem;  
  }  
    
 .navbar{  
   display: flex;  
   align-items: center;  
   justify-content: space-between;  
   background: #315a75ff !important;  
   padding: 10px;  
 }  
 
 .navbar-collapse {
  background: #315a75ff !important;  
  margin: 10px;
}
 
.dropdown-menu{
  background: #315a75ff !important;  
  margin: 10px;
}
.dropdown-menu:hover{
  background: #315a75ff !important;  
}

 .footer-container{
  background: #315a75ff !important;  
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
 }
 
 .navbar-brand {
  color: #ffffff !important;
 }
 .nav-link{
  color: #ffffff !important;
  
 }

 .nav-link:hover{
  color: #ff7c3eff !important;
  
 }

 .dropdown-item{
  color: #ffffff !important;
  background: #315a75ff !important;  
 }

 .dropdown-item:hover{
  color: #ec5b14 !important;
  background: #315a75ff !important;  
 }


 


 main{  
   margin: 10px;  
   padding: 10px;
   
 }  

.menuitem{
   color: #0f2f3cff;
}
.active  {
	font-weight: bold; 
}

.footer-text{
  font-size: x-small;
  color: #ffffff;
}

.header-phone{
  font-size: x-small;
}



.md-columns{
  margin-left:-1rem;
  margin-right:-1rem
}
.markdown .md-columns>div{
  flex: 1 1;
  margin: 1rem 0;
  min-width: 100px;
  max-width: 100%;
  padding: 0 1rem;
}
.markdown-inner {
  margin-top: 0;
  margin-bottom: 0;
}

