/*
 Theme Name:     The Neuro 2000 Blog WP
 Theme URI:      https://wordpress.org/
 Description:    Custom WP Theme
 Author:         Themer Bester
 Author URI:     https://wordpress.org/
 Version:        1.0.0
*/

/* = Styles begin here
------------------------------------------------------- */
.custom-logo {
  max-width: 100%;
  height: 24px;
}

article .entry-content {
	color: #333333!important;
}

#wa_btn-content p {
  font-size: 14px !important;
}

.home h1 {
line-height: 1.25;
	
}

@media (min-width: 75em) {
    .blog-header h1, .home h1 {
        font-size: 2.25rem;
    }
}