
html {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 19px;
}

body {
    margin: 0;
}


.header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: whitesmoke;
    text-shadow: 0px 12px 12px 0px white;
    width: 100%;
    height: fit-content;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: sticky;
    display: block;
    margin-top: 0;
}
.headertext {
    text-align: left;
    margin-left: 40px;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: fit-content;
    font-size: 15px;
    font-weight: normal;
    color: whitesmoke;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    float: left;
}
/* footer {
    box-sizing: border-box;
    text-align: center;
    height: 100px;
    color: white;
    background: #414042;
    padding: 50px 0 0 0;
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}  */


/*------------------------header----------------------------*/
.h1header, .h1header a {
    font-size: 100px;
    font-weight: bolder;
    text-shadow: 1px 1px 1.5px rgb(102, 102, 102);
    margin-top: 4px;
    margin-bottom: 4px;
    color: white;
    text-decoration: none;
}

.headerinfo {
    font-size: 25px;
}


/*--------------------texty a fonty------------------------*/

article {
    text-align: justify;
    margin: 10px;
}

.articlemain {
    text-align: justify;
    margin: 10px;
    font-size: 20px;
    line-height: 130%;
}

h1 {
    font-size: 65px;
    font-weight: bolder;
    text-shadow: 1px 1px 1.5px rgb(102, 102, 102);
    margin-top: 8px;
    margin-bottom: 4px;
    color: rgba(224, 0, 0);
}

h2 {
    font-size: 50px;
    font-weight: bolder;
    text-shadow: 1px 1px 1.5px rgb(102, 102, 102);
    margin-top: 8px;
    margin-bottom: 4px;
    color: rgba(224, 0, 0);
}

h3 {
    font-size: 35px;
    font-weight: bolder;
    text-shadow: 1px 1px 1.5px rgb(102, 102, 102);
    margin-top: 8px;
    margin-bottom: 4px;
    color: rgba(224, 0, 0);
}

h4 {
    font-size: 30px;
    font-weight: bolder;
    text-decoration: underline;
    text-shadow: 1px 1px 1.5px rgb(102, 102, 102);
    margin-top: 6px;
    margin-bottom: 4px;
    color: rgba(224, 0, 0);
}



textarea {
    background-color: rgba(245, 245, 245, 0.459);
    margin-bottom: 120;
}

.autor {
    color: whitesmoke;
    font-style: italic;
    font-weight: normal;
    font-size: 10;
    float: left;
    margin-left: 15px;
}

.autor a {
    text-decoration: none;
    color: whitesmoke;
}

.oeminfo {
    color: whitesmoke;
    font-style: italic;
    font-weight: normal;
    font-size: 10;
    float: right;
    margin-right: 15px;
}

.container {
    position: unset;
    width: 90%;
    background-color: rgb(255,255,255,0.7);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 35px black;
}


@media only screen and (max-width:600px){
    .container {
        width: -webkit-fill-available;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size:35px;
    }
    h3 {font-size:25px;
    }
    h4 {font-size: 23px;        
    }
    .articlemain {
        font-size: 20px;
    }
}

/*-------------------------zarovnani a rozlozeni-------------------------------------*/
.zarovnatleft {
    text-align: left;
}

hr {
    height: 3px;
    background-color: rgba(224, 0, 0, 0.75);
    width: 90%;
    box-shadow: 0 0 10px black;
}

/*--------------------------hlavni plocha---------------------*/
.hlavniplochaimg {
    width: 70%;
    box-shadow: 0 0 10px black;
}

.youtubemain {
    width: 75%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.youtubemain iframe {
    width: 90% !important;
    height: 345px !important;
    text-align: center !important;
    border: 2px outset white !important;
    box-shadow: 0 0 30px black !important;
}

.maininfo img {
    width:100%;
    height: auto;
    margin-top: 8px;
    border-radius: 15px;
    box-shadow: 0 0 15px black;
}





@media only screen and (max-width:600px){
    .hlavniplochaimg {
        width: 98%;
    }
    .youtubemain {
        width: 98%;
    }
    .youtubemain iframe {
        width: 98% !important;
        height: 200px !important;
    }
}


/*---------------------bocni panel---------------------------*/
.bocnipanel {
    background-color: rgb(255,255,255,0.5);
    border-left: 3px outset rgba(224, 0, 0, 0.75);
    border-radius: 15px;
}

.imgbp {
    width: 90%;
    margin: 10px;
    overflow: hidden;
    border-radius: 20px;
}

.bocnipanel img {
    width: -webkit-fill-available;
    margin: 10px;
    overflow: hidden;
    border-radius: 20px;
}

.bocnipanel article {
    text-align: justify;
    margin: 10px;
}

.bocnipanel hr {
    height: 2px;
    background-color: rgba(224, 0, 0, 0.75);
    width: 90%;
    box-shadow: 0 0 10px black;
}

.bocnipanel iframe {
    width: -webkit-fill-available !important;
    border-radius: 10px !important;
    border: 2px inset white !important;
}

@media only screen and (max-width:600px) {
    .bocnipanel {
        border-left: none;
        border-top: 3px outset rgba(224, 0, 0, 0.75);
    }
    .bocnipanel img {
        max-width: 98%;
    }
}



/*-----------------------BUTTON-------------------------------*/
.rozbalit {
    display: inline-block;
    padding: 4px;
    padding-top: 7px;
    margin: 5px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.2rem;
    background-color:rgba(224, 0, 0, 0.75);
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 300ms;
}

.rozbalit:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    background-color:rgba(224, 0, 0) ;
    /*transform: scale(1.1);*/
}

.btnmain {
    display: inline-block;
    padding: 4px;
    padding-top: 7px;
    margin: 5px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.2rem;
    background-color:rgba(224, 0, 0, 0.75);
    border: 2px outset white;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 300ms;
}

.btnmain:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    background-color:rgba(224, 0, 0) ;
    /*transform: scale(1.1);*/
}

.btnsave {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    margin: 0px 5px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1rem;
    background-color:rgba(0, 104, 14);
    border: 2px outset white;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 300ms;
}

.btnsave:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    background-color:rgba(0,204,0) ;
    /*transform: scale(1.1);*/
}

.btnstorno {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    margin: 0px 5px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1rem;
    background-color:rgb(255, 115, 0);
    border: 2px outset white;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 300ms;
}

.btnstorno:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    background-color:rgba(150,115,0) ;
    /*transform: scale(1.1);*/
}

.btndel {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    margin: 0px 5px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1rem;
    background-color:rgb(114, 18, 18);
    border: 2px outset white;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 300ms;
}

.btndel:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    background-color:rgb(206, 22, 22) ;
    /*transform: scale(1.1);*/
}


@media only screen and (max-width:600px) {
    .rozbalit {
        font-size: 0.9rem;
    }
    .btnsave, .btndel, .btnstorno {
        margin-bottom: 10px;
    }
}

