html {
	margin-top: 0;
	font-size:  16px;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	/* font-family: Georgia, serif; */
}

.landing-page {
	background-image: url('/background.jpg');
	background-position: center bottom;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.landing-info {
    background: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
}

.nadpis {
	margin-bottom: 2.5rem;
}

.nadpis h1 {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.kontakt {
	color: #fff;
	font-size: 1.25rem;
}

.kontakt i {
	margin-right: 8px;
	color: #2fabe1;
	margin-bottom: 20px;
}

.kontakt a {
	transition: 300ms;
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
}

.kontakt a:hover {
	opacity: 0.8;
}

.phone {
	margin-right: 20px;
}

.phone a {
	margin-bottom: 15px;
}

.logo img {
	width: 200px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.tlacidlo {
	margin-top: 20px;
}

.tlacidlo a {
	background-color: #2fabe1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 20px;
	border-radius: 7px;
}

@media only screen and (max-width: 1200px) {
    html {
		font-size: 80%;
	}
}

@media only screen and (max-width: 1000px) {
    html {
		font-size: 75%;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 90%;
	}

	.landing-info {
		width:  100%;
		padding: 0;
	}

	.nadpis {
		text-align: center;
	}

	.nadpis, .kontakt, .logo-leaf {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 465px) {
	.logo-leaf {
		padding: 0 30px;
	}

	.logo-leaf img {
		width: 90px;
	}
}

@media only screen and (max-width: 380px) {
	html {
		font-size: 80%;
	}

	.logo-leaf img {
		width: 70px;
	}
}

@media only screen and (max-width: 380px) {
	html {
		font-size: 80%;
	}

	.logo-leaf img {
		width: 50px;
	}
}

@media only screen and (max-width: 310px) {
	html {
		font-size: 70%;
	}
}