body {
    padding-top: 100px;
}

.jumbotron {
    text-align: center;
    opacity: 0.8;
    background-color: #f5f5f5;
}

.tlo {
    background-image: url("../img/tlo.jpg");
    width: 100%;

}

/* BARTEK
-------------------------------------------------- 

*/


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.marketing .col-lg-3 p {
    margin-right: 10px;
    margin-left: 10px;
}

.marketing .col-lg-6 {
    margin-bottom: 20px;
    text-align: center;
}


.marketing .col-lg-6 p {
    margin-right: 10px;
    margin-left: 10px;
}

.marketing {
    text-align: center
}

.marketing img {
    margin-top: 10px;
}

.wyroznienie {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.wyroznienie:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.well {
    text-align: center;
}

.a {
    margin: 40px;
}
@media (max-width: 992px) {
    .a {
        margin: 30px;
    }
}



.wylaczony-button {
    cursor: default;
}

.navbar-brand {
    padding-right: 100px;
}

.navbar-brand img {
    height: 100%;
}

.logo img {
    width: 100% \9; /*Force IE10 and below to size SVG images correctly*/
    max-width: 100%;
}

@media (max-width: 480px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70% !important;
    }
}

@media (max-width: 400px) {
    .logo img {
        width: 75% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 75%;
    }
}

@media (max-width: 385px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70%;
    }
}

@media (max-width: 345px) {
    .logo img {
        width: 65% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 65%;
    }
}

@media (max-width: 335px) {
    .logo img {
        width: 60% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 60%;
    }
}

@media (max-width: 325px) {
    .logo img {
        width: 55% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 55%;
    }
}

@media (max-width: 315px) {
    .logo img {
        width: 50% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 50%;
    }
}



@media (min-width: 768px ) {
    .title {
       font-size: 2rem;
        height: 50px;
    }

    .subtitle {
        font-size: 1.5rem;
        height: 35px;
    }

    .description {
        height: 135px;
    }
}

@media (min-width: 992px ) {
    .title {
        font-size: 2.5rem;
        height: 50px;
    }

    .subtitle {
        font-size: 1.5rem;
        height: 35px;
    }

    .description {
        height: 95px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
    text-align: center;
}





.carousel {
    width: 70%;
    margin: 0 auto;
}
