﻿body { 
    background-color:#412CA1;

}

 div {
  text-align: center;
}

a
{
	text-decoration: none;
	color:#000000;
	padding-right:1.5%;
	height:3%;
	 width:3%;
}

a:hover {
  color: #a1412c
}

img
{

	border:none;
}

  #lewamap {
        height: 350px;
        width: 50%;
	margin:auto;
		display:block;
       }


#menu {

    background-color:#E8ECD4;
    font-color:#000000;
    font-size:130%;
    letter-spacing:1px;
    text-align:center;
	padding-top:20px;
		padding-bottom:20px;
font-family: 'Merriweather', serif;
    position: fixed;
    width:100%;
    margin-top:-1px;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
	z-index:2;

}

#kontakt
{
	padding-top:50px;
}

#biura
{
	padding-top:30px;
}

#zakres
{
	padding-top:50px;
}

.linki
{
	text-align:center;

}

.container {
    padding-top:100px;
    padding-bottom: 5%;
    background-color: #fefeff;
	border-bottom-left-radius: 5%;
	border-bottom-right-radius: 5%;
	margin: 0 auto; 
	width:85%;
	
}


.zdjecielogo
{
	width: 53%;
	height:53%;
}

.lewykontakt
{
	padding-top:5%;
	padding-bottom:3%

}

.prawykontakt
{
	padding-top:5%;
	padding-bottom:3%
}


.tekst
{
	font-size:25px;
font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing:2px;
}

.myslniki
{
	font-size: 20px;
	font-family: 'Slabo 27px', serif;
}

.logo
{
	width: 250px;
	align:left;
	 position: absolute;
    left: 3%;
	bottom:0px;

}

 .myfooter {
    background-color:#E8ECD4;
    padding:5px 3% 5px 3%;
    color:#000000;
    font-size:65%;
    text-align:right;
	font-family: 'Raleway', sans-serif;
	bottom:0px;
	white-space: nowrap;
}



/*meine*/
#zegar 
{
	font-size: 15px;
	border: none;
	text-align:left;
	align:left;
	 position: absolute;
    left: 3%;
	bottom:-13px;
	 display: inline;
	 float: left;
}


.animated { 
   -webkit-animation-duration: 0.5s; 
   animation-duration: 1s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
   -webkit-animation-timing-function: ease-in; 
   animation-timing-function: ease-in; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}