/* The page header of Cassiopeia has the class "header" so you control it with .header */
.header {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(119, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

Smaller banner
.container-banner .banner-overlay {
    height: 30vh;
}

.cb_template .no-gutters > [class*="col-"] {
padding-right: 1rem;
padding-left: 1rem;
}

@supports (display:grid) {
.blog-items .blog-item {
    padding: 3rem;
    margin: 0rem;
    border 0rem;
    width: 100%;
    background-color: whitesmoke;
}
}

@supports (display:grid) {
.site-grid > [class*=" container-"], .site-grid > [class^="container-"] {
width: 80%;
}
}

.cb_template {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background-color: whitesmoke;
  margin-right: 1rem;
  margin-left: 1rem;
}

.cb_template .no-gutters {
  margin-right: 1rem;
  margin-left: 1rem;
}

.breadcrumb {
    background-color: aquamarine;
}

#system-message-container:empty {
 display:none;
 margin-top:1em;
 background-color: whitesmoke;
}





/* template.min.css | http://dssp/media/templates/site/cassiopeia/css/template.min.css?0726792a32e0ef5c6179a3cda46e7d49 */

.footer {
   background-color: aquamarine;
   color: #101a4f;
}


/* Color the dropdown menu in the menu with the class .metismenu.mod-menu .mm-collapse */

.metismenu.mod-menu .mm-collapse {
    background: #475BAF;
}

/* The links in the dropdown menu you have to adress them individually */

.metismenu.mod-menu .mm-collapse .metismenu-item a {
    color: #fff;
}

/* Modules have the class card, so you control them with .card - if you want to control only a specific module, you can give the module its own CSS class in the settings and then control it with that */

.card {
    box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
}

/* Modules are on different module positions in the Cassiopeia template then the modules get in addition to card also the position as class name, for example main-top - so if you want to change all modules to main top you take .main-top.card */

.main-top.card {
    background: #f9fafb;
}


/* Headings are html elements, the main heading is an h1, then comes h2, h3, h4 and so on. You control an html element by simply writing the name in front of it */

.h1 {
    text-shadow: 2px 2px 8px rgba(150, 150, 150, 1);
    color: rgba(119, 9, 121, 1);
}



/* In Joomla all article images have the class item-image, if you want to control only a specific image, then you have to give the image inside the article its own CSS class.
*/


/* The page footer of Cassiopeia has the class "footer" so you control it with .footer */

.footer {
    background: transparent;  
    margin 0em;
    padding 0em;
    border: 0em;
}


body.site {
	background: transparent;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.mybanner {
  min-width: 100%;  
}


div.myartclass {
  background-color: red !important; 
}


.metismenu.mod-menu .metismenu item-136 level-2 {
  color: #8de319
}
 
.metismenu.mod-menu .parent > ul
   rgb(34, 38, 42)
}
 
.metismenu.mod-menu .metismenu-item {
  font-size: 1.1rem;
  line-height: 1.5;
  font-color:  #8de319;
  font-weight: 700;
}

#sp-component {
    background-color: smokewhite;
}
 