body{
    background-color: #282828;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.ui.active.progress .bar::after{
    animation: none;
}

header, nav, main, footer{
    background-color: white;
    color: black;
}


/*-----------------------------------------------------------------hlavicka---*/
header{
    background-image: url("../images/vlnky.jpg");
    background-position: center;
    padding-top: 35px;
}
.obrazkovy-titulek{ 
    margin-left: 20px;
} 
.obrazkovy-podtitulek{
    float: right;
    margin-right: -10px;
    transform: translateY(-10%);
}
.logo-Grafia{
    vertical-align: top;
    float: right;
}


/*---------------------------------------------------------------------menu---*/
.vodorovne-menu > .borderless.menu{
    padding-right: 12%;
    min-height: 3.7em;
    background: 0;
    background-image: url("../images/fixedM.png");
    font-family: 'Releway', sans-serif;
}
.vodorovne-menu > .menu > .right.menu{
    padding-right: 0%;
}
.vodorovne-menu .menu .right.menu{
    background: 0;
}
.hamburger{
    display: none;
}
#hamburger-menu .dropdown a.item{
    padding: 1.5em 2.5em !important;
}


/*--------------------------------------------------------------------obsah---*/

/*-------------------------------------------------uvodni stranka---*/
/*section uvod-slovo*/
section.uvod-slovo{
    padding: 60px 0 60px;
}
section.uvod-slovo p{
    margin-bottom: 5px; 
}
section.uvod-slovo p:nth-last-child(3),
section.uvod-slovo p:nth-last-child(2){
    margin-bottom: 1em;
}
section.uvod-slovo p, section.anotace p{
    width: 90%;
}
section.uvod-slovo img, section.anotace img{
    width: 200px;
    padding-top: 10px; 
    position: relative;
    z-index: 5;
}
section.uvod-slovo .flex-images > a > span{
    display: none; 
}
section.uvod-slovo .flex-images > a > span{
    position: absolute;
    bottom: -10px;
    left: -41px;
    background-color: #aaa;
    width: 158%;
    height: 103%;
    opacity: 0.7;
    vertical-align: middle;
    z-index: 1;
}
section.uvod-slovo .flex-images > a > span > i{
    font-size: 2em;
    top: 85px;
    left: 4px;
    position: absolute;
}
section.uvod-slovo div.flex-images{
    display: flex;
    flex-direction: row;
}

/*section anotace*/
section.anotace{
    margin-bottom: -40px;
}
section.anotace h2{
    color: #44bfe2;
    transform: translateX(-18.4%);
}
section.anotace h2::after{
    background-color: #ceeaf5;
}
section.anotace img{
    position: relative;
    transform: translateY(-25%) translateX(2%);
}
section.anotace p.popisek-obrazku{
    font-size: 0.83rem;
    font-weight: 400;
    position: relative;
    width: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-75%);
    bottom: 15%;
}

/*section tem-okruhy*/
section.tem-okruhy{
    background-image: url("../images/vlnky.jpg");
    padding: 40px 0 50px;
}
section.tem-okruhy h2{
    margin-bottom: 60px;
    color: #000;
}
section.tem-okruhy h2::after{
    background-color: #878b8d;
}

/*section ukazka*/
section.ukazka{
    margin: 55px 0;
}
section.ukazka h2{
    color: #44bfe2;
    transform: translateX(-18.4%);
}
section.ukazka h2::after{
    background-color: #ceeaf5;
}
section.ukazka a{
    margin-top: 25px;
}
section.ukazka a:hover p{
    background: #aaaaaa;
}
section.ukazka p{
    margin-bottom: 25px;
    color: #fff;
    background-color: #878b8d;
    margin: 0 15px;
    text-align: center;
}

/*section ohlasy*/
section.ohlasy{
    background-image: url("../images/ctenari-pruh.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 30px 0; 
}
section.ohlasy h2{
    color: #000;
}
section.ohlasy h2::after{
    background-color: #878b8d;
}
section.ohlasy .grid > .column{
    margin-left: 55px;
}
section.ohlasy .column p{
    width: 85%;  
}

/*section kontakt*/
section.kontakt{
    padding: 30px 0 100px;
    margin-bottom: -14px;
}
section.kontakt h2{
    color: #44bfe2;
    transform: translateX(0);  
}
section.kontakt h2::after{
    background-color: #ceeaf5;
}
section.kontakt table, section.kontakt table tr td{
    border: 0 !important;
}
section.kontakt table tr:nth-child(2n+1){
    background-color: #f8f8f8;
}
section.kontakt tr:last-child{
    text-align: center;
}
section.kontakt a{
    text-decoration: none;
    color: #4183C4;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
}
section.kontakt a:hover{
    text-decoration: underline;
    color: #4183C4;
}
section.kontakt span{
    position: relative;
    top: 10%;
}

/*----------------------------------------------pro skoly a firmy---*/
main.skoly_firmy{
    padding-top: 60px;
}
main.skoly_firmy i{
    font-size: 3em;
    margin: 20px auto 10px;
}
main.skoly_firmy .centered.grid p{
    margin-bottom: 100px;
    text-align: center; 
    font-size: 20px;
    color: #150C52;
}
main.skoly_firmy .column:first-of-type h2{
    color: #44bfe2;
}
main.skoly_firmy .column:first-of-type h2::after{
    background-color: #ceeaf5
}
main.skoly_firmy .column:nth-of-type(2) h2{
    color: #000;
}
main.skoly_firmy .column:nth-of-type(2) h2::after{
    background-color: #878b8d
}
main.skoly_firmy h3{
    font-size: 1.5em;
    color: #150C52;
    padding: 10px 0;
    text-align: left;
    font-weight: 200 !important;
    width: 75%;
    margin: auto;
}
main.skoly_firmy p{
    width: 75%;
    margin: auto;
    padding: 10px 0;
}

/*-------------------------------------------------ohlasy ctenaru---*/
main.ohlasy_ctenaru{
    padding-top: 60px;
}
main.ohlasyCtenarui p > a{
    text-decoration: none;
    color: #4183C4;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
}
main.ohlasy_ctenaru p > a:hover{
    text-decoration: underline;
    color: #4183C4;
}

/*section graf*/
section.graf{
    padding: 20px 0 60px;
}
section.graf h2{
    color: #44bfe2;
    transform: translateX(-30%);
    margin-top: 30px;
}
section.graf h2::after{
    background-color: #ceeaf5;
}
section.graf a{
    left: 50%;
    transform: translateX(-50%);
}
section.graf p{
    color: #fff;
    background-color: #878b8d;
    margin: 20px 0 30px;
    text-align: center;
}
section.graf a:hover p{
    background: #aaaaaa;
}

/*section odpovedi*/
section.odpovedi{
    padding-bottom: 50px;
} 
section.odpovedi h2{
    color: #000;
}
section.odpovedi h2::after{
    background-color: #878b8d;
}

/*section otazka*/
section.otazka h3{
    color: #44bfe2;
    margin-top: 30px;
}
section.otazka .progress-odpoved > div.progress{
    width: 20%;
    display: inline-block;
    margin: 5px 0;
}
section.otazka .progress-odpoved > p{
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 9px 10px; 
}
section.otazka div > ul{
    margin-top: 10px !important;
}

/*-----------------------------------------------pribehy studentu---*/
main.pribehy{
    padding: 60px 0 0 120px;
}
main.pribehy > h2{
    color: #44bfe2;
    transform: translateX(-18.4%);
    padding-top: 30px;
}
main.pribehy > h2::after{
    background-color: #ceeaf5;
}
main.pribehy a.fixni-odkaz{
    text-decoration: none;
    color: #4183C4;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
    position: fixed;
    left: 80%;
    width: 260px;
    transform: translateX(-50%) translateY(30%);
}

/*section perex*/
section.perex{
    margin: 20px 0;
}
section.perex h3{
    margin-top: 30px;
}
section.perex p{
    text-align: justify;
}
section.perex p:last-child{
    text-align: center;
}


/*clanek*/
main.pribeh{
    padding-top: 20px;
}
main.pribeh article h2{
    margin-top: 30px;
}
main.pribeh article h2::after{
    background-color: #878b8d;
}
main.pribeh article > p:nth-child(2){
    color: #10207A;
    padding: 15px 0 0;
    font-size: 1.11rem;
}
main.pribeh article > img:nth-child(3){
    margin: 30px auto;
}
main.pribeh article > p:last-child{
    margin-bottom: 50px;
}
main.pribeh div.divider{
    margin-bottom: 50px;
}


/*------------------------------------------------------------------nadpisy---*/
h2{
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 35px;
    padding: 12px;
    text-align: center;
}
h2::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 55px;
    height: 6px;
    border: 0;
    margin-bottom: 25px;
}


/*-------------------------------------------------------------uprava textu---*/

/*odkazy*/
a.textovy-odkaz:hover{
    text-decoration: underline;
    color: #4183C4;
}
a.textovy-odkaz{
    text-decoration: none;
    color: #4183C4;
    transition: 0.3s;
    font-weight: 700;
}
a{
    color: #000;
    cursor: pointer;
}


/*------------------------------------media-----------------------------------*/

@media (max-width: 1500px){
    /*--------------------hlavicka---*/
    .obrazkovy-titulek{
        max-width: 65%;
    }
    .obrazkovy-podtitulek{
        max-width: 85%;
        transform: translateY(-10%);
    }
    .logo-Grafia{
        max-width: 19%;
    }
    
    /*-------------------------menu---*/
    .vodorovne-menu .menu{
        padding-right: 6%;

    }
    .vodorovne-menu .menu .item{
        font-size: 1.1rem;
    }
    
    /*------------------------uvod---*/
    /*section uvod-slovo*/
    section.uvod-slovo{
        margin-bottom: -200px;
    }
    section.uvod-slovo div.flex-images{
        display: block;
    }
    section.uvod-slovo .flex-images img{
        margin-top: -20px;
    }
    section.uvod-slovo a.image:last-child img{
        margin-top: -20px;
        z-index: 2;
    }
    /*section anotace*/
    section.anotace{
        margin-bottom: 55px;
    }
    section.anotace h2{
        margin-top: 30px;
    }
    section.anotace img{
        transform: translateY(0%) translateX(-50%);
        left: 50%
    }
    section.anotace p.popisek-obrazku{
        transform: translateY(-70%) translateX(-50%);
        bottom: -10%
    }
    section.anotace h2.publikace{
        font-size: 2em;
        font-weight: 500;
        text-decoration: underline;
    }
    
    /*------------pribehy studentu---*/
    main.pribehy{
        padding-left: 60px;
    }
    main.pribehy a.fixni-odkaz{
        width: 230px;
    }
    /*section perex*/
    section.perex h3{
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    /*--------------------hlavicka---*/
    .image img.obrazek-hlavicka{
        max-width: 110%;
    }
    .obrazkovy-titulek{
        margin-left: 20px;
    }
    .logo-Grafia{
        max-width: 18%;
    }
    
    /*------------------------menu---*/
    .vodorovne-menu .menu{
        padding-right: 6%;
    }
    
    /*------------------------uvod---*/
    /*section uvod-slovo*/
    section.uvod-slovo{
        margin-bottom: -150px;
    }
    section.uvod-slovo p, section.anotace p{
        width: 100%;
    }
    /*section anotace*/
    section.anotace h2{
        margin-top: 0px;
    }
    section.anotace img{
        transform: translateY(0%) translateX(-50%);
        left: 50%;
    }
    section.anotace p.popisek-obrazku{
        transform: translateY(10%) translateX(-50%);
        bottom: 0%;
    }
    /*section ohlasy*/
    section.ohlasy .column p{
        width: 100%;
    }
    /*section kontakt*/
    section.kontakt table.table{
        width: 140%;
        margin-left: -50px;
    }
    
    /*------------pribehy studentu---*/
    main.pribehy{
        padding-left: 30px;
    }
    main.pribehy a.fixni-odkaz{
        width: 200px;
        left: 83%;
    }
    /*section perex*/
    section.perex{
        margin-right: -50px;
    }
    section.perex h3{
        margin-top: 15px;
    }
    section.perex img.image{
        max-width: 110%;
    }
    
    /*---------------------nadpisy---*/
    h2{
        margin: 15px 0 20px;
        padding: 8px;
    }
}

@media (max-width: 991px) {
    /*--------------------hlavicka---*/
    .obrazkovy-titulek{
        margin: 25px 0 0 10px;
        max-width: 75%;
    }
    
    /*------------------------menu---*/
    .vodorovne-menu .menu .item{
        font-size: 1.0rem;
        min-height: 3.8em;
        padding-right: 20px;
    }
    .vodorovne-menu .menu{
        padding-right: 2%;
    }
    
    /*------------------------uvod---*/
    /*section uvod-slovo*/
    section.uvod-slovo{
        margin-bottom: -180px;
    }
    section.uvod-slovo a.image:last-child img{
        margin-top: -20px;
    }
    section.uvod-slovo .flex-images img{
        margin-top: 0;
    }
    /*section anotace*/
    section.anotace img{
        transform: translateY(10%) translateX(-50%);
    }
    section.anotace p.popisek-obrazku{
        transform: translateY(85%) translateX(-50%);
    }
    /*section kontakt*/
    section.kontakt table.table{
        width: 100%;
        margin-left: 0px;
    }
    
    
    
    /*------------pribehy studentu---*/
    main.pribehy > h2{
        margin-bottom: 50px;
        transform: translateX(0%);
    }
    main.pribehy a.fixni-odkaz{
        position: relative;
        left: auto;
        transform: translateX(0%);
    }
    /*section perex*/
    section.perex img.image{
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    /*------------------------menu---*/
    .hamburger{
        display: block;
    }
    .hamburger .menu{
        font-size: 18px;
    }
    .vodorovne-menu{
        display: none;
    }
    
    /*------------------------uvod---*/
    /*section uvod-slovo*/
    section.uvod-slovo{
        margin-bottom: -130px;
    }
}

@media (max-width: 768px) {
    /*--------------------hlavicka---*/
    .obrazkovy-titulek{
        max-width: 65%;
        margin-top: 0;
        transform: translateY(5%);
    }
    .logo-Grafia{
        margin-top: -20px;
    }
    .obrazkovy-podtitulek{
        max-width: 75%; 
        margin-top: -20px;
    }
    
    /*------------------------uvod---*/
    /*section uvod-slovo*/
    section.uvod-slovo{
        margin-bottom: 0;
        padding: 30px 0 30px;
    }
    section.uvod-slovo div.flex-images{
        display: inline-block;
        width: 100%;
    }
    section.uvod-slovo .flex-images a{
        margin: 0 50px 10px ;
    }
    section.uvod-slovo .flex-images img{
        margin-top: 0;
        width: 140px;
    }
    section.uvod-slovo a.image:last-child img{
        margin-top: 0;
    }
    section.uvod-slovo .flex-images > a > span{
        display: block; 
    }
    /*section anotace*/
    section.anotace{
        margin-bottom: 0;
    }
    section.anotace h2{
        transform: translateX(0);  
    }
    section.anotace img{
        transform: translateY(-10%) translateX(-50%);
        left: 50%;
        width: 160px;   
    }
    section.anotace p.popisek-obrazku{
        transform: translateY(10%) translateX(-50%);
        bottom: 10%;
        left: 50%;
        font-size: 0.75em;
    }
    /*section tem okruhy*/
    section.tem-okruhy{
        padding: 20px 0 25px;
    }
    section.tem-okruhy h2{
        margin-bottom: 35px;
    }
    /*section ukazka*/
    section.ukazka{
        margin: 20px 0 10px;
    }
    section.ukazka h2{
        transform: translateX(0);  
    }
    /*section ohlasy*/
    section.ohlasy .column b{
        position: relative;
        left: 5%;
    }
    section.ohlasy .column p,
    section.ohlasy .column ul.list{
        width: 90%;
        margin: 5px auto 10px;
    }
    
    /*--------------ohlasy ctenaru---*/
    /*section graf*/
    section.graf h2{
        transform: translateX(0%);
    }
    /*section otazka*/
    section.otazka .progress-odpoved > div.progress{
        width: 30%;
    }
    
    /*------------pribehy studentu---*/
    main.pribehy{
        padding-left: 20px;
    }
    /*section perex*/
    section.perex{
        margin-right: 0px;
    }
    section.perex h3{
        margin-top: -10px;
    }
    section.perex img.image{
        margin: 0 auto;
        width: 200px;
    }
}