/*
Theme Name: Astra Child Theme
Theme URI: http://localhost/prettywordpress/
Author: Murat Kilic
Author URI: http://localhost/prettywordpress/
Description: This child theme is based on the mothertheme Astra. Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. 
Version: 1.0.0
Template: astra
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachildtheme
*/

div#content {
    background-color: lightyellow;
}

.ast-theme-transparent-header #masthead {
    position: fixed !important;
    width: 100% !important;
    background-color: #021627 !important;
}

#frontpage-title:hover {
    cursor: pointer;
}