/*
Theme Name:     FocusBlog Child
Description:    
Author:         HeaterHobby
Template:       focusblog

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

/* unactive link */
header ul.menu > li > a {
    color: white!important;
}

/* active link */
header nav ul li a.active, header nav>ul>li.current_page_item>a, header nav>ul>li.current_menu_item>a, header nav>ul>li.current-menu-item>a, header nav>ul>li.current-page-parent>a {
    color: red!important;
}

/* Avoid that right-aligned pictures hug the text */
@media all and (max-width: 767px) {
img.right-aligned-header-image {
max-width: 250px;
}
}

@media all and (max-width: 540px) {
img.right-aligned-header-image {
float: none;
display: block;
margin: 0 auto;
}
}

/* Reduce H2 & H3 in size a lot for all screen sizes */
h2 {
font-size: 1.80em !important;

}

@media only screen and (max-width: 540px) {
.bSe h2 {
    font-size: 26px !important;
}
}

@media only screen and (max-width: 1080px) {
.bSe h2 {
    font-size: 26px !important;
}
}

@media only screen and (max-width: 540px) {
.bSe h3 {
    font-size: 22px !important;
}
}
	
h3 {
    font-size: 1.375em !important;
}

header nav ul li a.active, header nav>ul>li.current_page_item>a, header nav>ul>li.current_menu_item>a, header nav>ul>li.current-menu-item>a, header nav>ul>li.current-page-parent>a {
    color: #e67e22!important;
}