body {
    margin: 0;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.menu-top {
    width: 100%;
    height: 100px;
    font-size: 48px;
    color: #002F69;
    letter-spacing: 12px;
    text-align: center;
    /*top: 50px;*/
    vertical-align: middle;
}

header {
    height: 190px;
}

.logo {
    z-index: 99999;
    position: relative;
    float: left;
    object-position: top left;
    margin-left: 30px;
    top: 20px;
}

p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text {
    margin: 0;
    top: 50px;
    padding-top: 20px;
    font-weight: 550;
    padding-right: 200px;
}

.menu-bottom {
    width: 100%;
    height: 95px;
    background-color: #002F69;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}

.menu-bottom a {
    color: white;
    text-decoration: none;
    font-size: 32px;
    letter-spacing: 8px;
    padding-left: 37px;
    padding-right: 30px;
    text-align: center;
}

.menu-bottom form button{
    color: white;
    text-decoration: none;
    font-size: 32px;
    letter-spacing: 8px;
    padding-left: 37px;
    padding-right: 30px;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    border: none;
}

.menu-bottom a:hover {
    background-color: white;
    color: #002F69;
    height: 95%;
    text-align: center;
    padding-top: 17px;
}

.menu-bottom form button:hover {
    background-color: white;
    color: #002F69;
    height: 95%;
    text-align: center;
    padding-bottom: 12px;    
}

.menu-bottom form:hover {
    background-color: white;
    color: #002F69;
    height: 95%;
    text-align: center;
    padding-top: 17px;
}

.menu-bottom a svg:hover {
    color: #002F69;
}

.menu-bottom p {
    width: 11%;
    z-index: -1;
}

.menu-bottom a svg {
    color: white;
    width: 44px;
    height: 44;
    margin-top: 12px;
    margin-right: 0.8em;
    padding-bottom: 13px;
}

.main {
    background-image: url('https://images.unsplash.com/photo-1603314326654-9d640d6e5cce?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: 100%;
    height: 900px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.backgroung {
    width: 100%;
    height: 790px;
}

.add {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
}

form label{
font-weight: bold;

}

.add a {
    width: 37px;
    height: 33px;
    flex-shrink: 0;
    font-size: 25px;
    color: black;
    padding-top: 5px;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: bold;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3%;
    background-color: #002F69;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fake {
    height: 25px;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 100%;
    padding-left: 20px;
    padding-right: 20px;    
}

.container{
    margin-bottom: 45px;
}

.text1l {
    text-align: right;

}

.text1r, .text1l {
    color: #002F69;
    font-size: 48px;
}

#text2_1, #text2_2, #text2_4, #text2_3 {
    font-size: 35px;
    color: #002F69;
    padding-top: 45px;
}

#text2_1, #text2_2 {
    text-align: center;
}

#text2_4 {
    text-align: left;
}

#text2_3 {
    text-align: right;
}

#text2_5 {
    text-align: center;
    font-size: 64px;
    color: #002F69;
    font-weight: bold;
    padding-top: 30px;
}

.titulek{
    font-weight: bold;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.row img {
    width: 90px;
    height: auto;
}

@media (max-width: 1500px) {
    .menu-bottom a {
    font-size: 30px;
    letter-spacing: 4px;
    padding-left: 27px;
    padding-right: 20px;
    }
    .menu-bottom a:hover {
    padding-top: 22px;
    }
    .text {
    font-size: 80%;
    }
    .footer a {
    font-size: 100%;
    }
    }

    





