
* {
    box-sizing: border-box;
}

body {
    color: #878787;
}

header {
    padding-top: 170px;
    /*padding-bottom: 170px;*/
    height: 850px;
    background:  url('../img/suitcase-g723a8f8a1_1920.jpg') no-repeat center;
    background-size: cover;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1rem;
}
#nazev,#podtitul {
    text-align: center;
    color: rgb(156, 20, 20);
    background:  rgb(255, 255, 255,25%);
}

#nazev {font-size: 5.625rem;}

#podtitul {
    padding-top: 2rem;
    font-size: 2.5rem;
}


#proc_khs, #zkratka {
    padding: 3rem  15% 1rem 15%;
    text-align: center;
    font-style: italic;
    line-height: 1.7;



}

.text {
    padding-top: 1rem;
    text-align: justify;
}

.wrapper {
    margin-left: 3%;
    margin-right: 3%;
}



/*.projekty {*/
    /*background-color: lightgray;*/
/*}*/


.hr-theme-slash-2 {
    display: flex;
}

.hr-line {
    width: 100%;
    position: relative;
    margin: 15px;
    border-bottom: 1px solid #000;
}
.hr-icon {
    position: relative;
    top: 3px;
    /*color: #ff0000;*/
    color: rgb(156, 20, 20);


}
