body
{
    font-family: 'Bookman Old Style';
    background-color: #A9A9A9;
    
}

footer a{
	text-decoration: none;
	color: black;
}

table{
    margin-left: auto;
    margin-right: auto;
}

table,th,td{
    border: 1px solid black;
    border-collapse: collapse;
}

td{
    text-align: center;
}

abbr{

    text-decoration: none;
}

.info{
background-color: #5F9EA0;
border-radius: 50px;
height: auto;
width: 90%;
margin-left: auto;
margin-right: auto;
}

.partner{
text-align: center;
}

header
{
    background-image: url("header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #A52A2A;
    border-radius: 200px;
    margin-top: -2px;
}
    header:hover
    {
       opacity: 0.9;
    }

h1
{
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    color: #E0FFFF;
    margin-top: 0;
}

h2
{
    font-size: 2em;
    text-align:center;
    font-style: italic;
    color: rgb(52, 6, 65);
    
}

h3{
    font-size: 1.5em;
    text-align: center;
    font-style: italic;
}

.ikony, .sloupec
{
    display: inline-block;
    width: 10%;

}

.sloupec {
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    margin-left: 10%;
    transition: all .5s ease;
}

    .sloupec img
    {
        margin-top: 20px;

 
    }

.ikony img {
        background-color: #7FFFD4;
        border: 1px solid #7FFFD4;
        border-radius : 20px;
        transform: scale(1);
        transition: all .5s ease;
        position: absolute;

}

    .ikony img:hover
    {

        cursor: pointer;
        transform: scale(3);
        transition: all .5s ease;
    }

#main
{
    background-color: white;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    position: initial;
    -moz-box-shadow: grey 12px 12px 12px;
    -webkit-box-shadow: grey 12px 12px 12px;
    -o-box-shadow: grey 12px 12px 12px;


}

.popisek
{
        background-color: #7FFFD4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 5px 0 5px;
    color: black;
    width: 100px;
    height: 250px;
    transition: all 1s ease-in-out;
    

}
    .popisek:before
    { 
        content: "";
        position: absolute;
        margin-left: -30px;
        margin-top: -25px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #7FFFD4;
    }

    .popisek p
    {
        font-size: 1em;
        line-height: 1.15em;
    }

.obrazky
{
    background-image: url("backg.SVG");
    background-repeat: no-repeat;
}

.li{
    display: inline;
    font-size: 2em;
    text-decoration: none;
    margin-left: 15%;
    border: thin solid #fff;
    border-radius: 10px;
    color: white;
    padding: 20px;
    background-color: #5F9EA0;
}

.li:hover {
     background-color: white;
     color: black;
     cursor: pointer;
     
}

.basic li{
    list-style-type: upper-latin;
    font-family: sans-serif;
    color: black;
}

.basic .deep{
    list-style-type: lower-latin;
}



.active {
  background-color: rgb(107, 143, 183);
  color: black;
  
}

.hidden {
display: none;
transition: display 1s ease-in-out;
}

.basic h2 {
  color: rgb(52, 6, 65); 
}
.basic p {
  text-align: center;
  font-family: Impact, Charcoal, sans-serif;
}
footer
{
    text-align: center;
    margin-top: auto;
}

.basic img
{
    padding: 15px;
    float: right;

}

.basic p
{
    padding: 30px;
    
}

.popisek a {
    text-decoration: none;
    color: #708090;
    text-transform:uppercase;
}


@media (max-width: 1100px){
     .li{
     display: block;
     width: 40%;
     margin-left: auto;
     margin-top: 10px;
     margin-right: auto;
     }

}
@media (max-width: 640px){
     .li{
     display: block;
     width: 60%;
     margin-left: auto;
     margin-right: auto;
     }

}


@media (max-width: 950px){
    .sloupec {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}