/* oats.css */
/* Avena fatua  Wild Oats */
/* try https://html-color.codes/ */
/* or https://htmlcolorcodes.com/color-names/ */

/* css variables */
:root {
  --idlebg: gainsboro;
  --idlecolor: black;
  --hoverbg: white;
  --hovercolor: black;
  --activebg: black;
  --activecolor: white;
}

body {
  color: black;
  background-image: url('/Img/IMG_20231003_161140b.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


.plaintext, .col10 .accordion .panel {
  background-color: transparent;
  position:relative;
  opacity: 0.7;
}

.accordion {
  background-color: silver;
  opacity: 1.0;
  z-index: 2;
  color: black;
}

.accordion, .col10 {
  border-style: none;
}

.panel {
  background-color: transparent;
  opacity: 0.7;
}

.col10 {
  background-color: transparent;
}

.accordion {
  background-color: silver;
}

nav * {
  border-radius:  15px;
  padding: 2px;
}
