/*
Theme Name: My Blog theme
Template: bizberg
Text Domain: my-blog-theme
Author: Richard Tate
Author URI: 
Theme URI: 
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description:  Dark theme of bizberg theme is a clean and minimal blog theme for perfect for writers who need to create personal blog site with simple creative features and effects to make readers feel the pleasure of reading blog posts and articles, My Blog theme mixes between modern, classic and minimal styles and will help you create a simple and clean blog.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 5.6
*/

body {
	background: #050505;
	color: aliceblue !important;
}


.navbar.sticky {
	display: none;
}
.bizberg_header_wrapper h3,
.bizberg_header_wrapper p,
.primary_header_2 h3,
.primary_header_2 p {
	color: #fff !important;
	text-align: center !important;
}
.slicknav_nav a:hover,
.slicknav_nav a:focus {
	color: aliceblue !important;
}
.blog-post {
	background-color: #222227ad !important;
	border-radius: 3px !important;
}
.blog-post:hover {
	box-shadow: 0 0 3px rgba(0, 128, 128, 0.63) !important;
}
