/* Page settings */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, sans-serif;
}

.row {
    width: 80%; /* @media specific */
    margin: 0 auto;
}


/* ===== Header ===== */

/* Header */

.header {
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5)),url('../files/images/ilustrace/podnikatele-1920x1080.jpg');
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.nav-background {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: cover;
    height: 85px;
    width: 100%;
    border: 0px solid blue;
    border-bottom: 1px solid white;
    z-index: 50;
}

nav ul {
    float: right;
    margin-top: 15px;
    margin-left: 36%;
    position: fixed;
    z-index: 100;
}

header ul li {
    display: inline-block;
    color: white;
    list-style-type: none;
    margin-left: 25px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 1.0px;
}

header nav ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

header nav ul li a:hover {
    transition: border-bottom 20s;
    border-bottom: 1px solid rgb(255, 255, 255);
}


/* Hedar logo */

.header-logo img {
    width: 200px;
    position: fixed;
    top: 25px;
    left: 10%;
    z-index: 200;
}



/* Mobile navigation */

.mobile-nav-icon {
    float: right;
    width: 60px;
    margin-top: 10px;
    display: none;
    border: 0px solid red;
}

.mobile-nav-icon img {
    width: 50px; 
    margin-top: 5px;
}

/* Header homepage */

.h1-homepage {
    position:absolute;
    top: 70%;
    left: 12%;
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    word-spacing: 5px;
}

.h1-homepage span {
    font-size: 100px;
    color: rgb(255, 255, 255);
}

.h2-homepage {
    position:absolute;
    top: 71%;
    left: 64%;
    color: rgb(255, 255, 255);
    font-size: 25px;
    letter-spacing: 2.5px;
    word-spacing: 5px;
    line-height: 35px;
    width: 25%;
}

.h2-homepage span a {
    display: inline-block;
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    letter-spacing: 2.5px;
    word-spacing: 5px;    
    text-align: center;
    border: 2px solid white;
    background-color: #3f900fff;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px;
    text-decoration: none;
}

.h2-homepage span a:hover {
    transition: background-color 0.5s;
    background-color: rgb(22, 46, 5);
}



/* Header site */

.header-site-img {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../files/images/ilustrace/jablunkov.JPG');
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-top: 40px;
    background-attachment: fixed;
}

.header-site-help {
    padding-top: 10%;
}

.header-site-text {
    color: white;
    padding-top: 4%;
    font-size: 35px;
    letter-spacing: 2.0px;
    word-spacing: 5px;
    line-height: 35px;

}

.h2-site {
    font-size: 35px;
    letter-spacing: 2.0px;
    word-spacing: 5px;
    line-height: 35px;
    color: #3f900fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.h3-site {
    font-size: 25px;
    letter-spacing: 2.5px;
    word-spacing: 5px;
    line-height: 35px;
}


/* ===== Main ===== */


/* Help main */

.help-main h2 {
    font-size: 35px;
    padding-top: 60px;
    margin: 0px;
    color: #3f900fff;
    text-align: center;
    border: 0px solid red;
}

.help-main h2:after {
    content: "";
    display: block;
    width: 250px;
    border: 0px solid rgb(44, 100, 11);
    margin: 0px auto;

}

/*
#help-main-first {
    margin: 0 auto;
}
    */

.help-main-block {     
    margin-top: 50px;
    text-align: center;
    border: 0px solid red;
}

.help-main-block-detail {
    display: inline-block;
    width: 32.6%;
    margin-bottom: 50px;
}

/*
.help-main-first-block {   
    display: inline-block;
    width: 32.6%;  
    text-align: center;
    border-bottom: 0px solid rgb(44, 100, 11);
    border: 2px solid red;
}
    */

    /*
.help-main-second {     
    margin-top: 70px;
    text-align: center;
    border: 0px solid red;
}

.help-main-second-block {   
    display: inline-block;
    width: 32.6%;  
    margin: 0px;
    text-align: center;
    border-bottom: 0px solid rgb(44, 100, 11);
}
    */



.help-main-h3 {
    font-size: 25px;
    margin: 0px;
    color: orange;
    text-align: center;
    text-decoration: none;
}

.help-main-h3 a {
    font-size: 25px;
    margin: 0px;
    color: orange;
    text-align: center;
    text-decoration: none;
}

.help-main-h3 a:hover {
    font-size: 25px;
    margin: 0px;
    color: orange;
    text-align: center;
    text-decoration: underline;
}

.help-main-p {
    font-size: 18px;
    color: rgb(117, 116, 116);
    text-align: justify;
    padding: 20px 0px 20px 0px ;
    margin: 0px 15px 0px 15px;
    border-bottom: 1px solid rgb(44, 100, 11, 0.2);
}

main a {
    margin-top: 10px;
    font-size: 18px;
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

main a:hover {
    margin-top: 10px;
    font-size: 18px;
    color: orange;
    text-decoration: underline;
    font-weight: bold;
}



/* Help site */

.help-site-contents {
    display: inline;
    float: left;
    width: 48%;
    border: 0px solid red;
    margin-top: 5%;
}

.help-site-contents:nth-child(2n+1) {
    display: inline;
    float: right;
    width: 48%;
    border: 0px solid rgb(0, 128, 0);
}

.help-site-contents ul {
    padding: 0px;
}

.help-site-contents h2 {
    margin-top: 8%;
    margin-bottom: 2%;
    text-align: center;
    color: orange;
    font-size: 30px;
}

.help-site-contents img {
    width: 70%;
    margin-left: 15%;
    border-radius: 50%;
}

.help-site-contents p {
    font-size: 18px;
    text-align: justify;
    font-size: 18px;
    color: rgb(117, 116, 116);
}

.help-site-line {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid rgb(0, 128, 0, 0.2);
    margin-top: 5%;
}



/* Region */

.region {
    background-color:#3f900fff;
    margin-top: 50px;
    padding: 50px 30px 50px 30px;
    text-align: center;
}

.region-h2 {
    font-size: 35px;
    color: white;
    text-align: center;
}


.region li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    color: white;
    font-size: 20px;
    letter-spacing: 2.5px;
    border: 0px solid red;
    font-weight: bold;
}


.region li:nth-child(2n+1) {
    font-weight: normal;
}

.link-region,
.link-region:hover {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    color: white;
    font-size: 20px;
    letter-spacing: 2.5px;
    font-weight: bold;
}




/* News */

#news {
    border: 0px solid red;
    margin-top: 45px;
    /*padding: 0px 0px 50px 0px;*/
    text-align: center;

}

.news-div-global {
    border: 0px solid red;
}

.news-div {
    display: inline;
    float: left;
    width: 25%;
    padding: 0px 15px 0px 15px;
    border: 0px solid red;
    margin: 0px auto;
}

.news-image img {
    width: 100%;
    border-radius: 10px;
    opacity: 0.7;
}

.news-h2 {
    font-size: 35px;
    padding: 35px 0px 20px 0px;
    margin-left: 0px;
    color: #3f900fff;
    text-align: center;
    border: 0px solid red;

}

.news-h3 {
    font-size: 25px;
    padding: 10px 0px 5px 0px;
    color: orange;
    text-align: left;
    border: 0px solid red;   

}

.news-image {
    background-color: black;
    overflow: hidden;
    border-radius: 10px;

}

.news-image img:hover {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s, opacity 0.5s;
    transform: scale(1.15);
    opacity: 1;
}

.news-p {
    font-size: 18px;
    padding: 5px 0px 5px 0px;
    color: rgb(100, 100, 100);
    text-align: justify;
    border: 0px solid red;      
}


/* Partners */

#partners {
    border: 0px solid red;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 0px 0px 50px 0px;

}

.partners-image img {
    width: 400px;
    border-radius: 10px;
}

.partners-image img:hover {
    transition: transform 0.5s, opacity 0.5s;
    transform: scale(1.15);
    opacity: 1;
}

.partners-h2 {
    font-size: 35px;
    padding: 35px 0px 20px 0px;
    margin-left: 0px;
    color: #3f900fff;
    text-align: center;
    border: 0px solid red;

}

.partners-div-global {
    border: 0px solid red;
    text-align: center;

}

.partners-div {
    border: 0px solid red;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 20px;

}


/* Gallery */

.gallery {
    margin-top: 50px;
    margin-bottom: 70px;
    border: 0px solid red;
}

.gallery h2 {
    font-size: 35px;
    padding: 35px 0px 20px 0px;
    margin-left: 0px;
    color: #3f900fff;
    text-align: center;
    border: 0px solid red;

}

.photos {
    text-align: center;
}

.photo-segment li {
    width: 48%;
    display: inline-block;
    border: 0px solid red;
    background-color: black;
    list-style-type: none;
    overflow: hidden;

}

.photo-segment img {
    width: 100%;
    height: 100%;
    opacity: 0.5;

}

.photo-segment img:hover {
    transition: transform 0.5s, opacity 0.5s;
    transform: scale(1.15);
    opacity: 1;
}




/* ===== Footer ===== */

footer {
    background-color:#3f900fff;
}

.footer-kontakt {
    border: 0px solid red;

}

.footer-adress {
    width: 50%;
    float: left;
    color: white;
    font-size: 20px;
    text-align: left;
}

.footer-center {
    width: 50%;
    float: right;
    color: white;
    font-size: 20px;
    text-align: right;
    margin-top: 15px;
}


.footer-copyright {
    margin: 0px auto;
    margin-top: 20px;
    background-color: #3f900fff;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 5px 0px 20px 0px;
}

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

footer a:hover {
    color: white;
    border-bottom: 2px solid white;
}

footer h2 {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0px;
    color: white;
    text-align: center;
}





/* ===== Help codes ===== */

/* Float done */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}






