@charset "utf-8";
/* ------------------------------------------------------------
cagliari-herbata.css | 15.07.2024
Author: Sebastian Saternus | e-mail: s.saternus@gmail.com
------------------------------------------------------------ */

.header-herbata {background:url('../img/header-herbata.jpg') center center no-repeat; background-size:100% auto;}

.content-1 .foto-panel {border-radius:0 50vh 50vh 0;}
.content-2 .foto-panel {border-radius:50vh 0 0 50vh;}

/* -- FOTO: kawa -- */
#foto-1 {background:url('../img/plantacja-herbaty.jpg') left center no-repeat; background-size:auto 100%;}
#foto-2 {background:url('../img/herbata-zielona.jpg') right center no-repeat; background-size:auto 100%;}
#foto-3 {background:url('../img/historia.jpg') center center no-repeat; background-size:auto 100%;}
#foto-4 {background:url('../img/foto-4.jpg') right center no-repeat; background-size:auto 100%;}

@media (min-height:3000px) and (max-height:100vh) {
.header-herbata {background:url('../img/header-herbata.jpg') center center no-repeat; background-size:100% 100%;}
#foto-2 {background:url('../img/herbata-zielona.jpg') center center no-repeat; background-size:auto 100%;}
}

@media screen and (max-width:999px) {
/* -- FOTO: index -- */
#foto-1 {
	border-radius:50px 0 50px 0;
	background:url('../img/plantacja-herbaty.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-2 {
	border-radius:50px 0 50px 0;
	background:url('../img/herbata-zielona.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-3 {
	border-radius:50px 0 50px 0;
	background:url('../img/historia.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-4 {
	border-radius:50px 0 0 0;
	background:url('../img/foto-4.jpg') center center no-repeat; background-size:100% auto;
	}
}

@media screen and (max-width:449px) {
/* -- FOTO: index -- */
#foto-1 {
	border-radius:50px 0 50px 0;
	background:url('../img/plantacja-herbaty.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-2 {
	border-radius:50px 0 50px 0;
	background:url('../img/herbata-zielona.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-3 {
	border-radius:50px 0 50px 0;
	background:url('../img/historia.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-4 {
	border-radius:50px 0 0 0;
	background:url('../img/foto-4.jpg') center center no-repeat; background-size:auto 100%;
	}
}

/* --- cagliari-herbata.css [ 15.07.2024 ] --- */