/*Dengine*/

#header-rotator {
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.top-menu-jigas ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 45px;
}

.top-menu-jigas ul li a {
	font-size:large;
}



blockquote {
	margin: 0 0 1rem;
	border-left: 5px solid gray;
	padding: 10px 5px 5px 20px;
}

/* Custom nanouris css */

body {
	background-color:#fffaee;
}

.book p::first-letter {
	
	font-family: "Tinos", serif;
	font-style: italic;
	font-size: xx-large;
	color: #303030;
	
	
	float: left; /* Floats the letter to the left */
	margin-right: 5px; /* Adds some space between the letter and the text */
	line-height: 1; /* Adjusts the spacing around the letter */
	
}

.index-dish {
	text-align:center;
}
.index-dish img {
	width:40vh;
}

.index-logo {
	text-align:center;
	width:100%;
}
.index-logo img {
	
}
.index-chef {
	position: absolute;
	width: 30vh;
	top: -200px;
}
.index-arrow-1 {
	background-image: url(/images/pages/21/index-arrow-1.svg);
	background-position: left 50px top;
	background-size: 80%;
	background-repeat: no-repeat;
}

.certification-arrow {
	background-image: url(/images/pages/10/certification.svg);
	background-position: left 50% top -60px;
	background-size: 200%;
	background-repeat: no-repeat;
}

.title1 {
	/*
		font-size: 7vh;
		line-height: 0.9em;
	*/
	font-style: italic;
}
.paragraph0 {
	font-family: "Tinos", serif;
	font-style: italic;
	font-size: xx-large;
	color: #303030;
	line-height: 1.2;
}
.paragraph {
	color:#333;
	font-size:1.15em;
}

.paragraph2 {
	font-size:1.15em;
}


.story-goudi-img {
	position: relative;
	top: -170px;
}

.story-arrow-line1 {
	background-image: url(/images/pages/24/story-arrow-1.svg);
	background-position: left 33px top 170px;
	background-size: 80%;
	background-repeat: no-repeat;
}

.story-arrow-line2 {
	background-image: url(/images/pages/24/story-arrow-2.svg);
	background-position: left top;
	background-size: 80%;
	background-repeat: no-repeat;
}
.story-arrow-line3 {
	background-image: url(/images/pages/24/story-arrow-2.svg);
	background-position: right 160px bottom 0px;
	background-size: 80%;
	background-repeat: no-repeat;
}

.bg-nanouris-footer {
	background-color:#ffe2a1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
}

.footer-title {
	font-size: 3vh;
	color: black;
	font-family: "times new roman";
}
.footer-icons img {
	max-width: 35%;
}
.text-black a {
	color:black;
}
.products-arrow-1 {
	background-image: url(/images/product-arrow.svg);
	background-position: left 33px top;
	background-size: 80%;
	background-repeat: no-repeat;
}
.product-title-nanou {
	color:#a91a17;
	font-weight:600;
}
.product-subtitle-nanou {
	color:black;
	font-weight:bold;
}
.product-img {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}
.product-nanou {
	margin:40px;
}

.index-title {
	text-shadow: 0 0 3px #000, 0 0 5px #000;
	font-size: 1.5rem; 
	font-family:var(--theme-font2);
	font-style:italic;
}


.product-description table {
	border-collapse: collapse;
	border: none;
	width: auto;
	margin: 0;
}


#google_translate_flags img {
	width: 18px;
	height: auto;
	margin: 2px;
	cursor: pointer;
	transition: transform 0.3s;
}

#google_translate_flags img:hover {
	transform: scale(1.2);
}

/*
.nanouris-mainmenu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
*/


@media (max-width: 575.98px) {
}

@media (max-width: 768px) {
	
}

@media (max-width: 992px) { 
	.indexsection {
		padding-top: 80px;
	}
}

@media (max-width: 1200px) {
	.index-title {
		font-size:4em;
		line-height: 1em!important;
		/*color:red;*/
	}
}

/* Small devices (landscape phones, &#8805;576px) */
@media (min-width: 576px) { 
}

/* Medium devices (tablets, &#8805;768px) */
@media (min-width: 768px) { 
	
	.index-title {
		font-size: 6vw;
	}
	
	.nanouris-mainmenu {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.minus100 {
		position:relative;
		top:-100px;
	}
	
	
}

/* Large devices (desktops, &#8805;992px) */
@media (min-width: 992px) { 
	.title1 {
		font-size: 6vh;
	}
	
}

/* Extra large devices (large desktops, &#8805;1200px) */
@media (min-width: 1200px) {
	.index-title {
		font-size: 90px;
	}
	
}
