/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-logo {
	float:left;
	line-height: 80px;
	
}
.tm-navbar {
    padding-top: 0;
	background: #f8b21c;
}

.tm-toolbar {
	padding: 2px 20px;
	background: #222;
}

.kontaktgore {
	color: #fff;
}
.kontaktgore a {
	color: #f8b21c;
}

.centar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.animirani {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height:48px;
	display: inline;
	padding: 0 20px;
	margin: 0 auto;
}

.uk-nav-navbar > li > a {
	font-size: 15px;
}

.tm-block-light {
    background: #f8b21c;
}

.tm-block-dark-panel .uk-button {
	border: 1px solid #222;
    color: #fff;
    background: #222;
}
* + h1 {
    margin-top: 0;
}