/**
Theme Name: astra-child
Author: Neea
Description: A child theme for custom CSS to fix the header
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* header */

.sticky-header {
    position: fixed;
    top: 0;
}

@media only screen and (max-width: 760px) {
	.sticky-header {
    position: relative;
	}

}