body{
font-family: 'Open Sans', sans-serif;

}


.header {
    background-color: #1CAB72;
    height: 40px;
    align: center;
}

.obsah{
    background-color:  #ffffff;
    font-family: font-family: 'Open Sans', sans-serif;
    padding: 20px;
}

.hore{

}

.header2 {
    background-color: #1CAB72;
    text-align: center;
    font-size: 15px;
}

.menu{
}

.click2{
    background-color: #1CAB72;
    color: #ffffff;
    font-family: 'Creepster', cursive;
    font-size: 29px;
    text-align:center;
    display: block;
    height: 60px;
    padding-top: 8px;
}

.click2:hover{
    font-family: 'Creepster', cursive;
    font-size: 29px;
    color: #ffffff;
    background-color: #9CAB1C;
    height: 60px;
    padding-top: 8px;
    text-align:center;
    text-decoration: none;

}

img.vlajka{
}

img.vlajka:hover{
border: 3px dashed black;
}




h1.chap{
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

h1.hore{
    font-family: 'Nosifer', cursive;
    font-size: 100px;
    text-align: center;
    margin: 20px;
}

p{
}

.btn.btn-primary {
  border-radius: 2px;
  color: #ffffff;
  font-family: 'Nosifer', cursive;
  font-size: 30px;
  color: #ffffff;
  background-color: #9CAB1C;
  height: 60px;
  padding-top: 8px;
  text-align:center;
  text-decoration: none;
}

.btn.btn-primary:hover {
    font-family: 'Nosifer', cursive;
  color: #ffffff;
  background-color: #1CAB72;
}

h1.text{
 color: #00abee;
}

h2.text{
 color: #7fca26;
}

p.text{
  color: black;
 text-align: center;
}

ul.text{
}

div.research{
    border: 3px dotted #9CAB1C;
    padding: 20px;
    margin: 10px;
    text-align: justify;
}

table{
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
}

tr {
    border: 1px solid black;
}

td{
   border: 1px solid black; 
width: 80px;
}

th{
   border: 1px solid black; 
width: 180px;
    text-align: left;
    padding-left: 5px;
}