body {
    
	padding-top: 20px;
    background: url("../images/background.jpg") no-repeat center center fixed;	
    background-size: cover;
}

/* Small devices (768px and down) */
@media (min-width: @screen-xs-min) { 
    .motto_font {
	padding-bottom: 20px;
    color: #00006d;
    font-family: 'KaushanScript-Regular';
    font-size: 10px;
    font-style: bold;
    text-align: right;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 
     .motto_font {
	padding-bottom: 20px;
    color: #00006d;
    font-family: 'KaushanScript-Regular';
    font-size: 20px;
    font-style: bold;
    text-align: right;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
     .motto_font {
	padding-bottom: 20px;
    color: #00006d;
    font-family: 'KaushanScript-Regular';
    font-size: 25px;
    font-style: bold;
    text-align: right;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 
    .motto_font {
	padding-bottom: 20px;
    color: #00006d;
    font-family: 'KaushanScript-Regular';
    font-size: 25px;
    font-style: bold;
    text-align: right;
}
}

#content {
	max-width:1140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    float: center;	
	color: lightgrey;
	padding: 10px;
}

#footer {
	clear: both;
	max-width: 1140px;
    height: 74px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #b5b5b5;
	color: #414141;
}

h1 {
    font-family: 'verdana';
    font-size: 30px;
    font-weight: bold;
    color: darkblue;
}

a:link {
    text-decoration: none;
	color: #0d0052;
}

a:visited {
    text-decoration: none;
	color: #0d0052;
}

a:hover {
	text-decoration: none;
	color: #0b51f0;
}

#header {
    max-width: 1140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #414141;
}

#header img {
	max-width: 100%;
    height: auto;
}

#licznik img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 120px;
	max-height: auto;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'KaushanScript-Regular';
    src: url(../fonts/KaushanScript-Regular.ttf);
}

/*
.motto_font {
    padding-bottom: 20px;
    color: #00006d;
    font-family: 'KaushanScript-Regular';
    font-size: 18px;
    font-style: bold;
    text-align: right;
}
*/


.fg_h1 {
    color: #0d0052;
    font-family: Verdana;
    font-size: 25px;
    font-weight:bold ;
    text-align: center;
    text-shadow: 0px 0px 6px #ffffff, 1px -1px 8px #414141;
}

.fg_h2 {
    color: #222222;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-align: left; 
}

.fg_h3 {
    color: #222222;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-align: left; 
}

.fk_h2 {
    color: #222222;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-align: center; 
    text-shadow: 5px 5px "#414141" !important;
}
#row ul {
    float: left;
}

#ceny {
    box-shadow: 2px 2px 24px 0px #000000;
    padding: 0px !important;
    margin-bottom:20px;
    color: #292929;
}

