
/* monkee branding */
a.branding {
  /*color: #ddd;*/
  opacity: 0.8;
}
.branding img {
  height: 50px;
}
a.branding:hover {
  text-decoration:none;
}


/* Silverstripe Editor Styles */
img.rightAlone {
  float:right;
}


/* Pico Overrrides */
/* Card */
main header h1 {
  font-size: 4rem;
}
h1 {
  --pico-font-size: 2.5rem;
}


@media(min-width:768px){
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}



/**/
/* FUNCTIONAL */
/**/

/* Hide Active Language from Switcher */
html[lang="en-GB"] li.en-gb,
html[lang="de-CH"] li.de-ch {
  display:none;
}

/* Hide active theme from switcher */
html[data-theme="light"] li[data-theme="light"],
html[data-theme="dark"] li[data-theme="dark"] {
  display:none;
}
