/*
Autor: Jirka Sapeta 
První počin v rámci učení ze stránky www.kurzy-programovani.cz
*/

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, Tahoma;
    justify-content: center;
    object-fit: cover;
}

h1 {
    font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, Tahoma;

}

h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, Tahoma;

}

a {
    text-decoration: none;
    color: black;
}

.navigace a:hover {
    font-weight: bolder;
    color: gold;
    background-color: green;
}

.navigace a {
    text-decoration: none;
    transition: 0.5s;
    display: block;
    justify-content: center;
    background-color: rgb(36, 110, 110);
    color: rgb(217, 236, 220);
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
}

.navigace {
    display: flex;
    justify-content: center;
    background-color: rgb(36, 110, 110);
    position: fixed;
    width: 100%;
}


.telefon {
    color: aliceblue;
    background-color: rgb(234, 248, 217);
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 36px;
}

.navigace ol {
    list-style: none;
    color: aliceblue;
    padding-left: 0;
    margin: 0;
}

.navigace ol li {
    float: left;
    text-transform: uppercase;
}

.prices table,
.prices th,
.prices td {
    border: 1px solid rgb(125, 202, 135);
    border-collapse: collapse;
    padding: 10px;
    justify-content: center;
    object-fit: cover;
    box-shadow: 15px 15px 14px 3px rgba(0, 0, 0, 0.56);
}

.prices .table2 {
    font-size: 2rem;
    background-color: rgb(9, 61, 9);
}

.prices th {
    background-color: rgb(9, 61, 9);
}

.prices td {
    background-color: rgb(4, 94, 4);
}

.table tr:nth-child(2) {
    background-color: rgb(3, 26, 3);
}

.prices tr:hover {
    font-weight: bold;
}

.contact label {
    display: block;
    margin-bottom: 8px;
}

.contact input[type="text"],
.contact textarea {
    width: 230px;
    display: block;
    margin-bottom: 12px;
    padding: 15px 20px;
    border: 3px solid green;
    border-radius: 5%;
}

.contact textarea {
    height: 200px;
}

.contact input[type="submit"] {
    padding: 10px 12px;
    width: 250px;
    background-color: green;
    color: aliceblue;
    border: 2px solid red;
    border-radius: 10%;
    text-transform: uppercase;
    cursor: pointer;
}

.contact input[type="submit"]:hover {
    background-color: rgb(9, 68, 7);
}

.blue {
    display: flex;
    background-color: rgb(28, 28, 119);
    justify-content: center;
    color: aliceblue;

}

.blue .description {
    background-color: rgb(11, 11, 63);
    color: aliceblue;
    display: flex;
    justify-content: center;
    font-size: medium;
}

.blue .title {
    color: gold;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.table2 {
    background-color: rgb(22, 138, 12);
    justify-content: center;
    object-fit: cover;
}

.table3 {
    background-color: rgb(4, 94, 4);
    justify-content: center;
    object-fit: cover;
    font-size: 1.3Srem;
}

.table {
    background-color: rgb(0, 0, 0);
    color: aliceblue;
    justify-content: center;
    object-fit: cover;
    margin: auto;
}


.header {
    background-color: rgb(234, 248, 217);
    padding-right: 10px;
    padding-left: 10px;

}

.service img {
    border: 3px;
    border-radius: 5%;
    box-shadow: 15px 15px 14px 5px rgba(0, 0, 0, 0.56);
    margin-top: 20px;
}

.pata {
    background-color: rgb(234, 248, 217);
    color: rgb(2, 2, 1);

}

.blue .divider {
    width: 600px;
    height: 5px;
    background-color: rgb(235, 235, 245);
    margin: 0 auto;
}

.blue .logo {
    justify-content: center;
    padding: 10px;
    object-fit: cover;
    filter: grayscale(100%);
}

.blue .logo .image {
    width: 550px;
    object-fit: cover;
    border: 3px solid black;
    border-radius: 5%;
}

.header h1 {
    color: rgb(10, 97, 22);
}

.header p {
    color: rgb(1, 24, 7);
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
    width: 100%;
}

.large {
    font-size: 1.3rem;
}

#popis {
    font-size: 16px;
}

.up {
    position: fixed;
    bottom: 10px;
    right: 10px;

    background-color: rgb(147, 175, 21);
    padding: 4px;
    border-radius: 15%;
}

.services .serviceList {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    justify-content: center;
}

.service {
    color: darkgreen;
    justify-content: center;

}

.services .serviceList .service {
    justify-content: center;
    width: 100%;
    border-radius: 10%;
}

.odkazy {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    color: rgb(0, 0, 0);
    background-color: rgb(234, 248, 217);
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border: 3px;
    font-size: 1.3rem;
    justify-content: center;
    width: 100%;
}

.odkazy img {
    display: flex;
    flex-wrap: wrap;
    border: 3px;
    border-radius: 5%;
    box-shadow: 15px 15px 14px 5px rgba(0, 0, 0, 0.56);
    margin-top: 20px;
}

.bigger {
    font-size: 2em;
}

@media (min-width: 992px) {
    .services .serviceList .service {
        width: 30%;
        padding: 10px;
        box-sizing: border-box;
    }
}