@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Klinic Slab Medium Italic";
	src:url('../fonts/KlinicSlabMediumIt.otf') format('truetype');
}
@font-face {
	font-family: "Klinic Slab Medium";
	src:url('../fonts/KlinicSlabMedium.otf') format('truetype');

}
@font-face {
	font-family: "Klinic Slab Light Italic";
	src:url('../fonts/KlinicSlabLightIt.otf') format('truetype');
}
@font-face {
	font-family: "Klinic Slab Light";
	src:url('../fonts/KlinicSlabLight.otf') format('truetype');
}
@font-face {
	font-family: "Klinic Slab Book Italic";
	src:url('../fonts/KlinicSlabBookIt.otf') format('truetype');
}
@font-face {
	font-family: "Klinic Slab Book";
	src:url('../fonts/KlinicSlabBook.otf') format('truetype');
}
@font-face {
	font-family: "Klinic Slab Bold";
	src:url('../fonts/KlinicSlabBold.otf') format('truetype');
}


#header1{
	text-align: center;
    

}

#about{
	text-align: center;
	font: 30px "Klinic Slab Book";
	color:#951918;
	font-style:italic;
}

#photos{
	text-align: center;
	font: 30px "Klinic Slab Book";
	color:#951918;
	font-style:italic;
}

#menu{
	text-align: center;
	font: 30px "Klinic Slab Book";
	color:#951918;
	font-style:italic;
}

#reviews{
	text-align: center;
	font: 30px "Klinic Slab Book";
	color:#951918;
	font-style:italic;
}

#contact{
	text-align: center;
	font: 30px "Klinic Slab Book";
	color:#951918;
	font-style:italic;
}

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	
}
.nav li{
    display:inline;
	
	
}
.nav a{
    display:inline-block;
    padding:10px;
	font-family:"Klinic Slab Medium";
	color:rgba(124,87,62,1.00);
	text-decoration:none;
}



#subtitle2{
	font-family:"Klinic Slab Book";
	font-size:40px;
	color:#603128;
	text-align: center;
	padding-left: 20px;
}

#p1{
	font-family:"Klinic Slab Book";
		color:rgba(124,87,63,1.00);
		font-size:30px;
	padding-left:20px;
	text-align: center;
}


#subtitle3{
	font-family:"Klinic Slab Book";
	font-size:30px;
	color:#603128;
	text-align: center;
	
}

#sign{
	padding-left: 180px;
}

#block1{
	font-family:"Klinic Slab Book";
		color:#951918;
	font-size:20px;
	float:right;
}
#block2{
	font-family:"Klinic Slab Book";
		color:#951918;
	margin-left:300px;
	margin-right:300px;
	font-size:20px;
	
}
#block3{
	font-family:"Klinic Slab Book";
		color:#951918;
	margin-left:300px;
	margin-right:300px;
	font-size:20px;
}

#homephotos{
	vertical-align: middle;
    padding: 30px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    text-align:center;
}










	
	
#nav2{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #603128;
}

#navf{
    float: center;
}

li a {
    display: block;
    color:rgba(216,198,184,1.00);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #603128;
}

#copyright{
	text-align:center;
	display:block;
	background:#603128;
	color:rgba(216,198,184,1.00);
}

#logo{
	position:relative;
	top:-50px;
	left: 20px;
}
#actualmenu{
	position:relative;
	left:350px;
}

#termsuse{
	text-align: center;
	font: 20px "Klinic Slab Book";
	color:#951918;
	
	
}

#reserved{
	position:relative;
	top: 20px;
	left: 190px;
	padding-bottom:70px;
}

#block4{
	text-align:center;
	font-family:"Klinic Slab Book";
	font-size:20px;
	color:#603128;
	
}

#block5{
	text-align:center;
	font-family:"Klinic Slab Book";
	font-size:20px;
	color:#603128;
}

#block6{
	text-align:center;
	font-family:"Klinic Slab Book";
	font-size:20px;
	color:#603128;
}

#italy{
	position:relative;
	left:80px;
	top:-600px;
}



body {
  font-family: "Klinic Slab Book";
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: rgba(216,198,189,1.00);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgba(124,87,62,1.00);
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

#title1{
	font-family:"Klinic Slab Book";
	color:#855055;
}



* {
    box-sizing: border-box;
}



















/*Newsletter*/


body {font-family:"Klinic Slab";}

form {
    border: 3px solid #f1f1f1;
    font-family:"Klinic Slab";
}

.containerrr {
    padding: 20px;
    background-color: #f1f1f1;
	position:relative;
	
	
}

input[type=text], input[type=submit] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=checkbox] {
    margin-top: 16px;
}

input[type=submit] {
    background-color: #603128;
    color: white;
    border: none;
}

input[type=submit]:hover {
    opacity: 0.8;
}


#newsletter{
	font-family:"Klinic Slab Book";
	color: #603128;
	text-align:center;
	font-size:25px;
}

#slide{
	font-family:"Klinic Slab Book";
	color:#603128;
	font-size:35px;
}

#signup{
	padding-top:200px;
}

#about1{
	font-family:"Klinic Slab Book";
    color:#603128;
}

#chef{
	font-family:"Klinic Slab Book";
	color:#603128;
	font-size:20px;
	text-align:center; 
	
}

.chef1 {
    position: relative;
    font-family:"Klinic Slab Book";
}

.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

#rest{
	font-family:"Klinic Slab Book";
	color:#603128;
	font-size:20px;
	text-align:center;
}

#about2{
	font-family:"Klinic Slab Book";
    color:#603128;
}

#about3{
	font-family:"Klinic Slab Book";
    color:#603128;
}

#about4{
	font-family:"Klinic Slab Book";
    color:#603128;
}

.rest1 {
    position: relative; 
    max-width:100%; /* Maximum width */
    margin: 0 auto; /* Center it */
}

 .rest2 {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}






/*Testimonials*/

/* Style the container with a rounded border, grey background and some padding and margin */
.testimonials {
    border: 2px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

/* Clear floats after containers */
.testimonials::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testimonials img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

/* Increase the font-size of a span element */
.testimonials span {
    font-size: 20px;
    margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .testimonials {
    text-align: center;
  }

  .testimonials img {
    margin: auto;
    float: none;
    display: block;
  }
}

.checked {
    color: orange;
}