/*
Theme Name: Yagruppen Tailpress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: TailPress is a simple boilerplate WordPress theme with Tailwind CSS.
Version: 3.4.0
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/
label.error {
  color:red;
  padding: 8px 0 0 2px;
  font-size:12px;
}
a {
  transition: 0.3s;
}
#primary-menu {
  transition: opacity 0.3s, visibility 0.3s;
}
@media all and (max-width:1023px) {
  #primary-menu.opacity-0 {
    overflow: hidden;
    height: 0;
    padding: 0;
  }  
}
