/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 13:22:35 */
#header ,.header, .header-wrapper, .flex-row{
	transition: background-color 0s ease, opacity .3s ease, height .3s ease;
}

.header-main {
	transition: height .3s ease;
}

/** {
  transition-property: height;
  transition-duration: .3s;
  transition-timing-function: ease;
}*/

#masthead {
	margin:auto;
	width:95%;
}

@media screen and (min-width: 480px) {
#header {
	height: 90px !important;
}
}

/* TESTing */
