/* 
 Theme Name:   TakeTech Devs Child
 Theme URI:    
 Description:  
 Author:       mail.taketech@gmail.com
 Author URI:   http://acedemy.taketechdevs.com
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.header {
	transition: background 0.3s ease, box-shadow 0.3s ease;
	background: transparent;
	box-shadow: none;
}
.header.scrolled {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
