:root {
  --primary: #dba339;
}
a:not([class]) {text-decoration: none;}
.container-header {
  background-color: #e24536;
  background-image: linear-gradient(135deg,#e24536 0,#f77a10 100%);
}
h1 {
   text-align: center;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight:normal;
}
div.page-header h1 {
  text-align:center;
  text-transform: uppercase;
  text-shadow:2px 2px 5px #9f9b82;
  margin: 0.7em;  
}
.container-header {
  background-color: #fff;
  background-image: -o-linear-gradient(315deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
  background-image: linear-gradient(135deg,#fff 0,#fff 100%);
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
}
.container-below-top, .container-topbar {
  color: #000;
}
.footer {
  background-color: #571d0e;  
  background-image: linear-gradient(135deg,#060606 0,#532820 25%, #7b3524 75%,#2b1401 100%);
  color: #fff;
  margin-top: 1em;
}
.footer a:hover {
  color: #fbb6bf;
}
.footer .grid-child {
  align-items: baseline;
}
.metismenu.mod-menu, .mod-menu.mod-list.nav  {
  margin: 0;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(135deg,#060606 0,#532820 25%, #7b3524 75%,#2b1401 100%);
  padding-bottom: 0.2rem;
  color:white;
}
.container-header .container-nav {
  padding: 0rem;
}
.metismenu.mod-menu .metismenu-item:not(.level-1) > ul, .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-right: -1em;
  background-color: #fff1df;
}
.metismenu.mod-menu .mm-collapse > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #555;
  text-decoration: none;
}
.metismenu.mod-menu .mm-collapse > li > a:hover {
  color: #555;
  text-decoration: none;
}
li.level-2.current.active a {
  text-decoration: none !important;
  color: #bfbfbf !important;
}
/* ---- MD ---- */
@media (max-width: 992px) {
.container-header .container-nav {
  padding: 1rem;
}
}
/* ---- MD  end ---- */
.breadcrumb-item + .breadcrumb-item::before {
  color: #6d757e;
  content: var(--breadcrumb-divider,	">");
  float: left;
  padding-right: .5rem;
}
div.com-content-category-blog.blog h1 {margin-bottom:1.3em;}

.pagenavigation .pagination, .pager .pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em 0;    
}
.btn {
  --btn-border-radius: 1.9rem;
}
.container-header .navbar-toggler {
  border: 2px solid black;
  color: black;
}
  .btn-social-light i, .btn-social-dark i {
  text-align: center;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0.5rem;
  transition: all .4s;
  }
.btn-social-light i {border: 1px solid #e0e0e0;}
a.btn-social-light {color:white;}
.btn-social-light i:hover {background-color: rgba(255, 255, 255, 0.2);}

.btn-social-dark i {border: 1px solid #d0d0d0;}
a.btn-social-dark {color: var(--body-color);}
.btn-social-dark i:hover {background-color: rgba(0, 0, 0, 0.1);}
.back-to-top-link:hover {
  background-color:var(--danger-bg-subtle);
}
/* ---- Main Banners ---- */
    @media (min-width: 992px) {
  .banner-header {font-size: 2.5rem; font-weight:bold;}
  .banner-text {font-size: 1rem;}
  .banner-image {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height:700px;
    }      
  }
  @media (min-width: 768px) and (max-width: 992px){
  .banner-header {font-size: 1.8rem; font-weight:bold;}
  .banner-text {font-size: 1rem;}
  .banner-image {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height:600px;
    }
  }
  @media (min-width: 576px) and (max-width: 767px){
  .banner-header {font-size: 1.6rem; font-weight:bold;}
  .banner-text {font-size: 0.8rem;}
  .banner-image {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    height:480px;
    }
  }
  @media (min-width: 451px) and (max-width: 575px){
  .banner-header {font-size: 1rem; font-weight:bold;}
  .banner-text {font-size: 0.7rem;}
  .banner-image {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    height:300px;
    }
  }
  @media (max-width: 450px){
  .banner-header {font-size: 1rem; font-weight:bold;}
  .banner-text {font-size: 0.7rem;}
  .banner-image {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    height:300px;
    }
  }
