/*

Theme Name: EBI Theme
Theme URI: http://www.effectivebusinessideas.com/
Author: Karol K and Anders Norén
Author URI: http://karol.cc/
Template: lovecraft
Description: My child of lovecraft with custom elements
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: EBI

*/

/* Karol K mods */

.header-image { 
	max-height: 70px; 
}

.credits p {
	color: #555;
}
.credits p a { color: #555; }

.text-white {
	color: #fff;
}

.bg-half-visible {
	background-color: rgba(0, 0, 0, 0.5);
}

@media ( min-height: 800px ) { 
	.header-image { 
		max-height: 70px; 
	} 
}

@media ( max-width: 1000px ) {
	.no-mobile {
		display: none;
	}
}
