body{
    
    margin: 0;
    
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    
    color: #131310;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

br{
  line-height: 2.5em;
}

h1{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 2em;
    color: #b62e32;
    margin: 0.6em 0 0.6em 0;
    
    width: 100%;
    text-align: center;
}

h2{
     font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    color: #165128;
    margin: 0.5em 0 0.5em 0;
    
    width: 100%;
    text-align: center;
}

h3{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #b62e32;
    margin: 0.6em 0 0.6em 0;
    
    width: 100%;
    text-align: center;
}

li{
 text-align: left;
}
.zt{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #165128;
}

.slovo{
   font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #165128;
    text-transform: uppercase;
}

.capitals{
 text-transform: uppercase;
}

a{
  font-family: Montserrat, sans-serif;
  color: #0090cd;
  
  transition: color 0.2s;
}

a:hover{
 color: #32a6d7;
}

strong{
   font-weight: 500;
   color: #111111;
}

.capitals{
  text-transform: uppercase;
}

header{
    text-align: center; 
   height:92px;
   flex: 100%;
  
  order: 1;
}

header img{
    max-width: 800px;
    margin-top: 15px;
}


nav{
  
    display: flex;
}

nav a{
    background: linear-gradient(-180deg, #165128, #4c8d3d);
    color: #f5f4e8;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    
    display: block;
    width: 100px;
    height: 16px;
    
    
    padding: 10px;
    border-radius: 18px;
    
    margin-right: 18px;
    margin-bottom: 18px;
    transition: box-shadow 0.3s, color 0.2s;
    }
    
nav a:hover{
    box-shadow:  0 0 8px #555555;
    color: #FFFFFF;
}

#plocha{
  height: calc(100vh - 100px);
  width:39%;
  order: 2;
}

#plocha img{
 max-height: 100%;
 max-width: 100%;
}

#kolo{

    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 2em;
    color: #b62e32;
    
    text-align: center;

}

#container{
  order: 3;
  width:61%;
  
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

main{
 order: 5;
 width: 100%;
 height: calc(100vh - 146px);
 overflow: auto;
 
 padding-right: 18px;
 
 line-height: 1.5em;
 text-align: center;
}



.table{
    
   
    height: calc(100vh - 186px);
    max-width: 95%;
    width: auto;
    overflow: auto;
    
    background-color: #f5f4e8;
    
    border: 15px #f5f4e8 solid;
    border-radius: 15px;
    
    position: relative;
}

.table div{
    display: inline-flex;
    margin: 0 0 0 0;
    align-items: center;
 
}


.table_no, .table_name, .table_sum, .table_event
{
    line-height:32px;
    
}

.table_no{
    width: 80px;
    justify-content: center;
}

.table_name{
    width: 220px;
    justify-content: flex-start;
    
    font-family: Montserrat;
    font-weight: 500;
}

.table_sum{
    width: 80px;
    justify-content: center;
    color: #b62e32;
    font-weight: 500;
    border-right: 1px #4c8d3d solid;
}

.table_event{
    min-width: 45px;
    justify-content: center;
    font-size: 0.9em;
    font-weight: 300;
    color: #004c18;
}

.table_event2{
   width: 170px;
}

 .table_header
 {
    background-color: #f5f4e8;
    font-size: 0.7em;
    justify-content: center;
    color: #004c18;
    font-weight: 500;
    line-height: 1.8em;
    height: 3.6em;
    
    font-family: Roboto, sans-serif;
    
 }
 
 .header{
  display: flex;
  width:100%;
 }
 
 .table_count{
    min-width: 50px;
    justify-content: center;
    font-size: 0.9em;
 }

.gray{
    background-color: #fafaf2;
    border-top: 1px #b3b2ab solid;
}

.white{
    background-color: #fdfdf9;
    border-top: 1px #b3b2ab solid;
}

article{
  margin: 20px 20px 20px 20px;
  text-align: left;
}

.flex_container{
 display: flex;
 justify-content: center;
 
}

.note{
   font-size: 0.8em;
   color: #41413f;
   font-style: italic;
}

.line{
  border-bottom: solid 1px #4c8d3d;
}

.pozicia{
 text-transform: uppercase;
 
 border-left: 1px #4c8d3d solid;
}

.spolu{
  border-left: 1px #4c8d3d solid;
  font-weight: 500;
}