/* =====================================*/
/* last edit: 2023/12/06                */
/* =====================================*/

@import url("../../css/index.css");

* {
   margin: 0px;
   padding: 0px;
}

html {
  margin-top: 0px;
  font-size: 21px;
}

body {
  width: 36em;
  margin-left: auto;
  margin-right: auto;
}

/** TOPCONT **/
.topcont {
  display: block;
  width: 100%;
}

.topcont a {
  display: block;
  width: 100%;
}

.topcont nav {
  height: 1.2rem;
}

.topcont nav div {
  display: block;
  height: 100%;
}

.topcont nav ul {
  display: block;
  height: 100%;
  font-size: 0;
}

.topcont nav ul li {
  display: inline-block;
  height: 100%;
  width: 25%;
}

.topcont nav div ul li a {
  display: block;
  height: 100%;
  border-bottom: thin solid #cc0000;
  box-sizing: border-box;
  text-align: center;
  color: #111111;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.topcont nav a:hover {
  border-bottom: thick solid #cc0000;
  color: #cc0000;
}

.topcont nav a:visited {
  text-decoration: none;
}

.topcont nav a:link {
  text-decoration: none;
}

/** MAIN **/
main {
  margin-top: 1rem;
  width: 100%;
}

main a {
  text-decoration: none;
  color: #cc0000;
}

main a:hover {
  color: #cc0000;
}

main header a {
  text-decoration: none;
  color: #111111;
}

main p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
	hyphens: auto;
}
main p.pgraph-meta {
	margin-top: -1rem;
	font-weight: 200;
}
.ccfic {
	font-weight: 200;
}
main ul {
	margin-left: 1rem;
}
main ul li {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
}
blockquote {
	font-style: italic;
	margin-left: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
}

main h2 {
  font-size: 1.5em;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

main h3 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0.4rem;
}

/** PRIDOBITEV **/
.card {
  display: flex;
  width: 100%;
  height: 9rem;
  margin-top: 1rem;
  color: #111111;
  overflow: hidden;
}

.card-slika {
  display: inline-block;
  filter: grayscale(100%);
  height: 100%;
  flex: 0;
  margin: 10px;
}

.card-pridobitev {
  margin-left: auto;
  margin-right: auto;
}

.card:hover .card-slika {
  filter: grayscale(0%);
}

.card h3 {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

/** BOTCONT **/
.botcont {
  height: 3rem;
  border-top: thin solid #cc0000;
  margin-top: 1rem;
}

/** OSTALO **/

h1 {
  color: #cc0000;
}

h2 {
  text-align: center;
}

h3 {
  color: #cc0000;
}

p.pagenote {
  font-size: 11pt;
  text-align: center;
}

a:link {
  color: #111111;
}

a:hover {
  color: #cc0000;
}

a:visited {
  color: #111111;
}

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

