﻿@charset "UTF-8";

/* definicia tela stranky */
body { background-color: #fff5e6;
font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif, 'Segoe UI';
font-size: 1em;
	}

.header {background-color: #006edb;}

.header1 {
	width: 100%;
	display: inline-block;
	padding: 16px;
	background-color: #ff6347; 
	color: white;
}

.header2 {
	width: 60%;
	display: inline-block;
	padding: 16px;
	background-color: #4da6ff;
	color: white;
	border-radius: 6px;
}
.main {background-color: #f0ffff;}

/*definicia nadpisov*/

h1, h2, h3, h4, h5, h6, header {font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif, 'Segoe UI';}

header { color: #ffffff; font-size: 2.5em; font-weight: bold;}						  
head02 { color: #ffffff; font-size: 2.5em; font-weight: bold;}						  
h1 { color: #4C93FF; font-size: 2.5em;}
h2 { color: #ffa500; font-size: 1.8em;}
h3 { color: #008080; font-size: 1.2em;}
h4 { color: #2B547E; font-size: 1em;}	
h5 { color: #000080; font-size: 1em;}


/*definicia paragrafov*/
p { font-size: 1em; font-family: Open Sans,  Arial, Helvetica, Verdana, sans-serif, 'Segoe UI';
	text-align: justify;
	/*	border: 1px solid red;*/
	margin: 2px;
	line-height: 1.8em;
	}
	
p.autor { 
	font-style: italic; font-size: 2 em;
	}
	
p.pozn {
	font-style: italic;
	border: 1px solid #ff6347; border-radius: 4px;
	padding: 12px;
}

p.pozn1 {
	max-width: 50%; border: 1px solid #ff6347; border-radius: 8px;
	background-color: #ffa500; font-style: italic;
	padding: 4px; margin: 4px;
	
}

/* predslov */
p.predslov {
	font-style: italic;
	text-align: justify;
	border-radius: 8px;
	width: 50%;
	background-color: #DEB887;
	padding: 8px;
	}

p.predsl1 {
	font-style: italic; font-family: Open Sans, Arial, Helvetica,  Verdana, sans-serif, 'Segoe UI';
	font-size: 1em;
	text-align: justify;
	border-radius: 6px;
	background-color: #8eebec;
	padding: 8px;
	}

/* definicia zoznamov */
ol {
	line-height: 180%; text-align: justify; max-width: 80%;
	}
ul
	{
	line-height: 180%; text-align: justify; max-width: 80%;
	}

/* definicia paty stranky */

p.footer {
   position: fixed;
   left: 0;
   bottom: 4px;
   min-width: 95%;
   border: solid 1px #ff6347;
   color: white;
   text-align: center;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;
}

/* definicia blokov */

div {
	border: 4px;
	margin: 6px;
	padding: 4px;
	}
	
div.datum {
	top: 2px;
}

div.stlpce {
	column-count: 2;
	column-gap: 40px;
	}

/* bloky pre obrazky */
	
.left {
  float: left;
  margin: 8px;
  padding-right: 10px;
}

.center {
  position: absolute; left: 50%;
  margin: auto;
  /*border: 3px solid #73AD21;*/
  padding: 10px;
}
  
.right {
  float: right;
  margin: 8px;
  padding-left: 10px;
}

.sketch {
  position: absolute;
  left: 55%; right: auto;
  padding: 8px;
}

.logo {
	float: none;
	margin: 4px; padding: 8px; }
	

.fotka {
  width: 25%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.container {
  text-align: center; font-style: italic;
  padding: 10px 20px;
}

.column {
  float: left;
  width: 40%;
  padding: 5px;
}

/* Clearfix (clear floats) */
div.row::after {
  content: "";
  clear: both;
  display: table;
}


/* definicia obrazkov */

img { 
  width: 100%;
  height: auto;
 /* opacity: 0.3;*/
}

img.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

obrpop {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 6px;
  text-align: center;
}

/*
img.index {
	position: absolute;
	left: 0px; top: 0px;
	width: 60px; height: auto;
	z-index: -1;
	}
*/

img.logo {
	float: none;
	margin: 4px; padding: 8px; }
	
/* obrazky vedla seba */

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

/* definicia ramcov */

.frame {
	border: none;
}

/* definicia hlavicky */
span.head1 {
  display: inline-block;
  min-height: 16%;
/*  padding: 4px;
  border: 1px solid blue;    
  background-color: orange; */
}
span.head2 {
  display: inline-block;
  width: auto;
  padding: 4px;
  position: absolute;
  top: 5%;
  right: 5%;
  
}
/* konec definicia ramcov */

/*	definicia hyperlinkov	*/
a	{ font-size: 1em;}

a:link {color:#0000ff;}
a:visited {color:#ff0000;}
/*a:hover {background:#00A4FF; padding: 6px 6px; border-radius: 4px;}*/

a.one:link, a.one:visited {
  background-color: #00A4FF;
  color: black;
  -border: 2px solid green;
  border-radius: 4px;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.one:hover, a.one:active {
  background-color: #ff6347;
  color: white;
}
/* koniec definicie hyperlinkov */

/* Definicia tabuliek */
table, th, td { border: 1px solid #ff6347; 
				font-size: 1em; border-collapse: collapse; padding: 4px;}


thead { color: #ff6347; }
	
th { 
	background-color: #b4ddff; text-align: center;
}
/* koniec definicie tabuliek */

#dropdown {
  position: absolute;
  display: inline-block;
}

#dropdown-content {
  display: none;
  position: absolute;
  color: white;
  background-color: #006edb;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

#dropdown:hover #dropdown-content {
  display: block;
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 140px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #006edb;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  border: 1px;
  border-radius: 6px;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1; background-color: #96bfff;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 2ep /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #96bfff;
  font-size: 2ep
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #016edb;
  padding-left: 8px;
  font-size: 1.5ep
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  font-size: 1.5ep
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 1px;}
}

/* horizontalne ciary */
/* Red border */
hr.new1 {
  border-top: 1px solid red;
}

/* Dashed red border */
hr.new2 {
  border-top: 1px dashed red;
}

/* Dotted red border */
hr.new3 {
  border-top: 1px dotted red;
}

/* Thick red border */
hr.new4 {
  border: 1px solid red;
}

/* Large rounded green border */
hr.new5 {
  max-width: 60%;
  border: 8px solid green;
  border-radius: 8px;
}