@charset "UTF-8";

html, body {
  height: 100%;
}

body {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 14px;
  padding-top: 71px;
}
h1,h2{
  font-family: 'Amatic SC', sans-serif;
}

body, header, nav {
  /*bila pozadina*/
  background: #fafbf5;
}

main {
  height: 100%;
}
a:hover {
  color:#de6868 !important;
}
b {
  color: #de6868 !important;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

h2 {
  font-size: 200%;
  font-weight:300 !important;
  /*font-family: 'Open', sans-serif;*/
}
.date {
  font-size: 66%;
}
.item-tags {
  background: #fff;

}
.item-tags a{
  color: #000;
}

#title {
  font-family: 'Amatic SC', sans-serif;
  font-size: 200%;
  position: absolute;
  top:0;
  z-index: 1200;
  padding: 5px;
  padding-left: 10px;
  color: #212529;
}
#title:hover {
  text-decoration: none;
}
#menuBar {
  color: #212529;
}
/*#fafbf5*/
#menuDesni{
  font-size: 18px;
}

nav #title-description, header #title-description {
  font-family: 'Amatic SC', sans-serif;
  color: #8d829c;
  font-size: 133%;
}

.image-crop {
	height: 43px;
	background-repeat: no-repeat;
	overflow: hidden;
  }
.image-crop:hover {
    opacity: 0.75;
}
.insta {
  background-image: url('/img/insta-logo-s.png');
  background-position: right top;
  background-size: 86px 43px; /* Ensures full image size is respected */
  width: 43px;
}
.youtube {
  background-image: url('/img/yt-logo-s.png');
  width: 61px;
  background-position: left top;
  background-size: 69px 43px; /* Ensures full image size is respected */
}

#koncerti {
  max-width: 800px;
}
.koncert-bold .datum {
  background: #8d829c;
  color: white;
}
.datum {
  min-width:80px;
}

.size-1 {
  opacity: 0.9;
  filter: alpha(opacity=95)
}
.tag-cloud a {
  color: #212529;
  font-size: 90%;

}
.tag-cloud .size-2 {
  opacity: 0.8;
  filter: alpha(opacity=85)
}

.tag-cloud .size-3 {
  opacity: 0.7;
  filter: alpha(opacity=75)
}

.tag-cloud .size-4 {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.tag-cloud .size-5 {
  opacity: 0.5;
  filter: alpha(opacity=50)
}
.tag-cloud .tagLink:hover {
  opacity: 1;
}


.koncerti {
  font-size: 120%;
}
