/********************
        GENERAL
********************/ 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(90deg, rgba(238, 237, 235, 0.8) 0%, rgba(173, 173, 170, 0.8) 100%), url(img/svestky-art-orez-tiny.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/********************
        HEADER
********************/
header {
    background: rgb(245, 217, 43);
    height: 80px;
    width: 100%;
    }


.logo {
    color: black;
    font-size: 25px;
    line-height: 80px;
    padding: 0 80px;
    font-family: 'Instrument Serif', serif;
    }

nav {
    position: relative;
    }
    
nav ul {
    position: absolute;
    top: -78px;
    right: 60px;
    }

nav li {
    display: inline-block;
    list-style-type: none;
    line-height: 80px;
    margin: 0 5px; 
    }
    
nav a {
    text-decoration: none;
    color: black;
    font-family: 'Instrument Serif', serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 80px;
    padding: 8px;
    }

a.active, nav a:hover {
    background: rgba(252, 243, 189, 1);
    border-radius: 15px;
    transition: background-color 0.3s;
}

.checkicon {
    position: absolute;
    right: 20px;
    top: -78px;
    font-size: 30px;
    color: black;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
    }

/********************
        SECTIONS
********************/

/** TITULEK STRANY **/

.nazev-strany {
    width: 100%;
    height: 220px;
    background: url(img/plums-orez1-tiny.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
}

.nazev-strany h1 {
    color: black;
    font-family: 'Instrument Serif', serif;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: rgba(184, 196, 203, 0.2);
    text-shadow: 2px 2px 6px rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 15px;
}    

.nazev-strany h2 {
    color: black;
    font-family: 'Instrument Serif', serif;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    background: rgba(184, 196, 203, 0.2);
    text-shadow: 2px 2px 6px rgb(255, 255, 255);
    border-bottom: 12px solid rgb(210, 182, 10);
}

.oblast {
    width: 75vw;
    margin: 0 auto;
    margin-top: 40px;
    background: rgba(238, 237, 235, 0.4);
    border-radius: 30px;
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.oblast h1 {
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 25px;
}

.oblast-uprostred {
    width: 75vw;
    margin: 0 auto;
    margin-top: 40px;
    background: rgba(209, 187, 158, 0.4);
    border-radius: 30px;
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    padding-bottom: 25px;
}
 .oblast-uprostred h1 {
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 25px;
 }

.uvod {
    font-style: italic;
    font-weight: 700;
    text-align: center;
    padding: 30px;
}

.davkovani, .pouziti, .stazeni, .posta {
    margin-top: 20px;
    text-align: justify;
    padding: 0px 30px 15px 30px;
}

.podtrzene {
    text-decoration: underline;
}

.stazeni a {
    padding: 8px;
}

.stazeni a:hover {
    background: rgb(209, 187, 158);
    color: black;
    font-weight: 700;
    text-decoration: none;
    border-radius: 15px;   
}

.tabulka p {
    font-weight: 700;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

table {
    border: 2px solid black;
    border-collapse: collapse;
    margin: 0 auto;
}

th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th {
    text-align: center;
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 2px solid black;
}

td {
    text-align: center;
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 15px;
}

.doleva {
    text-align: left;
}

.posta {
    text-align: justify;
    padding: 15px 30px 15px 30px;
    background: rgb(209, 187, 158);
    border-radius: 30px;
    width: 75vw;
    margin: 0 auto;
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
}


/********************
       FOOTER
********************/

footer {
    width: 100%;
    height: 65px;
    margin-top: 40px;
    background: rgb(245, 217, 43);
    font-family: 'Instrument Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
}