/*
 Theme Name: BJ Theme Child
 Template: bjtheme
 Description: Child theme for BJ Theme
 Author: You
 Version: 1.0.0
 Text Domain: bjtheme-child
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



:root {
  --main-bg-color: rgb(9, 132, 227);
}

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

h1, h2, h3 {
    font-weight: 300;
}

h1 {
    margin-top: 20px !important;
}

.topbar {
    background-color: var(--main-bg-color);
    text-align: left;
}

.topbar .container {
    margin-bottom: 10px;
}

.border-top {
    border-top: 5px solid var(--main-bg-color);
}

.post,
.post img {
    border-radius: 0px;
}

.post:hover,
.post-listing:hover {
    border: 2px solid var(--main-bg-color);
}

header .container {
    justify-content: space-between;
}

header .topbar {
    color: white;
}

.logo {
    width: auto;
}

.logo img {
    width: 30px;
    display: inline-block;
}

.logo span {
    transform: translateY(-5px);
    margin-left: 5px;
    display: inline-block;
}

.menu {
    margin-top: 0;
    padding-top: 0;
    list-style: none;
    display: flex;
}

.menu li {
    margin: 0 15px;
}

.menu li a:hover {
    text-decoration: underline;
}

header .logo a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 400;
}

header .menu a {
    font-size: 0.8em;
    text-decoration: none;
    color: black;
} 

.cat-link,
.single-post-content > h2::after {
   background-color: var(--main-bg-color); 
}

.single-post-entry {
    border-bottom: 2px solid var(--main-bg-color); ;
}