/*!
 * Bootstrap upraveno pro tulaci.eu
 */

html {
  line-height: 1.1;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  width: 100%;
  background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Signika', sans-serif;	
}

h2, .h2 {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'Signika', sans-serif;	
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.3rem;
}

.navbar {
    position: absolute;
	top: 0;
	left: 0;
	background-color: #02364F !important;
	font-family: 'Signika', sans-serif;
  }

.nav-link {
  font-size: 1.6rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	text-transform: uppercase;
}

h1.nadpis
	{
	text-transform: capitalize;
	}

@media (min-width: 576px) {
  .nav-link {
    font-size: 1.3rem !important;
  }
  h1.nadpis	{font-size: 1.7rem;}
  h2		{font-size: 1.5rem;}
  p,ol,ul,li,td,form,body		{font-size: 1.2rem;}
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 1.35rem !important;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
  }
  h1.nadpis	{font-size: 2rem;}
  h2		{font-size: 1.7rem;}
  p,ol,ul,li,td,form,body		{font-size: 1.25rem;}
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 1.4rem !important;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
  }
  h1.nadpis	{font-size: 2.3rem;}
  h2		{font-size: 1.8rem;}
  p,ol,ul,li,td,form,body		{font-size: 1.3rem;}
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 1.5rem !important;
  }
  h1.nadpis	{font-size: 2.6rem;}
  h1		{font-size: 2rem;}
  h2		{font-size: 1.8rem;}
  p,ol,ul,li,td,form,body		{font-size: 1.35rem;}
}

@media (min-width: 1400px) {
  .nav-link {
    font-size: 1.6rem !important;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
  }
  h1.nadpis	{font-size: 3rem;}
  h1		{font-size: 2.4rem;}
  h2		{font-size: 2rem;}
  p,ol,ul,li,td,form,body		{font-size: 1.4rem;}
}

nav a, nav a:hover, .pagination a, .pagination a:hover, a.collapsed, a.collapsed:hover, a.btn
{
	text-decoration: none;
}

.ekko-lightbox-nav-overlay a {
    color: goldenrod;
}
.gallery-title {
    text-align: center;
	font-weight: 500;
	border-bottom: 1px dotted orange;
	margin-top: 1em;
}

.skryto
	{
	background-color: #b4b4b4;
	}

.nepr
	{
	background-color: #8bef3f;
	}

.zachr
	{
	background-color: #FFFF00;
	}

.poziv
	{
	background-color: #bbdcff;
	}

.opr
	{
	background-color: #CC99FF;
	}

.umel
	{
	background-color: #FF9999;
	}

.znic
	{
	background-color: #333333;
	color: #FFFFFF;
	}

.zvyr
	{
	background-color: #ffb643;
	}

.bude
	{
	background-color: #FD9C8E;
	}

.dupl
	{
	background-color: #FF3300;
	}

.w-90 {
  width: 90% !important;
}

.horni
{
	padding-top: 5rem;
}

.bg-poz
{
	background: rgb(255, 172, 77, 0.5);
}

.bg-uk
{
	background: rgb(17, 177, 87, 0.25);
}

.bg-chyb
{
	background: rgb(167, 35, 0, 0.5);
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  }
}

.navbar
{
	position: fixed;
	z-index: 1030;
}


a {
  color: #242424;
  text-decoration: underline;
  text-decoration-color: #BD2F0A;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #BD2F0A;
  text-decoration: underline;
  text-decoration-color: #BD2F0A;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.form-control
{
	font-size: 100%;
	background: rgb(255, 255, 255, 0.9);
}

.text
{
	font-size: 100%;
}

.file
{
	padding: 0rem;
}

.dropdown-item:hover
{
	background-color: #BD2F0A !important;
	color: #FFFFFF !important;
}

a.down
    {
    padding-left: 24px;
    background-image: url('../im/ico/file-file.gif');
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    }

a.pdf { background-image: url('../im/ico/file-pdf.gif') ; }
a.zip { background-image: url('../im/ico/file-zip.gif') ; }
a.doc { background-image: url('../im/ico/file-doc.gif') ; }
a.avi { background-image: url('../im/ico/file-avi.gif') ; }
a.mpg { background-image: url('../im/ico/file-mpg.gif') ; }
a.xls { background-image: url('../im/ico/file-xls.gif') ; }
a.ppt { background-image: url('../im/ico/file-ppt.gif') ; }
a.rar { background-image: url('../im/ico/file-rar.gif') ; }
