h1.centered {
  width: 100%;
  text-align: center;
}

#text {
  margin: 2rem 0;
  font-size: 1rem;
  transition: font-size 0.3s ease;
}

body {
  margin-top: 4em;
}

body.day {
  background-color: white;
  color: black;
}

body.night {
  background-color: #121212;
  color: #bab8b8;
}

body.sepia{
  background-color: #f0dec6;
  color: #654d33;
}
body.sea{
  background-color: lightblue;
  /*background-color: linear-gradient(171deg, blue(11, 166, 227, 1) 0%, white(255, 255, 255, 1) 100%);*/
  color :blue;
}
body.easter{
  background-image: url('img/blue_sky.svg');
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  color: #f2f2f2;
}
body.trinity{
  background-color: lightgreen;
  color: green;
}
body.christmas{
  background-color: lightblue;
  color: #f2f2f2;
}


body.book {
  background-image: url('Old-paper-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: black;
}

a.blk {
  display: block;
  padding: 8px;
}

.active {
  background-color: #04AA6D;
}

.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 0;
}

.toolbar ul{
  padding: 0;
  margin: 0; 
}

.toolbar-item-inline{
  display: inline;
}

.toolbar button, .mainmenu button,.settings-button{
  background-color: #04AA6D;
  color: #fff;
  border:none;
  padding: 5px 20px;
  border-radius: 12px;
}

.toolbar-item-right {
  float: right;
}

.mainmenu{
  display: none;
  position:fixed;
}

.mainmenu_active{
  display: block;
}

.mainmenu ul{
  padding: 0;
  margin: 0; 
  background-color: black;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  list-style-type: none;
}

.mainmenu ul li{
  margin: 5px 0;
}

#theme_switcher{
  display: none;
  margin: 0;
}

#theme_switcher.theme_switcher_visible{
  display: block;
}


menu{
  text-align: right;
}
.hidden {
  display: none;
}
/*.translate {
  display: none;
}*/

.spoiler {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.spoiler-button {
  background: #f0f0f0;
  border: none;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
}

.spoiler-button:hover {
  background: #e0e0e0;
}

.spoiler-content {
  padding: 0 15pt;
  display: none;
  border-top: 1px solid #ddd;
}

.spoiler-content.visible {
  display: block;
}

@font-face {

  font-display: swap;
  font-family: 'triodion-ieUcs';
  src: url(fonts/triodion-ieUcs.eot);
  src: url('fonts/triodion-ieUcs.eot?#iefix') format('embedded-opentype'),url(fonts/triodion-ieUcs.woff2) format('woff2'),url(fonts/triodion-ieUcs.woff) format('woff'),url(fonts/triodion-ieUcs.ttf) format('truetype'),url('fonts/triodion-ieUcs.svg#triodion-ieUcs') format('svg');
  font-weight: 400;
  font-style: normal;
}

.slavic {
  font-family: "triodion-ieUcs"!important;
  font-size: 125%
}

p.gprayer strong {
  font-weight: normal !important;
}

div.right{
  text-align: right;
}


.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border-radius: 8px;
  z-index: 1000;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.dropdown-content a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-content a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-content.active {
  display: block;
}

.dropdown-button::after {
  content: " ▼";
  font-size: 12px;
}