/*
Theme Name: Astra-fill
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

header.site-header {
	position: fixed!important;
	width: 100%;
}

#page .site-content {
  margin-top: 80px;
}

#cookies-eu-banner {
	background-color: #222222;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#cookies-eu-banner button {
    background-color: #393C40;
    color: white;
    border: 1px solid #393C40;
    padding: 10px;
}

#cookies-eu-banner button:hover {
    background-color: #737880;
    color: white;
}

#cookies-eu-banner button:active {
    background-color: #737880;
    color: white;
}


h1, h2, h3, h4, h5, h6 {
    color: #000;
}

@media only screen and (max-width: 768px) {
#page .site-content {
  margin-top: 120px;
}
}

