/*
Theme Name: Magazino Child
Template: magazino
Author: Roman Luštrik
Version: 1.1.5-1
Updated: 2014-10-23 14:16:42
*/

@charset "UTF-8";
@import url('../magazino/style.css');

h2, .h2 {
/* Oswald je googlov font. Definicijo sem dodal v functions.php */
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.entry-title { 
	font-size: 1.5em;
	font-family: Oswald, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.slides .slide-title {
	font-family: Oswald, Geneva, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #9dbb41;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}