/**********************
        Main 
***********************/

main {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    margin-top: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

main section {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    width: 70%;
    background: linear-gradient(rgba(48, 144, 233, 0.041), rgba(140, 156, 202, 0.153));
    border-radius: 10px;
    padding-top: 35px;
}

main section h1 {
    margin-bottom: 15px;
}

main section h4 {
    margin-bottom: 25px;
}

main section p {
    margin-bottom: 75px;
}


/*****************************
        Seznam odvětví 
******************************/
.list {
    align-items: center;
    margin-top: 10px;
    /* column-count: 2; */
    column-gap: 250px;
    margin-bottom: 50px;
    font-size: 18px;
}

.list li {
    list-style:none;
    margin-top: 5px;
}

/*****************************
        Lokality 
******************************/
.areas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 20px;
}

.areas-list {
    margin-top: 10px;
    column-count: 2;
    column-gap: 50px;
}

.areas li {
    list-style:none;
    margin-bottom: 2px;
}

/***********************************
        Kontaktní informace 
************************************/
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 50px;
}

.contact-list {
    margin-top: 10px;
    column-count: 2;
    column-gap: 2px;
}

.contact-list li {
    list-style:none;
    margin-bottom: 2px;
}

.contact-list a {
    text-decoration: none;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/***********************************
        Linie 
************************************/

.line {
    height: 100px;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(0, 0, 0, 0.459)),
    url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
