/* Site.css*/
/*=========================================
    Main Styles
    =========================================*/
    header, footer {
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		color: dark gray;
		border: solid 0px; lightgrey;
		padding:10px;
		border-radius: 3px;
	}
	body {
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
	}
	div content {
		margin-top: 55px;
		margin-right: 10px;
	}

	div content-2 {
		margin-inline: 55px;
		margin-right: 10px;
	}

	.top-nav {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		font-size: 24px;
		font-family: 'Roboto', sans-serif;
		height: 100%;
		background-color:white;
		}

	ul {
		list-style-type: circle;
	}

	a, link {
		color: black;
		display: inline;
		padding: 16px 18px;
		color: #bab86c;
	}

	footer {
		font-size: 10px;
		background-color: black;
		border: dotted 1px; white;
		color: white;
	}

	header nav, {
		float: right;
		margin-right: 5px;
		background-color: black;

	}

	header nav li, a:hover {
		display: inline;
		font-size: 14px;
		width:60px;
	}

	.thumbnails {
			vertical-align: top;
	}

  .welcome {
    font-family: 'Pacifico',cursive;
    font-size: 24px;
    margin: 30px;
      }
/*=====================================
This section is for Olivum_EVOO page 
========================================*/
	* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  color: #bab86c;
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bab86c;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: green;
}



@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.card {
	width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	}

	/*===================
	Checkout page
	==================*/
	.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25 {
  padding: 5px 10px 5px 10px;
}
.col-50 {
  padding: 5px 10px 5px 10px;
}
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
 
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
  margin: right;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #bab86c;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bolder;
}

.btn:hover {
  background-color: black;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

/*=======================
Olivum Beauty page
=======================*/
.welcome {
  font-size: 48px;

}

/*=================================
Contact Order Form page
================================*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #bab86c;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: Left;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 18px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: lightgrey;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: black;
  color: white;
}

/*==============================
Reservation Page
===============================*/
body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-img {
  /* The image used */
  background-image: url("img_nature.jpg");

  /* Control the height of the image */
  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}