@import url(//fonts.googleapis.com/css?family=Lato:700,900);
html {
	min-height: 100%;
}
body {
	color: white;
	text-align: center;
	font-family: lato;
	margin: 0;
	padding: 0;
	background: linear-gradient(15deg, #171717, #1a1b1d, #1c2024, #1f242a, #212931, #242d38, #26323f, #283746);
}
a {
	color: white;
	text-decoration: none;
}

.head {
	width: 100%;
}
.niedziele {
    padding-top:30px;
	clear:both;
	text-align: center;
}
.head h1 {
	margin: 0px;
	padding-top: 20px;
	color: #fff;
	font-size: 7rem;
	line-height: 7rem;
	padding-bottom: 40px;
	font-weight: 900;
	text-align: center;
}

.head small {
	font-size: 4rem;
}

.content {
	text-align: left;
    margin: 0 auto;
    display: inline-block;
}

ul {
	list-style-type: none;
    padding: 0;
    margin-top: .5em;
    line-height: 1.6em;
	margin: 0 10px 10px 10px;
	float:left;
}
small {
    font-size: 9px;
}
.text {
    color: #b3b3b3;
}
.link, .email {
	text-decoration: none;
    transition: color .2s,border-bottom-color .2s;
    border-bottom: 2px solid transparent;
    color: #b3b3b3;
}
.link:hover, .email:hover {
	color: white;
	border-bottom-color: #FFC107;
	outline: none;
}
.emoji {
	width: 20px;
	display: inline-block;
}
.service {
	width: 150px;
	display: inline-block;
    line-height: 1;
}
.air {
    white-space: nowrap;
    text-align: left;
    height: 13px;
    font-size: 12px;
}
.air > .box {
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-left: 25px;
}
.air > .name {
    display: inline-block;
}
.air > .val {
    font-weight: 100;
}
.logo {
	width: 180px;
	display: inline-block;
}
.footer {
    text-align: center;
    width: 100%;
    margin: 10 auto;
}
.dunno {
    font-size: 20px;
    margin-top:60px;
    color: #ffffff00;
    text-shadow: 0px 0px 10px #737373;
}