/*
Theme Name: Oak Prophet child theme of astra
Theme URI: 
Description: Child theme of astra theme for the Astra theme
Author: <a href="http://oakprophetcreations.com/">Oak Prophet Creations</a>
Author URI: 
Template: astra
Version: 1.4.10
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 04 Sep 2018 00:49:02 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.main-header-bar {
    overflow: visible;
	padding-top: 30px;
	border-bottom: 3px solid lavender;
    position: fixed; /* Set the header to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Main content */
.site-main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}

      @media only screen and (max-width: 480px) {
           h1.site-title { font-size: 20px !important; }
		  .site-main {
			  margin-top: 50px;}
		  
         }
