/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css');
@font-face {
    font-family: 'oranment';
    src: url('../fonts/oranment.eot');
    src: url('../fonts/oranment.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oranment.woff') format('woff'),
         url('../fonts/oranment.ttf') format('truetype'),
         url('../fonts/oranment.svg#oranment') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'PT Serif', serif;
}



.header-image {
    display: block;
    width: 100%;
    text-align: center;
	background: url(../obr/bg1.jpg)  no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*kolor nawigacji*/


.headline {
    padding: 90px 0;
}

.logor:before{
	display: inline-block;
	font-family: oranment;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 100px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #FFF;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.logor:before{
	content:'\0041';
	}

.headline h1 {
    font-size: 90px;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    background: #;
}

.headline h2 {
    font-size: 80px;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    background: #;
}

.headline h3 {

	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    background: #;
}


.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {

.headline {
    padding: 60px 0;
}
    .headline h1 {
        font-size: 80px;
    }

    .headline h2 {
        font-size: 72px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {

	.logor:before{
	content:'\0041';
	font-size: 90px;
	}

.headline {
    padding: 50px 0;
}

    .headline h1 {
        font-size: 65px;
    }

    .headline h2 {
        font-size: 55px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {

	.logor:before{
	content:'\0041';
	font-size: 80px;
	}


.headline {
    padding: 40px 0;
}

    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {

	.logor:before{
	content:'\0041';
	font-size: 70px;
	}

    .headline h1 {
        font-size: 55px;
    }

    .headline h2 {
        font-size: 45px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 25px 0 20px 0;
    }

	.logor:before{
	content:'\0041';
	font-size: 50px;
	}
	

	.headline h1 {
        font-size: 40px;
    }

    .headline h2 {
        font-size: 36px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}