body{
    margin: 0px;
}
.strona_start{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin:0px;
    min-height: 100vh;
    background-image: url(../grafika/tlo_start.jpg);
    background-position: center center;
    background-size: cover;
}

.container_start{
    /* background-color: #fff; */
    max-width:1200px;
    margin:0px auto;
    padding-top: 20px;
    height:auto;
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
}

.logo_start{
    max-width: 500px;
    height:auto;
    padding: 20px;
}

.logo_start img{
    max-width:100%;
    height:auto;
}

h1.naglowek_start{
    color: #000;
    font-size: 43px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    line-height: 44px;
}

.link_start_container{
    width: auto;
    display: flex;
    margin:auto;
    position: relative;
}

a.link_start{
    background-color: #90db1f;
    padding: 32px 50px;
    color: #000;
    text-decoration-color: transparent;
    font-size: 32px;
    border-radius: 50px;
    margin-top: 55px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 5;
    line-height: 0;
    /* background-image: url(../grafika/elipsa_start_2.png);
    background-position: left top;
    background-repeat: no-repeat; */
}

.link_start_container:before{
    content: url(../grafika/elipsa_razem.png);
    position: absolute;
    top:5px;
    left:-20px;
    z-index: 1;
}

a.link_start:after{
    content: url(../grafika/arrow_start.png);
    position: relative;
    top: 0px;
    left: 14px;
}

a.link_start:hover{
    background-color: #95e023;
}



/*span{
    color:#ccc;
    font-size: 22px;
    font-weight: 300;
    font-family: "Open Sans";
    width: 100%;
    text-align: center;
   
}

p{
    color:#232323;
    font-size: 20px;
    font-weight: 300;
    font-family: "Open Sans";
    width: 100%;
    text-align: center;
}
*/






/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media all and (min-width: 649px) and (max-width:1024px){
    .logo_start{
        max-width: 450px;
    }
   }

   @media all and (min-width: 649px) and (max-width:820px){
    .logo_start{
        max-width: 400px;
    }
   }

   @media all and (min-width: 0px) and (max-width:648px){
    .logo_start{
        max-width: 300px;
    }
    h1.naglowek_start{
        font-size: 25px;
        line-height: 26px;
    }
   }
