/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

p.justify {
    text-align: justify;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/tlo_logo.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    margin-bottom: 30px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }
}

.content-section-a {
    padding: 50px 0;
    background-color: #cbeab7;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-section-b.no-top-border {
    border-top: 0 !important;
}
.content-section-b.no-bottom-border {
    border-bottom: 0 !important;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    margin: 40px 0;
    padding: 120px 0 110px;
    color: #f8f8f8;
    background: url(../img/postits.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: -8px 0 15px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.container.ul {
    font-weight: normal;
}
ul#subtitle-list {
    margin-top: 30px;
    list-style: none;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#countdown {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.partnerzy {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.partnerzy div {
    width: 20%;
    margin: 10px 0;
}
@media (max-width: 767px) {
    .partnerzy div {
        width: 50%;
    }
}

.partnerzy div img {
    max-width: 80%;
    max-height: 110px;
}

.partnerzy div.glowny img {
    max-width: 100%;
    max-height: 130px;
}

.atrakcja {
    margin: 20px 10px;
    width: 30%;
}
@media (max-width: 767px) {
    .atrakcja {
        width: 100%;
        margin: 10px 0;
    }
}
.atrakcje-lista {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.atrakcja-tytul {
    font-weight: 700;
    text-transform: uppercase;
}

.atrakcja-logo {
    max-width: 80%;
    max-height: 100px;
    margin-bottom: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
@media (max-width: 767px) {
    a.anchor {
        top: -50px;
    }
}
#main-logo {
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    #main-logo {
        height: 50px;
        width: 50px;
    }
}
@media (min-width: 768px) {
    ul.nav {
        margin-top: 44px;
    }
}

.media {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.media .medium {
    width: 50%;
}
@media (max-width: 767px) {
    .media .medium {
        width: 100%;
        margin: 10px 0;
    }
}

.media img {
    max-width: 100%;
    max-height: 150px;
}

.patroni {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.patroni div {
    width: 50%;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .patroni div {
        width: 100%;
    }
}

.patroni .patron-nazwa {
    font-weight: 700;
    text-transform: uppercase;
}

.patroni div img {
    max-width: 80%;
    max-height: 200px;
}
