/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 10, 2017, 10:39:23 AM
    Author     : Jan
*/

body{
    font-family: 'Rokkitt', serif;
}
h1 { text-align: center;

}

.prvni::first-letter {
    float:left;
    font-size: 300%;
    line-height: 70%;
    margin-right: 6px;
    margin-top: 6px;
    margin-left:18px;

}
.noIndent {
    text-indent: 0em;
}
p {
    text-indent:3em;
    text-align: justify;
    margin: 0;
    line-height: 1.5;
}
pre {
    text-align: justify;
    margin: 0;
    line-height: 1.5;
}

.btn {
       background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor:default;
    background-color: white;
    color: black;
    border: 2px solid #555555;
    background-color: #555555;
    color: white;
     background-color: white;
    color: black;
    border: 2px solid #555555;
    

}
.svisle{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor:default;
    background-color: white;
    color: black;
    border: 2px solid #555555;
    background-color: #555555;
    color: white;
     background-color: white;
    color: black;
    border: 2px solid #555555;
    width: 250px;
    margin-left: 65px;
}
.svisle:not(.no-hover):hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

.btn:not(.no-hover):hover {
    background-color: #555555;
    color: white;
    cursor: pointer;
}

ul {
    list-style-type: none;
}
li {
    margin: 50px auto 0;
}

.picRight{
    float:right; 
    margin-left:20px;
    margin-top:20px;

}

.modal
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    display:none;
}
.modal_close
{
    width:100%;
    height:100%;
    /* background:rgba(5,4,255,.8);*/
    position:fixed;
    top:0;
}
.close
{
    cursor:pointer;
}
.modal_main
{   border-style: solid;
    padding-right: 20px;
    padding-left: 20px;
    width:50%;
    height:400px;
    background:#fff;
    z-index:4;
    position:fixed;
    top:16%;
    border-radius:4px;
    left:24%;
    display:none;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}

button
{
  
   
    /* border:none;*/ 
    padding:0px 2px 0 2px!important;
    font: inherit;
    /*border is optional
    border-bottom:1px solid #444; */
     background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #EFEFEF;
    color: black;
    border: 1px solid #555555;
   
}
button:hover {
    background-color: #555555;
    color: white;
}
.b-page-cover {
    padding: 0;
}

