html {

background-color: #e0dedf;

}

body {
  margin:0 auto;
  max-width: 1030px;
	background: #e0dedf;
}


@supports (display:grid) {
  .blog-items {
    grid-gap: 1em;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    margin: 0 0 1em;
    max-width: 88%;
  }
}


@supports (display:grid){
  @media (max-width: 991px)
  {
    .site-grid {
grid-template-areas:
". banner banner banner banner ." 
". top-a  top-a  top-a  top-a  ." 
". top-b  top-b  top-b  top-b  ." 
". side-r side-r side-r side-r ." 
". side-l side-l side-l side-l ." 
". comp   comp   comp   comp   ." 
". bot-a  bot-a  bot-a  bot-a  ." 
". bot-b  bot-b  bot-b  bot-b  .";
}
  }
}



.container-header, .site-grid, .container-footer {

	width: 100%;
  margin: 0 auto;

  background: #FFFFFF;

  font-family: arial,helvetica,sans-serif;
  font-size: 80%;

  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  
}



.container-header {

  margin-top:50px;
  background: #FFFFFF;
  border-top: 1px solid #000000;
  
}


.container-footer {

  background-image: url(../images/footer.png);
 
  height: 50px;
  border-bottom: 1px solid #000000;
  
}



#mod-custom122{
  margin-top: -25px;
  margin-left: auto;
}


.container-sidebar-left .sidebar-left:first-child {
  margin-top: 5px;
}

.small, small {
  font-size: 12px;
}

.sidebar-left {
  background: #FFFFFF;
  border: 0;
}


.card-header{
  background: #FFFFFF;
  border: 0;
  font-size: 25px;
}


.mod-list li a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold 
}



.mod-menu li > a {
  color: #000000;
  text-decoration: none; !important;
}


.mod-list li.active > a {
  color: #000000;
  text-decoration: none; !important;
  font-weight: bold 
}

.com-content-article__body{
  
  margin-right: 100px;
  margin-top: 25px;
  
}

.btn-primary {

 <!-- height: 10px; -->

}

.btn-primary {
  background-color: #5b5d60;
  border-color: var(--cassiopeia-color-primary);
}

.btn-primary:hover {
  background-color: #404048;
  border-color: #010145;
  color: #fff;
}

.contact-name{
  
 font-size: 22px !important;
  
  
}

.com-contact__container h3{
  
  font-size: 16px !important;
  
}

.page-header h1{
  
  font-size: 1.5rem !important;
  
}

.page-header h2{
  
  font-size: 1.5rem !important;
  
}


.readmore .icon-chevron-right::before, .readmore .icon-rightarrow::before, .readmore .icon-arrow-right::before {
    content: "";
}

.btn{
  --btn-padding-y: 5px;
  --btn-padding-x: 5px;
}



