/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 10:20:13 */
Чтобы освежить свои знания CSS, посетите http://www.w3schools.com/css/css_syntax.asp

Конец комментария * / 

/ * Добавьте сюда свой CSS-код.
header {
  transition: background-color 0.3s ease;
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

header.scrolled {
  background-color: rgba(0, 0, 0, 0.8); /* тёмный фон */
}
	
#header {
  transition: background-color 0.3s ease;
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#header.scrolled {
  background-color: rgba(0, 0, 0, 0.8); /* тёмный фон */ 
	}

h1.entry-title {
  display: none;
}

#navigation_menu {
transition: color 0.3s ease 0.2s;
}
