/* Banner Image */
.mybanner {
  min-width: 100%;
}

.footer1 {margin-top:8px}
.breadcrumb {background-color:#fff}
.mod-breadcrumbs__item.breadcrumb-item.active {color:#666}
.bottom-b.card {background-color:#fff}
.grid-child.container-bottom-b {background-color:#666;font-size:12px}
.grid-child.container-bottom-b {color:#666}
.grid-child.container-bottom-b a {color:#666}
.grid-child.container-bottom-b a:active {color:white}

/*
.footer1 {margin-top:8px}
.breadcrumb {background-color:#666}
.mod-breadcrumbs__item.breadcrumb-item.active {color:#fff}
.bottom-b.card {background-color:#666}
.grid-child.container-bottom-b {background-color:#666;font-size:12px}
.grid-child.container-bottom-b {color:white}
.grid-child.container-bottom-b a {color:white}
.grid-child.container-bottom-b a:active {color:white}
*/

.sechs {width:500px; color:#b7b7b7; background-color:#000; height:2px;margin-right: 10%}

h1, .h1 {font-size:22px;font-size:1.375rem;color:#a4020d;}
.container-header .mod-menu {color:red}


.sidebar-left.lang .mod-languages ul {padding-left:25%;}

.mod-list li .mod-menu__sub {
  font-variant: small-caps;font-size:18px
}

.container-sidebar-left {
  font-variant: small-caps;font-weight:bold;font-size:18px
}

.mod-menu.mod-list.nav a {
  color:#666;
}

.mod-menu.mod-list.nav a:focus{
  color:#666;
}

.mod-menu.mod-list.nav a:hover{
  color:#ada9a9;
}

.mod-menu.mod-list.nav a:active{
  color:#a4020d;
}

.nav.mod-menu .nav-item.active a {
 color:#a4020d;text-decoration: none;
}


.container-header .grid-child {
  padding: 2px;
margin-bottom: 5px;height: 220px}

/*
.container-header .container-nav {height:80px; color:#666}
*/
/* Menu */

/* Override the lila background with white */
.container-header {
  background-color: white;
  background-image: none;
}


/* On hover there should be a gray background
.container-header .mod-menu a:hover {
  background-color: #eee;
}
*/

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #0088cc;
  border: 1px solid #0088cc;
}

.site-grid {
  background-color: #666;;
}

.header {
  background-color: #666;;
}

.grid-child {
  background-color: white;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.05);  
  border-radius: 4px;
}
/*
.grid-child.container-bottom-b {
  background-color: #666;
  background-image: none;
  border:2px solid #fff;
  margin-top:20px;
}
*/



