body {
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

a {
    text-decoration: none;
}
* {
    outline: none;
    outline-width: 0;
    box-sizing: border-box;
}

.no-m-top {
    margin-top: 0;
    padding-top: 0;
}

.thesencence {
    text-align: center;

}
.thesencence q {
    font-size: 2em;
    display: block;
}

pre.txt {
    text-align: justify;
    white-space: pre-wrap
}

a.em {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.3em;
}

#kontakt, #onas, #uslugi, #reklama, #hosting, #strony {
    scroll-margin-top: 50px;
}

header {
    background: #000;
    position: fixed;
    width: 100%;
    line-height: 42px;
    font-size: 12px;
}

.img-full {
    width: 100%;
    z-index: 0;
    margin-bottom: 10px;
}

.wrap {
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1200px;
}

nav {
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 1em;*/
}

nav > a {
    font-size: 1.7em;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 50px;
    font-weight: bold;
    color: #fff;
}

nav .nav-links {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

    flex-grow: 1;
*/
}

a.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #6c757d;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #6c757d;
}
a.button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

a.button.button-center {
    display: block;
    margin: 30px auto 20px auto;
    max-width: 250px;
}

nav .nav-links a {
    flex-shrink: 0;
}


nav a {
    color: #c4c4c0;
}
nav a:hover {
    color: #fff;
}

main {
    background-color: white;
    padding: 50px 0;
}

.row {
    margin-bottom: 10px;
    background-color: rgba(242,242,242, 0.5);
}
.row .content {
    padding: 20px 15px;
    flex-basis: 0;
}

.row.row-black {
    background-color: #000;
    color: #c4c4c0;
}
.row.white {
    background-color: white;
}
.row.row-half {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.row.row-half .break {
    flex-basis: 100%;
    height: 0;
}

.row.row-wrap {
    flex-wrap: wrap;
}
.row.row-half .content {
    background-color: rgba(242,242,242, 0.5);
    margin: 2px 5px;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 300px;
}
.row.row-half .content.content-form {
    min-width: 350px;
}

.row.row-wrap .content {
    min-width: 250px;
    margin-bottom: 10px;
}

.content:empty {
    min-height: 200px;
}

h2.center {
    text-align: center;
    font-size: 40px;
    color: #434343;
}
h3 {
    font-size: 20px;
}
h3.big {
    font-size: 28px;
    margin-top: 5px;
}
h3.big i {
    font-style: normal;
    font-size: 36px;
}

.row .content span {
    line-height: 1.4em;
    display: inline-block;
    text-align: justify;
}



.header {}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.header li {
    float: left;
}

.header li a {
    padding: 0 20px;
    line-height: inherit;
}

.header .nav-links {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 20px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .nav-links {
    max-height: 240px;
    border-top: 1px #ccc solid;
}


.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

form input, form textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

form textarea {
    height: auto;
}

form input[type=submit] {
    cursor: pointer;
}
form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 0.8em;
}

.msg-notice-ok {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
}



@media (min-width: 840px) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 0 20px;
        line-height: inherit;
    }
    .header .nav-links {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
@media (max-width: 840px) {
    h2.center {
        margin: 10px 0;
    }
}


footer {
    box-sizing: border-box;
    text-align: right;
    font-size: 10px;
    padding: 5px 15px;
    background-color: white;

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

}
footer a {
    float: left;
    margin-right: 10px;
    color: black;
}
footer span {
    float: right;
}
