body {
	background: white;
/*	background: url('/foto.jpg') no-repeat;
	background-size: cover;
	background-position: 0 -432px;
*/	
	font-size: 16px;
	padding: 30px 10px 80px 10px;
}

a {
	color: black;
}

a:hover {
	color: black;
}

img {
	opacity: 0.8;
}

img:hover {
	opacity: 1;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.85);
}

h1, h2 {
	text-align: center;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

h1 {
	font-size: 40px;
    font-weight: bold;
	color: black;
    margin-bottom: 50px;
    line-height: 1.4;
}

h1 span:first-child {
	padding: 0 25px;
}

.fakturacne-udaje {

}

.fakturacia-label {
	font-weight: bold;
	margin-bottom: 5px;
}

.contact {
	font-size: 213%;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}
.phone {
	font-size: 123%;
}

a img {
	margin-bottom: 25px;
}

@media(min-width:768px) {
	h1 {
		padding-left: 80px;
	}
}

@media(min-width:1300px) {
	body {
		padding: 70px 10px 120px 10px;
	}
}

@media(min-width:1100px) {
	h1 {
		font-size: 50px;
	    padding-left: 100px;
	}
	.fakturacia-label {
		margin-bottom: 15px;
	}
	.contact {
		margin-top: 25px;
	}
}

@media (max-width: 1199px) {
	.contact {
		font-size: 170%;
	}
}
@media (max-width: 992px) {
	.contact {
		font-size: 130%;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 33px;
	}
	.contact {
		font-size: 149%;
	    margin-top: 17px;
	}
	img {
		opacity: 1;
	}
}