html {
    position: relative;
    min-height: 100%;
}

body {
    box-sizing: border-box;
    background: #3f2c30 url('images/body.jpg') no-repeat top center;
    margin: 0 0 175px; 
    padding:0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #ffd800;
}

#wrapper {
    max-width: 1000px;
    margin: auto;
    position: relative;
    padding: 0 20px
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 24px;
    height: 175px;
    width: 100%;
}

#footer .inside {
    max-width: 1000px;
    margin: auto;
    font-size: 32px;
    padding: 0 20px
}

#footer .inside a {
    font-size: 26px;
    font-weight: 300;
}



#footer .inside:after {
    content:'';
    display:block;
    clear:both;
}

a {
    color: #ffd800;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    }

.logo {
     margin: auto;
     margin-top: 35px;
 }

.logo img {
    width: 100% !important;
}


*, *:before, *:after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

.aga {
    float: left;
    text-align: left;
    width: 50%;

}

.lukasz {
    float: right;
    text-align: right;
    width: 50%;
}

.name {
    font-weight: 900;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    #footer .inside, 
    #footer .inside a {
        font-size: 24px;
    }
}


@media only screen and (max-width : 768px) {

    body {
        margin: 0;
    }

    #wrapper, #footer {
        padding: 0 10px;
    }

    #footer {
        position: relative;
        height: auto;
        padding-top: 24px;
    }


    #footer .inside, 
    #footer .inside a {
        font-size: 28px;
    }

    #footer .inside {
        padding: 0;
    }

    
    .aga, 
    .lukasz {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 24px;

    }
}

@media only screen and (max-width : 476px) {
    #footer .inside, #footer .inside a {
        font-size: 18px;
    }

}