body{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg5.png) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}
.wrap{
	margin:0 auto;
}
.main{
	margin-bottom: 70px;
}
#content{
    text-align: center;
    margin: auto;
}
#odliczanie-a{
    font-size: 4em;
   font-family: "Courier New" ,Arial, Helvetica, sans-serif;
   color: #FFF;
}
.header{
	text-align: center;
	padding:10px 0;
}
.logo h1{
	color:#fff;
	font-weight:bold;
	font-size:2em;
	text-transform:uppercase;
	font-family:"Courier New" ,Arial, Helvetica, sans-serif;
}
.contact{
	text-align: center;
	margin-top: -40px;
	padding-bottom:30px;
}
.follow{
	text-align: center;
	padding: 0 250px;
	cursor:pointer;
}
.follow h3{
	color:#fff;
	font-size:1.5em;
	border-bottom:1px dotted rgba(255, 255, 255, 0.4);
	padding-bottom:15px;
        padding-top: 4.5em;
	font-family: "Courier New" ,Arial, Helvetica, sans-serif;
}
.follow img:hover{
	opacity:0.8;
}
.footer{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:14px;
	color:#ccc;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
@media all and (max-width:1024px) and (min-width:800px){
.header {
	padding: 10px 0;
}
.logo h1{
	font-size:45px;
}
#odliczanie-a {
	font-size:50px;
}
.contact {
	margin-top: -60px;
	padding-bottom: 10px;
}
.follow h3 {
	font-size:30px;
        padding-top: 4.5em;
}
}
@media all and (max-width:800px) and (min-width:640px){
.header {
	padding: 5px 0;
}
.logo h1{
	font-size:32px;
}
#odliczanie-a {
	font-size:50px;
}
.contact {
	margin-top: -60px;
	padding-bottom: 10px;
}
.follow h3 {
	font-size:28px;
        padding-top: 7em;
}
.contact img{
	width:600px;
}
}
@media all and (max-width:640px) and (min-width:480px){
.header {
	padding: 5px 0;
}
.logo h1{
	font-size:28px;
}
#odliczanie-a {
	font-size:40px;
}
.contact {
	margin-top: -60px;
	padding-bottom: 10px;
}
.follow h3 {
	font-size:28px;
}
.follow {
	padding: 0 120px;
        padding-top: 7em;
}
.contact img{
	width:460px;
}
}
@media all and (max-width:480px) and (min-width:320px){
.header {
	padding: 5px 0;
}
.logo h1{
	font-size:22px;
}
#odliczanie-a {
	font-size:30px;
	font-weight:bold;
}
.contact {
	margin-top: -60px;
	padding-bottom: 10px;
}
.follow h3 {
	font-size:22px;
}
.follow {
	padding: 0 100px;
}
.contact img{
	width:310px;
}
}
@media all and (max-width:320px) and (min-width:240px){
.header {
	padding: 5px 0;
}
.logo h1{
	font-size:15px;
}
#odliczanie-a {
	font-size:25px;
}
.contact {
	margin-top: -60px;
	padding-bottom: 10px;
}
.follow h3 {
	font-size:18px;
}
.follow {
	padding: 0 20px;
}
.contact img{
	width:220px;
}
}