
body {
    background-color: #fff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font: normal 16px Ariel, Helvetice, sans-serif;
    line-height: 1.6em;
    margin: 0;
    box-sizing: border-box;
}

#bgoverley {
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#Nadpis {
    width: auto;
    height: auto;
    margin: auto;
    border: 5px;
    z-index: 3;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    padding-top: 450px;
}

    #Nadpis h1 {
        color: #fff;
        font-family: Abril FatFace,Times New Roman,serif;
        font-size: 90px;
        text-align: center;
        margin: auto;
        z-index: 3;
    }

#podnadpis1{
    width:max-content;
    height:auto;
    margin:auto;
}

    #podnadpis1 h2 {
        color: #ebebeb;
        font-style: italic;
        transition: 1s;
    }

.container {
    display: flow-root;
    width: auto;
    margin: auto;
    height: auto;
    max-width: 62.5rem;
    background-image: url("PNG/Návrh bez názvu (16).png");
    border-radius: 15px;
    box-shadow: -15px -15px 15px rgba(255,255,255,0.2), 15px 15px 15px rgba(0,0,0,0.1), inset -5px -5px 5px rgba(255,255,255,0.2), inset 5px 5px 5px rgba(0,0,0,0.1);
}

.box-1 {
    width: 50%;
    height: auto;
    margin-top: 50px;
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

p {
    margin: 0;
    font-size: 19px;
    line-height: 1.625;
    color: #666;
    margin-left: 30px;
}

p1 {
    font-size: 19px;
    line-height: 1.625;
    color: #666;
}

.ikon {
    width: 60px;
    height: 60px;
    float: left;
    padding: 20px;
    padding-top: 0px;
    padding-right: 25px;
    margin: auto;
}


.info {
    width: 60%;
    height: 300px;
    margin: auto;
}

.boxinfo1 {
    width: 45px;
    height: 45px;
}

h1 {
    font-size: 1.5rem;
    text-align: left;
    margin: auto;
    line-height: 1.5;
    color: #393939;
    font-weight: 500;
}

    h2 {
        text-align: left;
        margin: 0;
        color: #9d9d9d;
        font-weight: 300;
    }

.wave {
    position: relative;
    margin-top: -18%;
    fill: #fff;
    fill-opacity: 1;
    z-index: 1;
}

    .wave path {
        position: relative;
        z-index: -1;
    }

    .wave svg {
        position: relative;
        z-index: -1;
    }

#Bottom {
    width: 100%;
    height: 800px;
    margin: auto;
    position: relative;
    z-index: -2;
    background-image: url("PNG/41com.jpg");
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

#Nadpis5 {
    width: 40%;
    height: auto;
    margin: auto;
    z-index: 3;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    margin-top: -4%;
}

#Nadpis5 h1 {
    color: #fff;
    font-family: Abril FatFace,Times New Roman,serif;
    font-size: 90px;
    text-align: center;
    margin: auto;
    z-index: 3;
}

.wave2 {
    width: 100%;
    position: relative;
    margin-top: -5%;
    z-index: -1;
}

.bgoverley2 {
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: -15;
    position: relative;
}

.boxinfo1 h1 {
    color: #fff;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 1.6;
    width: 500px;
}

.boxinfo2 {
    width: 45px;
    height: 45px;
    float: left;
    padding-right: 20px;
    margin: auto;
}

.boxinfo2 h1 {
    color: #fff;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 1.6;
    width: 500px;
}

.box-2 {
    width: 50%;
    height: auto;
    margin-top: 50px;
    box-sizing: border-box;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
}

.box-2 h1{
    color: #fff;
}

.boxinfo {
    width: 52px;
    height: 47px;
    background-image: url("PNG/Návrh_bez_názvu__22_-removebg-preview.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: 40%;
    background-size: cover;
    margin-right: 20px;
    margin-top: -5px;
}

#boxShadow {
    width: 100%;
    height: 65px;
    position: fixed;
    transition-property: background-image;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.1s;
    z-index: 4;
}

#logo {
    width: 150px;
    height: 150px;
    background-image: url(PNG/Logo1.png);
    background-size: cover;
    margin: 2% 10%;
    position: absolute;
    transition: margin 1s, width 1s, height 1s;
    transition-property: margin, width, height;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
    transition-delay: 0.1s;
    z-index: 2;
}

    #a a {
        width: 100%;
        height: 100%;
    }

.line{
    display:inline-block
}

#Nadpis55 h1 {
    font-family: 'Abril Fatface', cursive;
    margin-left: 32%;
    font-size: 40px;
}

#TextP {
    font-family: 'Newsreader', serif;
    padding: 10px 25px 0px;
    margin-left: 25px;
    margin-right: 25px;
}
.overline {
    width: 93%;
    height: 5px;
    margin: auto;
    margin-top: 20px;
   background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    box-shadow: -15px -15px 15px rgba(255,255,255,0.2), 10px 5px 10px rgba(0,0,0,0.75), inset -5px -5px 5px rgba(255,255,255,0.2), inset 5px 5px 5px rgba(0,0,0,0.1);
}

#Nadpis55 a {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-left: 18%;
    padding: 15px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 25px;
    text-shadow: 5px 5px 3.5px rgba(84, 84, 84, 0.5);
    display: inline-block;
    color: #fff;
    background-color: #1196f3;
    text-decoration: none;
    transition:0.3s;
}

    #Nadpis55 a:hover {
        text-shadow: none;
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        transition: 0.3s;
    }
