@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,latin-ext);

p {
	font-size: 20px !important;
	font-weight: normal;
	margin: 1em 0;
	text-align: justify;
}

p.smaller {
	font-size: 17px !important;
}

p.smaller2 {
	font-size: 15px !important;
}

table td, table th {
	font-size: 20px !important;
}

p > a,
p > a:hover,
p > a:active,
p > a:focus,
p > a:visited {
	color: #000;
	font-weight: bold;
}

table {
	font-size: 1.6em;
}

ul {
	font-size: 1.6em;
	margin-left: 0 !important;
}

h2 {
	font-size: 9em !important;
	font-weight: bold;
}

h3 {
	font-size: 3.5em !important;
}

h4 {
	font-size: 2.2em !important;
}

* {
	font-family: 'PT Sans', 'arial' !important;
}

.navbar-klosek {
	background: #6f6f6e !important;
}

.navbar-klosek li a {
	font-weight: normal;
	color: #FFF !important;
	font-size: 15px;
}

.logo {
	display: none;
}

.padding {
	padding-top: 30px;
}

.padding.smaller {
	padding-top: 10px;
}

.no-nav {
	margin-top: 250px;
	margin-bottom: 145px;
}

@media screen and (max-width: 768px) { 

	body {
		overflow-x: hidden;
	}

	.no-nav {
		margin-top: 150px;
		margin-bottom: 50px;
	}

  	#logo2 {
	  	margin-top: -220px;
	    pointer-events: none;
	    position: absolute;
	    width: 100%;
	    z-index: 999999999;
	    background: url(/img/logo.png) no-repeat;
	    background-position: center center;
	    background-size: 225px;
	    height: 250px;
  	}

   	.logo3 {
	  	margin-top: -268px;
	    pointer-events: none;
	    position: absolute;
	    width: 100%;
	    z-index: 99999;
	    background: url(/img/logo.png) no-repeat;
	    background-position: center center;
	    background-size: 225px;
	    height: 250px;
  	}

  	.navbar {
  		height: 40px !important;
  		border: 0 !important;
  	}

  	.navbar-inverse .navbar-header {
  		z-index: 999999999;
  		position: fixed;
  		right: 10px;
  		top: 0px;
  	}

  	.navbar-inverse .navbar-header .navbar-toggle {
  		border: 2px solid #6F6F6E !important;
  		background: #6F6F6E;
  	}

  	.navbar > .container {
  		background: #6F6F6E !important;
  	}

  	.navbar-nav {
  		padding-top: 50px;
  	}

  	body {
  		padding-top: 130px !important;
  	}
}

@media screen
  and (min-width: 768px)
  and (min-device-width: 768px) { 

	.navbar .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.navbar li:first-child a {
		padding-left: 0 !important;
	}

	body {
		margin-top: 200px;
	}

	.logo {
		margin-top: -207px;
		display: block;
	}

	.padding {
		padding-top: 100px;
	}

	.padding.smaller {
		padding-top: 50px;
	}

	p {
		font-size: 38px !important;
	}

	p.smaller {
		font-size: 30px !important;
	}

	p.smaller2 {
		font-size: 20px !important;
	}

	table td, table th {
		font-size: 35px !important;
	}
}

td.price {
	font-weight: bold;
}

table td, table th {
	text-align: center !important;
}

table th {
	font-weight: normal;
	vertical-align: middle !important;
}

.col {
	width: 27%;
}

.col2 {
	width: 50%;
}

.price {
	width: 23%;
}

.centered {
	text-align: center;
}

p {
	line-height: 1.1em;
}

.navbar-klosek li a {
    font-size: 18px !important;
    padding-right: 40px !important;
    font-weight: normal !important;
	font-weight: 600 !important;
    letter-spacing: 0.8px !important;
}