body {
    color: #1A1A1A;
    padding-top: 53px;
    overflow-x: hidden;
    font-family: Gothic;
}

.navbar-default {
    border: none;
    background-color: #fff;
    border-bottom: 3px solid #00A0E3;
}

.navbar-brand {
    padding: 3px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #1A1A1A;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    background-image: url('../img/gradient-przycisk.jpg');
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
    background-image: url('../img/gradient-przycisk.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

@media (min-width: 768px) {
    body {
        background-image: url('../img/tlo-strony.jpg');
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding-top: 90px;
        padding-bottom: 80px;
    }
    
    .navbar-brand {
        padding: 10px;
    }

    .navbar-brand img {
        height: 80px;
    }

    .navbar-default .navbar-nav>li>a {
        margin: 40px 5px 0 5px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    footer {
        position: fixed;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        margin: 40px 2px 0 2px;
    }
}

footer {
    bottom: 0;
    width: 100%;
    height: 80px;
    padding-top: 15px;
    //background-color: #00A0E3;
    background-image: url('../img/pasek-dol.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
}

.orange-strip {
    position: fixed;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x;
    z-index: 1000;
}

@media (min-width: 768px) {
    .layout-white-box {
        position: fixed;
        left: 0;
        top: 90px;
        bottom: 80px;
        box-shadow: 0 0 5px #777;
        overflow-y: auto;
    }
}

.layout-white-box {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.layout-content-box {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: justify;
    box-shadow: 0 0 5px #777;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: Arial;
}

.layout-gallery-box {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px #777;
}

.layout-gallery-box img {
    padding: 10px;
}

.blueimp-gallery {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.blueimp-gallery > .prev, 
.blueimp-gallery > .next {
    background: #fff;
    background: rgba(0, 160, 227, 0.7);
}

.intro {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 2000;
}

.intro .logo {
    position: relative;
    width: 309px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -155px;
}

.intro .logo img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@font-face {
    font-family: Gothic;
    src: url(../fonts/gothic.ttf);
}